forked from len0rd/rockbox
ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.
Note that there is a small delay from leaving a setting until the change can be heard (due to audio data buffering). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7234 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6bd8e5db08
commit
4a53787992
17 changed files with 404 additions and 38 deletions
|
@ -416,6 +416,9 @@ static const struct bit_entry hd_bits[] =
|
|||
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
{2, S_O(crossfade), 0, "crossfade type", "off,crossfade,mix"},
|
||||
{1, S_O(replaygain), false, "replaygain", off_on },
|
||||
{1, S_O(replaygain_track), false, "replaygain type", "track,album" },
|
||||
{1, S_O(replaygain_noclip), false, "replaygain noclip", off_on },
|
||||
#endif
|
||||
|
||||
/* new stuff to be added at the end */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue