Page 1 of 1

Exporting files [SOLVED]

Posted: Sun Dec 31, 2017 4:55 pm
by Chaz
Recently installed Audacity 2.2.1 with Linux Mint. everything works fine until I try to export an audio file (aup), either in MP3 or WAV.

In both cases an error message such as "cannot export to file (wav or mp3)" pops up. Anyone?...

Re: Exporting files

Posted: Sun Dec 31, 2017 6:04 pm
by steve
Chaz wrote:In both cases an error message such as "cannot export to file (wav or mp3)" pops up. Anyone?...
Please give the exact text of the error message (searching for that text in the code brings up nothing).

Re: Exporting files

Posted: Wed Jan 03, 2018 7:11 pm
by Chaz
The script in the case of exporting to wav is:
"Cannot export audio to/media/chaz/filename.wav"
When trying to export to mp3 : "Unable to open target file for writing"
Thanks, Chaz

Re: Exporting files

Posted: Thu Jan 04, 2018 9:51 am
by steve
Try exporting to "/home/chaz/filename.wav"
The "/media/" folder is usually read only for regular users.

Re: Exporting files [SOLVED]

Posted: Sat Jan 06, 2018 5:56 pm
by Chaz
OK that worked when I also specified the Music folder, then I was able to save as wav and mp3. Thanks! :D