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.
Sadly, the ‘Export as WAV’ macro still only exports to 16bit audio. Which makes it unusable for me as I am working with 24bit audio for music production.
Yes, I have tried exporting a file at 24 bit first with use of the export function in the file menu and THEN using the macro, but still 161bit only no matter what I have previously set the export bit depth at.
How is it a bad idea to use an old thread if the problem still persists? Making a new thread about the problem only clutters a forum further?
Anyway, I appreciate your answer but it does not resolve the matter. I know what export options are available as I use them all the time. The problem however is when using the export function within a macro. In that case it only exports to 16bit for me no matter what export settings I had previously used fom the file menu.