aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2006-03-03 15:55:09 +0000
committerMax Horn2006-03-03 15:55:09 +0000
commit245ed83c2aaa1e4b9a7f0772e63729290c76a96b (patch)
treea0a5275677720ac6a655dac1c67bd036a73e48a6 /TODO
parent140f6fce26ae3b710c5d37bcc4d08b6690a5d669 (diff)
downloadscummvm-rg350-245ed83c2aaa1e4b9a7f0772e63729290c76a96b.tar.gz
scummvm-rg350-245ed83c2aaa1e4b9a7f0772e63729290c76a96b.tar.bz2
scummvm-rg350-245ed83c2aaa1e4b9a7f0772e63729290c76a96b.zip
Yet another TODO
svn-id: r21044
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8aced92fda..bd1fe62cb3 100644
--- a/TODO
+++ b/TODO
@@ -154,6 +154,12 @@ Audio
MidiDriver::createMidi() to use both that list and the list of
'emulated' MIDI devices (Adlib, MT-32, PC Speaker, etc.) in an appropriate
way.
+* The Audio CD Manager, and especially the DigitalTrackInfo class could
+ stand an overhaul. The system currently is not as easy to extend as one would
+ wish. In particular, it would be nice if arbitrary AudioStream classes could
+ be used here (this then would reduce code duplication and make it instantly
+ possible to use WAV/VOC encoded audio tracks, should we desire to support
+ those).
Config Manager
==============