Page 1 of 1
Audacity won't recognize some wav files
Posted: Sat Jul 05, 2014 4:36 pm
by Alduin's Khajiit
I am having a problem importing WAV files. I am trying to import these for work as they are WAV files of calls exported from a call recording system. When I try to import them I get the following message;
"Audacity did not recognize the type of this file. If it is uncompressed, try importing it using ''raw import''.
I tried importing as raw data and the files import but all I hear is a few seconds of white noise?
in windows media, the files play fine
Is there any way I can open these files?
attached problem wav
Re: Audacity won't recognize some wav files
Posted: Sat Jul 05, 2014 5:25 pm
by DVDdoug
I didn't have any trouble opening the file. It also plays fine in Windows Media Player.
If it's from a telephone system it might be 8-bit, 8kHZ, ADPCM.
Re: Audacity won't recognize some wav files
Posted: Sat Jul 05, 2014 5:32 pm
by Alduin's Khajiit
nope still work work!!
Re: Audacity won't recognize some wav files
Posted: Sat Jul 05, 2014 6:47 pm
by bat999
Alduin's Khajiit wrote:...attached problem wav
Hi
It's not a wav file.
Mediainfo shows it's an incorrectly labelled
mp3 file.
Re-package it properly...
Code: Select all
ffmpeg -i music_a.wav -c copy music_a.mp3
Re: Audacity won't recognize some wav files
Posted: Sat Jul 05, 2014 10:28 pm
by bat999
bat999 wrote:... It's not a wav file.
My bad
music_a.wav file
is a wav file, but it contains a stream encoded with mp3 instead of usual pcm.
Re: Audacity won't recognize some wav files
Posted: Sun Jul 06, 2014 1:58 pm
by Gale Andrews
bat999 wrote:bat999 wrote:... It's not a wav file.
My bad
music_a.wav file
is a wav file, but it contains a stream encoded with mp3 instead of usual pcm.
Thanks for your help. Yes WAV is a
container format so it is perfectly legitimate for it to contain MP3-encoded audio.
Audacity as shipped can't import a WAV containing MP3 unless you rename the file to MP3 (renaming never changes the audio contents, but it works in this case because the contents are MP3).
Or if you had installed
FFmpeg Audacity would have imported the file as it is.
Gale