From c4a6ff353f8c002d79bef5cdccdeb9cab437aa54 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 15 Dec 2003 00:16:35 +0000 Subject: [PATCH] two audio TODOs svn-id: r11642 --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index f9da2f7e0d4..5bcc01422af 100644 --- a/TODO +++ b/TODO @@ -70,6 +70,12 @@ Audio * Add a command line/config file option for the output sample rate (to allow for output sample rates other than 22050 Hz, e.g. 44100). Code should do sanity checking (e.g. restrict to rates between 8000 - 65535 Hz) +* Clean up the "premixer mess": instead of having a custome premixer hook, add + a "callback channel" or something like this. This removes special cases from + the code, and it also makes it possible to apply sound rate conversion to + premixers, which makes it easier to write and maintain a premixer proc. +* Add "direct" support for little endian 16bit audio data (useful for Broken + Sword 1/2). Config ======