Audacity won't recognize some wav files

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
Alduin's Khajiit
Posts: 52
Joined: Sat May 25, 2013 10:36 pm
Operating System: Please select

Audacity won't recognize some wav files

Post by Alduin's Khajiit » Sat Jul 05, 2014 4:36 pm

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
Attachments
music_a.wav
(215.52 KiB) Downloaded 72 times

DVDdoug
Forum Crew
Posts: 9278
Joined: Fri Sep 10, 2010 11:30 pm
Operating System: Windows 10

Re: Audacity won't recognize some wav files

Post by DVDdoug » Sat Jul 05, 2014 5:25 pm

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.

Alduin's Khajiit
Posts: 52
Joined: Sat May 25, 2013 10:36 pm
Operating System: Please select

Re: Audacity won't recognize some wav files

Post by Alduin's Khajiit » Sat Jul 05, 2014 5:32 pm

nope still work work!!

bat999
Posts: 22
Joined: Mon Apr 28, 2014 5:45 pm
Operating System: Please select

Re: Audacity won't recognize some wav files

Post by bat999 » Sat Jul 05, 2014 6:47 pm

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
Attachments
music_a.mp3
(215.64 KiB) Downloaded 219 times

bat999
Posts: 22
Joined: Mon Apr 28, 2014 5:45 pm
Operating System: Please select

Re: Audacity won't recognize some wav files

Post by bat999 » Sat Jul 05, 2014 10:28 pm

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.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Audacity won't recognize some wav files

Post by Gale Andrews » Sun Jul 06, 2014 1:58 pm

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
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply