How to know the frequency(sample rate) and reoslution (in bits) of my .wav file?

Hello everyone,
I have been searching in this forum and I didn’t find the answer to my question, so here I go.
How can I know the sample rate and the resolution in bits of my audio .wav file?
I have converted a .mp3 file to a .wav one using audacity, and I have indicated to be:
-16 bit PCM
Also, according to the internet (reference) , the frequency in which audio files are stored in .wav files is 44.1 kHz.

So, after exporting the .wav file is created perfectly, and when I open the .wav file with Audacity, on the left side this appears (see the image).
b_audacity

What is the sample rate and the bit resolution of my audio file, then?

Thanks in advance!
Regards,
Vis

Check it with MediaInfoOnline (or you can install MediaInfo on your computer).

Audacity works in 32-bit floating point internally and when you open a file it gets up-converted.

The sample rate (kHz) doesn’t normally change, or if you open more than one file the Project Rate will be set to match to the 1st file and that’s what you’ll get (by default) when you export.

That’s only for audio CDs. (1) Most video uses 48kHz (and usually lossy compression). “High resolution” audio uses higher sample rates and higher bit depths. Most telephone systems use lower sample rates & bit depth.

(1) Audio CDs don’t have WAV files or any “computer files” and that’s why they have to be “ripped” and you can’t simply copy the files to your hard drive. But they use the same underlying uncompressed PCM format as WAV files. (You can burn WAV or MP3 files to a CD as “data” and you can play it on a computer, but a regular-old CD player won’t play it.)

Thank you a lot for your response!
I used MediaInfoOnline and yes, It says that the bit resolution is 16, just like I converted.

But how is the sample rate/frequency edited in audacity? Is it gonna be always 48kHz for every .mp3 converted to .wav?

Change the “project sample rate” in Audacity preferences
https://manual.audacityteam.org/man/audio_settings_preferences.html

This topic was automatically closed after 30 days. New replies are no longer allowed.