search for: volume_adjust

Displaying 1 result from an estimated 1 matches for "volume_adjust".

2001 May 11
1
Amplify Ogg files without decode/encode
...ycle? I usually normalise before encoding all recordings for my radio > station, but I obtain some music from 3rd parties and it often need > normalising. I find this ability very useful for MP3s and it would be a big > handicap to me if Ogg can not. Add a comment into the ogg file : VOLUME_ADJUST=1.3 Add this line in the decoder/player ( preferable at a point where the samples are in floating point format ) : ample_value *= VOLUME_ADJUST ; Finished ! It requires changes in the player/decoder though : - parsing the comments - the line above Off course you also need an app to measure th...