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?...
Exporting files [SOLVED]
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Exporting files
Please give the exact text of the error message (searching for that text in the code brings up nothing).Chaz wrote:In both cases an error message such as "cannot export to file (wav or mp3)" pops up. Anyone?...
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Chaz
- Posts: 6
- Joined: Sun Dec 31, 2017 4:41 pm
- Operating System: OS X 10.7 - 10.8 Lion / Mountain Lion
Re: Exporting files
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
"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
Try exporting to "/home/chaz/filename.wav"
The "/media/" folder is usually read only for regular users.
The "/media/" folder is usually read only for regular users.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Chaz
- Posts: 6
- Joined: Sun Dec 31, 2017 4:41 pm
- Operating System: OS X 10.7 - 10.8 Lion / Mountain Lion
Re: Exporting files [SOLVED]
OK that worked when I also specified the Music folder, then I was able to save as wav and mp3. Thanks! 