Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Raising volume on audio files (Read 9721 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Raising volume on audio files

I downloaded some files from a website: Revelation (select pop up and right click to download). It is a wmv file. I extracted the audio into Ogg Vorbis with ffmpeg. The problem is the audio is a little low. Is there a way I can raise the audio level on the Ogg file?

Also is there a way to check what bitrate the audio is on the file from the website, so I know how high to set it when I convert it to Ogg (don't want to set it too high of bitrate on Ogg if it isn't going to help the sound).

Thanks

Raising volume on audio files

Reply #1
Quote
Is there a way I can raise the audio level on the Ogg file?
If you don't already have an audio editor, Audacity is FREE!  In Audacity, you can use the Amplify or Normalize effect and adjust the volume for 0dB peaks.  That's as loud as you can go linearly (without dynamic compression, limiting or distortion/clipping). 

Note that the peak level doesn't correlate very well with perceived loudness, and many digital files are already normalized, so it might not make any difference.

Quote
Also is there a way to check what bitrate the audio is on the file from the website, so I know how high to set it when I convert it to Ogg (don't want to set it too high of bitrate on Ogg if it isn't going to help the sound).
I don't know...  If you are directly downloading the original WMA, you can convert bytes to bits estimate the average bitrate with the following:

Bitrate in kbps = (File Size in MBx140) /Playing Time in minutes

But, I'm not sure that will help when converting from WMA to OGG.  You'll probably have to experiment to determine how low you can go without audibly degrading the sound.