diff options
author | Magnus Holmgren <magnushol@gmail.com> | 2005-07-24 15:32:28 +0000 |
---|---|---|
committer | Magnus Holmgren <magnushol@gmail.com> | 2005-07-24 15:32:28 +0000 |
commit | 4a53787992b396d28c001f7567bc91644fae861c (patch) | |
tree | 0ab4fee5b878e957fa781d6581efbe6f103c0fd2 /apps/playback.h | |
parent | 6bd8e5db08e42130d1a72377b3c0cec0b8d57a69 (diff) |
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
Diffstat (limited to 'apps/playback.h')
-rw-r--r-- | apps/playback.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/playback.h b/apps/playback.h index cb006f9e52..5b69228cbe 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -38,7 +38,11 @@ enum { DSP_SET_SAMPLE_DEPTH, DSP_SET_STEREO_MODE, DSP_RESET, - DSP_DITHER + DSP_DITHER, + DSP_SET_TRACK_GAIN, + DSP_SET_ALBUM_GAIN, + DSP_SET_TRACK_PEAK, + DSP_SET_ALBUM_PEAK }; /* Not yet implemented. */ |