diff options
author | Max Horn | 2004-12-18 11:12:33 +0000 |
---|---|---|
committer | Max Horn | 2004-12-18 11:12:33 +0000 |
commit | 7a35da58404f5c9104e375470e3c57181d59bcbe (patch) | |
tree | e88c207460c5919a11651a97285046d2596a3a9e | |
parent | 6dfb2f2dfd60fcc4beccb5013ae2bbd9eed736ad (diff) | |
download | scummvm-rg350-7a35da58404f5c9104e375470e3c57181d59bcbe.tar.gz scummvm-rg350-7a35da58404f5c9104e375470e3c57181d59bcbe.tar.bz2 scummvm-rg350-7a35da58404f5c9104e375470e3c57181d59bcbe.zip |
Mixer TODOs
svn-id: r16115
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -156,6 +156,12 @@ Audio ===== * Get the high quality resample code to work [Fingolfin has started work on this] +* Consider getting completely rid of the "master volume" (the config key, + the command line switch, in the GUI, and in the engines), it doesn't + seem to serve much of a purpose. +* Add "sound types" to the mixer; client code will be able to pass such a type + whenever registering an audio stream. Then, volume control will be changed + to be based on the sound type. Config Manager ============== @@ -339,7 +345,6 @@ X11 backend * Make it work with multiple bitdepths * Add frills used by SDL backend like graphic filters usage and CD audio - ####################################################################### # Tools ####################################################################### |