From 276fe1a24d216d06bf3fd9cef4294e190cdf96e5 Mon Sep 17 00:00:00 2001 From: snow Date: Sun, 30 Aug 2020 08:52:47 -0700 Subject: [PATCH] Update TODO --- TODO | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index d08723b..1a3ef0e 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,6 @@ -* Figure out how to manage get_volume and set_volume - * Should it be global? Does (audio_info_t)info.play.gain - refer to the global mixer or just the track (i'm guessing - from the manpage that it's global?) -* Find out if/how audio(4) supports 24-bit linear PCM - * Audacious supports two methods-- one is 3-byte, the other - is padded 4-byte. I'm guessing audio(4) doesn't support - both, but who knows -* Clean up the code in terms of formatting/layout +* Determine if audio open/close should happen in open_audio + and close_audio +* Support get_volume/set_volume +* Support 24-bit LPCM -> 32-bit +* Create a settings panel so users can select their output + device