Exporting as Wav Bit Rate Settings

Questions, discussion and recipes for scripting and batch processing in Audacity.
See also the "Scripting" section of the Audacity manual.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
prettyfrickn
Posts: 1
Joined: Fri Jun 05, 2020 11:45 pm
Operating System: macOS 10.14 Mojave

Exporting as Wav Bit Rate Settings

Post by prettyfrickn » Fri Jun 05, 2020 11:49 pm

Using an audacity macro to batch convert my stems from stereo to mono.

In doing so, I also need to export the converted files in the macro.

My problem is, the macro "export to wav" only exports at 16-bit depth, and my original stems are at 24.

This drop in quality is a problem, can I set the macro differently, or is there any preference that will change this? I am on Mac OS.

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Exporting as Wav Bit Rate Settings

Post by steve » Fri Jun 26, 2020 4:19 pm

With the current version of Audacity, "Export as WAV" uses the last used settings.
Before you run your Macro, generate or import a short audio track, and export as 24-bit WAV. Then "Undo" back to an empty project and run your script.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

FL Coast
Posts: 43
Joined: Wed Nov 29, 2017 7:07 pm
Operating System: Windows 10

Re: Exporting as Wav Bit Rate Settings

Post by FL Coast » Sat Jun 27, 2020 4:21 pm

steve wrote:
Fri Jun 26, 2020 4:19 pm
With the current version of Audacity, "Export as WAV" uses the last used settings.
Before you run your Macro, generate or import a short audio track, and export as 24-bit WAV. Then "Undo" back to an empty project and run your script.
Is there a way to add this as a feature to a future version of Audacity?

I export as 32-bit float WAV until all edits are made. Then on my final export I use a macro to run several effects , such as Loudness Normalization, DC Removal, Clip Fix, and Limiter. I then have to go to "Export as Wav" and change it to "Signed 16-bit PCM" then export. Then before the first Export on a NEW project , I have to remember to be sure and reset the encoding back to 32-bit float WAV. I prefer not to save as an Audacity Project as I have had issues with files in the past.

It would make the work flow smoother and easier if the default would stay as one or the other (preferably 32-bit float) then have the macro change to the final desired encoding for the finished product.

Thanks for the consideration,
Wayne

Windows 10 Pro 1909
Audacity 2.4.2

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Exporting as Wav Bit Rate Settings

Post by steve » Sat Jun 27, 2020 5:57 pm

FL Coast wrote:
Sat Jun 27, 2020 4:21 pm
Is there a way to add this as a feature to a future version of Audacity?
It's already logged on the Audacity issue tracker as something that we want.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

FL Coast
Posts: 43
Joined: Wed Nov 29, 2017 7:07 pm
Operating System: Windows 10

Re: Exporting as Wav Bit Rate Settings

Post by FL Coast » Sun Jun 28, 2020 10:55 am

Great. Thanks Steve

Post Reply