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
|
@ -129,6 +129,9 @@ drivers/uda1380.c
|
|||
#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR)
|
||||
pcm_playback.c
|
||||
#endif
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
replaygain.c
|
||||
#endif
|
||||
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
|
||||
pcm_record.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue