/srv/irclogs.ubuntu.com/2021/08/13/#ubuntustudio.txt

taeaadIs it possible to burn a single song of 78 minutes to a CD but to cut it into tracks with no delay between them?07:50
taeaadSay you cut it into 10 minute tracks. Can you set the CD delay to 0 between songs? And is there a way to cut the song without cutting up the WAV file?07:51
bengantaeaad: there are some caveats doing this. outlined here: https://manual.audacityteam.org/man/burning_music_files_to_a_cd.html#gapless08:06
benganyou could check out this to: https://wiki.archlinux.org/title/Gapless_Audio_CD_Creation_from_MP3s08:06
taeaadbengan: Thanks! I see that you could do this in Audacity with a .cue file?08:07
benganyes. so it seems. long time since I burned an audio cd so I can't confirm that.08:09
taeaadThanks.08:10
benganyou're welcome08:13
Iamthehuman1Archi Wiki <3 <308:19
Iamthehuman1if you need clearheaded explanation of thing X and/on Linux, the Arch wiki is almost always really nice place to look at08:20
* Iamthehuman1 that has installed zero Archs in his life lol08:20
benganIamthehuman1: agreed. before that it was Gentoos and now it's Archs08:33
Iamthehuman1should man up and learn the right way to install and conf it... not to replace US, but just not to be missing out ... got 24GB of RAM so could just do it in virtualbox, till I "get" it08:34
wonko[m]I've never used arch either but I'd be lost without that wiki08:38
Iamthehuman1yeah... wiki is too challenging to install and conf for most people, coz the route is so different, but "everyone" knows that Arch is really fine (if you knew what you were doing when conffing it)08:48
Iamthehuman1s/wiki/Arch/08:48
wonko[m]The fact that it takes so much effort to setup is why the wiki is so good.09:15
wonko[m]Also, currently the best VFIO docs on the internet. :-D09:15
taeaadHmm, looks like I can't use cdrdao since the file is sampled at 48000 and not 4410014:42
taeaadCan I burn with something else? I made the .toc file but I guess I can change it into a .cue file. Is there a burner that I can use for a .wav music file with a .cue track index?14:43
rghtaeaad: can't you resample first? 14:56
taeaadrgh: I would avoid that rather.15:11
taeaadThe file is from a very good studio so I don't want to alter it in any way.15:12
taeaad(professional studio)15:12
taeaadI just want to send out a CD of my song to a friend, basically. But I don't want to go down the rabbit hole of actually altering the file. The only thing I am trying to do is to specify track so that they don't have to always listen to the full 78 minutes.15:13
taeaadSo, I partitioned it at logical points along the way down in my notes at exact seconds, but I don't want to actually cut up the file and have it have that two second delay. Also like I say I am hesitant to alter something recorded properly that I could damage by resampling or something like that.15:14
taeaadAlso, I don't need to use cdrdao, I just tried it since I prefer a CLI.15:15
taeaadBut any tool in Ubuntu Studio is fine.15:15
OvenWerkstaeaad: if you want the "CD" to play on cd player, the SR has to be 44k1. Otherwise put a file system on the cd and put either wav files or flac on the file system. A TOC would not be needed15:54
OvenWerkstaeaad: the other possibilty is to code it as video and put it on DVD or a DVD style file system as the video standard is 48k15:56
OvenWerkstaeaad: SRC has come a long way since the 90s. This is why many studios work in 48k (which is the digital standard for everything except CD) and SRC after to 44k115:57
taeaadOvenWerks: Hmm, OK. But can I still have tracks show up?16:42
taeaadWithout delay between tracks?16:42
OvenWerkstaeaad: in which case are you talking about? Separate files? generally not unless the player prebuffers from file to file.16:43
OvenWerksIn DVD format with a DVD menu? maybe. however, I don't know enough about that format to really comment. I know videos are large files and bookmarks can access a position within that file.16:46
taeaadOvenWerks: I have one .wav file but I want to have it as separate tracks at exact minute:seconds points that I have noted down.16:47
taeaadI'd prefer sticking to CD so if I have to convert then so be it. But I thought perhaps I can have the .wav plus a .cue in a folder and just burn it.16:47
OvenWerksthe wav would have to be at 44k116:48
OvenWerksThere may be utilities that do that all in one operation but I would want to know what SRC code was being used for the conversion and so would do that as two different operations16:50
taeaadI don't mind doing that.16:53
taeaadI would be able to use cdrdao if you can suggest how to convert to 44k1?16:53
taeaadThen I can use the .toc file I have created already and call cdrdao.16:54
OvenWerksRight. I would probably use zita-resampler16:55
OvenWerksI am not sure, but I think for cd you want 16bit not 2416:57
OvenWerksThe wav you have may well be float.16:59
taeaadOvenWerks: What about XfBurn? It shows up when I search for a CD burner.17:05
taeaadOr should I stick to cdrdao and just try zita-resampler?17:05
OvenWerksI am not sure if it does DAO17:05
taeaadDAO?17:10
taeaadSorry for the cluelessness.17:11
OvenWerksDisk at once17:11
OvenWerksIt means writing the whole disk at one go instead of separate writes for each file17:11
OvenWerksIf you want no gaps in audio DAO is the only solution17:12
OvenWerksIf the CD write sw allows to just give one file and one toc (or due) file, it has a good chance of doing the right thing.17:14
OvenWerkss/due/cue/17:14
taeaadI think it does DAO: https://wiki.archlinux.org/title/Gapless_Audio_CD_Creation_from_MP3s17:15
taeaadThe title says MP3 but actually it's for WAV.17:15
OvenWerksThey are using cdrdao17:16
taeaadYes.17:16
taeaadSo I think the only thing I am missing is to convert to 44k1 WAV from 48k, right?17:17
OvenWerksThe dao in cdrdao means disk at once17:17
taeaadOh, right.17:17
taeaadSo you were referring to XfBurn.17:17
OvenWerksyes17:17
OvenWerksyes17:17
taeaadOK I think I'll be fine from here, I just need to resample and possibly convert to 16bit.17:18
OvenWerks(both src and about xfburn17:18
taeaadI could use Audacity for the conversion, right?17:21
OvenWerksprobably, I do not know how it's sample rate conversion compares to others17:27
taeaadIt's running... I feel like the alien calling home in District 9.17:31
taeaadThank you very much for the help.17:31
OvenWerksyour welocome17:32
taeaadOvenWerks: I tested the CD, it plays back exactly as expected.19:12

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!