Hi, I am using Windows 10, audacity 2.1.2, which I obtained from the zip download. I need to convert audio files so that I can use Dragon 15 to transcribe them. The original audio file was downloaded via Audioworxs.
It is a .WAV file. I am able to listen to the file both in Audioworxs and download it and listen to it through ExpressScribe.
However, Dragon will not recognize the file as it has to have a 16 Hz sample rate.
From what I understand I can change the sample rate in Audacity, however, Audacity will not play any sound for this file it only plays static even though I can hear it other ways, Audacity cannot play the voice. (NOTE: I am able to use audacity to convert other files, but not these.)
This is the media info from the voice file I cannot listen to with Audacity. Any help would be great, thank you.
Format : Wave
File size : 3.26 MiB
Duration : 14 min 15 s
Overall bit rate mode : Constant
Overall bit rate : 32.0 kb/s
Format : ADPCM
Codec ID : 100
Duration : 14 min 15 s
Bit rate mode : Constant
Bit rate : 32.0 kb/s
Channel(s) : 1 channel
Sampling rate : 8 000 Hz
Bit depth : 4 bits
Stream size : 3.26 MiB (100%)
I’m going to guess the problem is that it’s ADPCM (That’s a telephone format.) And, I’m going to guess that you need to install the optional [u]FFmpeg Import/Export Library[/u], before you can open it in Audacity.
Then you can export it to a normal 16-bit WAV file (and you can leave it at 8kHz) and Dragon should be able to open it.
“File menu > Import > Audio” and select the file that you want to change.
Set the “Project Rate” to 16000 (or one of the other standard values). This setting is in the lower left corner of the main Audacity window,
“File menu > Export Audio” and set the file type to “WAV (Microsoft) signed 16-bit” and give it a new unique name (best not to overwrite the original).
The “most standard” sample rate is 44100. That’s what CDs use and is the default in Audacity.
Lower numbers are lower quality.
8000 Hz sample rate is sometimes used for low quality speech recordings.
The exported file will have the same sample rate as the “Project Rate”.
“WAV (Microsoft) signed 16-bit” is a “normal” WAV file.
I then tried to import the audio, but Audacity says it did not recognize the type of file try using import raw.
…4. Export it as a WAV file with the correct sampling rate, but it created a 38 second static file only
It’s not raw PCM data so it will sound like pure noise. (And, if the parameters don’t match the original, or if the file is compressed, the time/speed will be wrong.)
You need to tell Audacity to use FFmpeg to import the file. Audacity will try the standard WAV importer first, though the standard WAV importer should be OK for ADPCM.
To force FFmpeg to be used, Edit > Preferences… then click OK (necessary due to an Audacity bug). Then File > Import > Audio…, and be sure in the “Files of type:” dropdown to choose “FFmpeg-compatible files”.
If that does not work, please show us the log from Help > Show Log… top right of Audacity.