aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-12-18 11:12:33 +0000
committerMax Horn2004-12-18 11:12:33 +0000
commit7a35da58404f5c9104e375470e3c57181d59bcbe (patch)
treee88c207460c5919a11651a97285046d2596a3a9e
parent6dfb2f2dfd60fcc4beccb5013ae2bbd9eed736ad (diff)
downloadscummvm-rg350-7a35da58404f5c9104e375470e3c57181d59bcbe.tar.gz
scummvm-rg350-7a35da58404f5c9104e375470e3c57181d59bcbe.tar.bz2
scummvm-rg350-7a35da58404f5c9104e375470e3c57181d59bcbe.zip
Mixer TODOs
svn-id: r16115
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5932602f2b..bec14ed230 100644
--- a/TODO
+++ b/TODO
@@ -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
#######################################################################