mirror of
https://github.com/AlexandreRouma/dsp2.git
synced 2026-04-18 14:52:43 +00:00
progress
This commit is contained in:
5
todo.txt
5
todo.txt
@@ -6,4 +6,7 @@ Think a lot about how multichannel streams are to be handled. Doing it all in on
|
||||
|
||||
Think about how blocks handle multi-channel streams. Maybe sometimes you want different behavior for each channel, so duplicating the DSP as is could be stupid
|
||||
|
||||
Using multiple threads for audio may be slower than interleaved channels. It could also add latency since it has to be re-interleaved at the end of the DSP.
|
||||
Using multiple threads for audio may be slower than interleaved channels. It could also add latency since it has to be re-interleaved at the end of the DSP.
|
||||
|
||||
Need a way to represent End-of-File for batch processing. That way sources could emit the flag, and sinks or processing threads could await it
|
||||
|
||||
|
||||
Reference in New Issue
Block a user