This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#1943 - honor the rva2/xrva/xrv frame
Attached to Project:
Rockbox
Opened by Anonymous Submitter - Monday, 19 January 2004, 08:59 GMT+2
Opened by Anonymous Submitter - Monday, 19 January 2004, 08:59 GMT+2
|
DetailsHi,
last friday I received my jukebox recorder 15 and put rockbox on it. I did run all my mp3 files through normalize a couple of month ago. They all have id2.3 tags with an XRVA frame. I did not try the code with id1 XRV or id2.4 RVA2 frames. I put code into rockbox to honor this frame (as good as possible). Aktually updating the volume is only done for the recorder. regards, Matthias (leo@marco.de) |
This task depends upon
Why is an RVA tag better than the method mp3gain uses,
which requires no extra player support?
I didn't know about mp3gain. One nice thing about the RVA tag is
that "normalize" doesn't touch the mp3 data at all. And all
my mp3
files already have a RVA tag...
Matthias
And another nice thing about rva is that you can turn it off, if
you wish to listen to a album or track without volume
adjustment.
Matthias
Hi Matthias,
I would like to include this patch in the new Cyborg Systems
branch of Rockbox with all the enhanced audio features.
I would like to do it with your blessing as I think this is a great
audio enhancement.
Bluechip
http://homepage.ntlworld.com/cyborgsystems
because the method which mp3gain uses cannot be undo-ed,
unless the undo-data is stored somewhere else(i.e. in a tag)
- loose the undo data, and the changes cannot be reversed
anymore.
With a tag-based solution, things are different: if you
loose the tag, then the changes are undo-ed. Thus, there is
no risk for accidental permanent change of the file.