Page 1 of 1

Export multiple does not split audio into multiple files [SOLVED]

Posted: Wed Nov 14, 2018 4:35 pm
by jcnw
Hi,
I am using Ubuntu 18.04.1 LTS and Audacity 2.2.1 which I downloaded from Ubuntu software.
My project is to divide The Goldberg Variations into a CD that I can navigate.
I have set up a series of Point Labels for each variation and when I export multiple files, splitting files by label, and naming files based on Label/Track name I get one big file which is 26 minutes long and a series of empty track files.
So I then added a series of tracks, one per variation, and tried splitting files by track with the same result.
Also when I burn to a CR-R my metadata does not appear.
What have I missed in the FAQ's?
John

Re: Export multiple does not split audio into multiple files

Posted: Wed Nov 14, 2018 6:29 pm
by steve
When using Export Multiple based on labels, the audio should all be in one track. If you have multiple tracks, mixed them down to one track before you export. (Optionally, undo the "Mix & Render" before you save the project if you wish to retain separate tracks).

Normal audio CDs do not support metadata, though there is an extension to the audio CD specification called "CD-Text" that is supported by some CD burning software IF the CD burner (hardware) also supports CD Text. See: https://en.wikipedia.org/wiki/CD-Text
CD-Text can only be written when using "DAO" (Disk at once) mode, so the hardware must also support DAO.

Brasero supports CD-Text, as do most other CD burning software on Linux.
To edit CD-Text for tracks in Brasero, right click on the track and select "Edit Information"

Re: Export multiple does not split audio into multiple files

Posted: Thu Nov 15, 2018 4:26 pm
by jcnw
Thank you for your help.
Export Multiple Files works perfectly after I got rid of the extra tracks.
Brasero keeps crashing for some reason.
Xfburner works but I don't think it supports CD-Text

Re: Export multiple does not split audio into multiple files

Posted: Thu Nov 15, 2018 4:56 pm
by steve
jcnw wrote:
Thu Nov 15, 2018 4:26 pm
Xfburner works but I don't think it supports CD-Text
You could try K3b (but it has a lot of dependencies if you don't already have KDE).

Re: Export multiple does not split audio into multiple files

Posted: Thu Nov 15, 2018 9:26 pm
by jcnw
The problem I have with K3b is one of permissions.
cdburner does not have permission to access the cd-drive.
The permissions helper was not activated during the build so it is a bit of a dead end.

Re: Export multiple does not split audio into multiple files

Posted: Thu Nov 15, 2018 10:25 pm
by steve
jcnw wrote:
Thu Nov 15, 2018 9:26 pm
The problem I have with K3b is one of permissions.
cdburner does not have permission to access the cd-drive.
Perhaps the first answer here will help: https://askubuntu.com/questions/1032903 ... n-the-devi

Code: Select all

sudo chmod 4711 /usr/bin/wodim; sudo chmod 4711 /usr/bin/cdrdao

Re: Export multiple does not split audio into multiple files [SOLVED]

Posted: Sat Nov 17, 2018 1:11 am
by jcnw
The first suggestion worked!
Thank you so much