Hi,
I'm trying to chain convert/export files that have a very high sample rate (96000) from my Zoom Q3. I want to basically batch convert the wav files, which works fine except that the high sample rate requires me to answer a dialog box (invalid sample rate for mp3 ... reset to... 41000? [yes]) rather than being totally automated and letting me go do something else while it's converting.
I've tried playing with editing and creating chains but I can't seem to figure out how to make it automatically do that step. Suggestions?
The high sample rate also prohibits using various freeware like Any Audio Converter because they choke on it.
Thanks
Ian
Chain export high sample rate mp3s from wav?
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Re: Chain export high sample rate mp3s from wav?
I don't think that you will be able to do it with Audacity. Perhaps you would have more luck with SUPER (a free converter by erightsoft) or Foobar2000 (a free music player/converter)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Chain export high sample rate mp3s from wav?
I've moved this to the correct forum for 1.3.x - 1.2 where you posted does not support chains.mishagos wrote:I'm trying to chain convert/export files that have a very high sample rate (96000) from my Zoom Q3. I want to basically batch convert the wav files, which works fine except that the high sample rate requires me to answer a dialog box (invalid sample rate for mp3 ... reset to... 41000? [yes]) rather than being totally automated and letting me go do something else while it's converting.
I've tried playing with editing and creating chains but I can't seem to figure out how to make it automatically do that step. Suggestions?
Audacity chains don't let you set the sample rate or auto-accept prompts - we'll add your vote.
48000 Hz is the maximum allowed by the MP3 specification so you will have to convert the files to 48000 Hz *WAV* before running the chain; or import each file into the project and run the chain on the project; or use a script program like Autohotkey to take action when the "Invalid Sample Rate" dialogue appears.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Chain export high sample rate mp3s from wav?
Thanks Gale. I like the idea but AutoHotKey has me confused. Are you familiar with it? Can you tell me what to do to get that to work, i.e., hit return for any popup in Audacity?Gale Andrews wrote: I've moved this to the correct forum for 1.3.x - 1.2 where you posted does not support chains.
Audacity chains don't let you set the sample rate or auto-accept prompts - we'll add your vote.
48000 Hz is the maximum allowed by the MP3 specification so you will have to convert the files to 48000 Hz *WAV* before running the chain; or import each file into the project and run the chain on the project; or use a script program like Autohotkey to take action when the "Invalid Sample Rate" dialogue appears.
Gale
Thanks!
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Chain export high sample rate mp3s from wav?
No, I'm not really familiar but you probably want the WinWait function followed by {ENTER}:mishagos wrote:I like the idea but AutoHotKey has me confused. Are you familiar with it? Can you tell me what to do to get that to work, i.e., hit return for any popup in Audacity?Gale Andrews wrote: ...48000 Hz is the maximum allowed by the MP3 specification so you will have to convert the files to 48000 Hz *WAV* before running the chain; or import each file into the project and run the chain on the project; or use a script program like Autohotkey to take action when the "Invalid Sample Rate" dialogue appears.
http://www.autohotkey.com/docs/commands/WinWait.htm
You're only waiting for the "Invalid sample rate" dialogue, by the way. I don't think any other prompts will interrupt the chain once started. You could always ask on the AutoHotkey Forum if you're stuck.
I think it depends if your chain is running effects on the file. If you are just converting from one format/sample rate to another you might just as well use SUPER.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual