Contant Peak, Constant RMS, How to get a fixed value for peak and RMS |
Contant Peak, Constant RMS, How to get a fixed value for peak and RMS |
Dec 12 2012, 21:32
Post
#1
|
|
|
Group: Members Posts: 18 Joined: 10-June 09 Member No.: 70548 |
Hi, we are trying to set a default standard for the volume of the audio files we are working on.
We are looking for a tool that, given a bunch of mp3 files, will be able to normalize them at a given db. For example : 0db for Peak levels and -9db for RMS. Ideally, we'd love to use sox as we can chain it with other effects we're using without the need to convert multiple time the file from mp3 to wav and back. We tried sox gain -n , sox gain -ne, sox gain -nb, sox loudness but none of them keep a constant RMS without varying the Peak level as well. Any help appreciated. Thanks |
|
|
|
![]() |
Dec 13 2012, 07:40
Post
#2
|
|
|
Group: Members Posts: 96 Joined: 23-July 03 Member No.: 7935 |
It looks like Francesco is building playlists for use in "muzak" type situations - restaurants, bars etc. His media options appear to include MP3 players, audio-only DVDs that can be played on a standard DVD player without a visual display, and music servers that can be updated automatically over the Internet. He wants to:
- Automatically classify tracks using parameters such as "tempo, pitch, loudness, signature, beats, key and so on". - Arrange the tracks into playlists by genre etc using the above classifications. - Use MP3 or AAC format to make the track files as small as practical. - Process the tracks to a consistent loudness for each genre. - Store the playlists in a format that can be accessed with a minimal user interface (a few buttons). This post has been edited by splice: Dec 13 2012, 07:43 -------------------- Regards,
Don Hills |
|
|
|
Dec 13 2012, 18:18
Post
#3
|
|
|
Group: Members Posts: 18 Joined: 10-June 09 Member No.: 70548 |
It looks like Francesco is building playlists for use in "muzak" type situations - restaurants, bars etc. His media options appear to include MP3 players, audio-only DVDs that can be played on a standard DVD player without a visual display, and music servers that can be updated automatically over the Internet. He wants to: - Automatically classify tracks using parameters such as "tempo, pitch, loudness, signature, beats, key and so on". - Arrange the tracks into playlists by genre etc using the above classifications. - Use MP3 or AAC format to make the track files as small as practical. - Process the tracks to a consistent loudness for each genre. - Store the playlists in a format that can be accessed with a minimal user interface (a few buttons). Splice, not sure how you did it, but you're quite right on all you've said Thanks all for your replies. We did have a good go with ReplayGain via mp3gain, but could not find a consistent way to normalize files with it. Instead, it seems mp3gain does a batch analisys and make some sort of average. When you change the audio batch, the average change, making the volume inconsistent between batches. What we look for instead is a sort of standard that we and our clients can refer to. For reference only, this is how we managed to achieve our goal. It is not the most elegant solution, but it seems to work. Per each single file: 1) Peak normalization to 0db using sox 2) normalize-audio -a -9dBFS for a standard RMS of around -9db 3) sox vol 0db 0.01 for a soft limiter to prevent clipping |
|
|
|
Dec 13 2012, 22:09
Post
#4
|
|
|
Group: Members Posts: 96 Joined: 23-July 03 Member No.: 7935 |
... Splice, not sure how you did it, but you're quite right on all you've said I just did "Search for all posts by terataz" and read them. Then I thought to myself, "Where have I heard music like this?" This post has been edited by splice: Dec 13 2012, 22:12 -------------------- Regards,
Don Hills |
|
|
|
terataz Contant Peak, Constant RMS Dec 12 2012, 21:32
splice Assuming that you want the files to be reproduced ... Dec 13 2012, 01:32
mjb2006 As above. Why do you need exactly peak 0 and RMS -... Dec 13 2012, 03:38
AndyH-ha Peak and RMS are not tied to one another. Making t... Dec 13 2012, 06:23
DVDdoug If you boost the level by 3dB, the average and pea... Dec 13 2012, 19:15![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 11:33 |