How to see the details of wav file?
Forum rules
This 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.
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.
How to see the details of wav file?
Hello! when I open a wav file in Audacity, I want to know how to know the details of the wav file.
how can I see the properties of the wav file opened in audacity?
i.e., I want to know Sampling Rate, 8-bit PCM like that. How to find those things?
Also I want to convert a wav file to 8-bit PCM wav file with sampling rate 11KHz and another to 8-bit pcm *KHz wav file. How to do that?
Thanks
Jayanth D
how can I see the properties of the wav file opened in audacity?
i.e., I want to know Sampling Rate, 8-bit PCM like that. How to find those things?
Also I want to convert a wav file to 8-bit PCM wav file with sampling rate 11KHz and another to 8-bit pcm *KHz wav file. How to do that?
Thanks
Jayanth D
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: How to see the details of wav file?
You only get very limited information, mono or stereo and sample rate (both in the Track Control Panel to left of the waveform). The bit-depth shown there is the resolution the file is imported at according to your Quality Preferences, and not the actual bit depth of the file.jayanthd wrote:Hello! when I open a wav file in Audacity, I want to know how to know the details of the wav file.
how can I see the properties of the wav file opened in audacity?
i.e., I want to know Sampling Rate, 8-bit PCM like that. How to find those things?
Any more information than that (such as MP3 bit rate) is a feature request for full audio properties information. I'll add your vote for that unless you say otherwise, so we can gauge how many people would like this.
You can also try a program called MediaInfo that is nothing to do with Audacity. Avoid the installer as it is bundleware.
Set the sample rate for the export in "Project Rate" bottom left of the Audacity window.jayanthd wrote:Also I want to convert a wav file to 8-bit PCM wav file with sampling rate 11KHz and another to 8-bit pcm *KHz wav file. How to do that?
Then File > Export, choose "Other uncompressed files", click "Options" and choose "Unsigned 8 bit PCM". U-Law and A-Law in that dialogue are also 8-bit formats, but using companding algorithms.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
kozikowski
- Forum Staff
- Posts: 69374
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: How to see the details of wav file?
In video editors this would be "Clip INFO." I miss it in Audacity.
Koz
Koz
Re: How to see the details of wav file?
I need to see the full details.
One more question. If I export a 16bit 22KHz PCM WAV file to 8bit 22KHz PCM WAV file the bit rate changes. Right?
Is there a wav to change the bit rate of the wav file.
Thanks
Jayanth D
One more question. If I export a 16bit 22KHz PCM WAV file to 8bit 22KHz PCM WAV file the bit rate changes. Right?
Is there a wav to change the bit rate of the wav file.
Thanks
Jayanth D
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: How to see the details of wav file?
For WAV files, the bit rate = (bit depth) x (sample rate) x (number of channels). So for a recording with a 44100 Hz sample rate, 2 channels (stereo) and 16-bit depth: 44100 x 2 x 16 = 1411200 bits per second, or, 1411.2 kbps.jayanthd wrote:One more question. If I export a 16bit 22KHz PCM WAV file to 8bit 22KHz PCM WAV file the bit rate changes. Right?
So in your example halving the bit depth from 16-bit to 8-bit halves the bit rate.
Change one of the three parameters above.jayanthd wrote:Is there a wav to change the bit rate of the wav file.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: How to see the details of wav file?
OK. I got that.
I want to convert a 16bit 22KHz 2 Channel PCM WAV file to 8bit 22KHz 1 Channel PCM WAV file. How to do that?
I want to know how to make a stereo to mono?
Thanks
Jayanth D
I want to convert a 16bit 22KHz 2 Channel PCM WAV file to 8bit 22KHz 1 Channel PCM WAV file. How to do that?
I want to know how to make a stereo to mono?
Thanks
Jayanth D
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: How to see the details of wav file?
If the Audacity project rate bottom left is not already at 22050 Hz, make it so (note, "22000 Hz" is non-standard).jayanthd wrote:OK. I got that.
I want to convert a 16bit 22KHz 2 Channel PCM WAV file to 8bit 22KHz 1 Channel PCM WAV file. How to do that?
I want to know how to make a stereo to mono?
Select the track to be made mono (click where the Hz is shown to left of the waveform) then Tracks > Stereo Track to Mono.
Use "Other uncompressed files" then the "Options" button as already described to choose the 8-bit PCM option.
If you installed Audacity from the EXE installer, there is a Manual at Help > Manual (in web browser).
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: How to see the details of wav file?
OK. I got it now. Thankyou very much Gale Andrews.
Re: How to see the details of wav file?
Hello! Gale
I want to know how to convert a wav file to raw data or raw file using audacity?
Thanks
Jayanth D
I want to know how to convert a wav file to raw data or raw file using audacity?
Thanks
Jayanth D
Re: How to see the details of wav file?
"File menu > Export"
Select "Other uncompressed files" as the file type.
Click on the "Options" button and select "RAW" as the header and whichever "Encoding" it is that you require.
Select "Other uncompressed files" as the file type.
Click on the "Options" button and select "RAW" as the header and whichever "Encoding" it is that you require.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)