Update TODO

This commit is contained in:
snow 2020-08-30 08:52:47 -07:00
parent 653d5a769c
commit 276fe1a24d

15
TODO
View file

@ -1,9 +1,6 @@
* Figure out how to manage get_volume and set_volume * Determine if audio open/close should happen in open_audio
* Should it be global? Does (audio_info_t)info.play.gain and close_audio
refer to the global mixer or just the track (i'm guessing * Support get_volume/set_volume
from the manpage that it's global?) * Support 24-bit LPCM -> 32-bit
* Find out if/how audio(4) supports 24-bit linear PCM * Create a settings panel so users can select their output
* Audacious supports two methods-- one is 3-byte, the other device
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