mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
|
@ -37,4 +37,4 @@ int memcmp(const void *s1, const void *s2, size_t n);
|
|||
void* memmove(const void *s1, const void *s2, size_t n);
|
||||
|
||||
int codec_init(struct codec_api* rb);
|
||||
|
||||
void codec_set_replaygain(struct mp3entry* id3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue