This commit is contained in:
AlexandreRouma
2025-09-16 19:56:41 -04:00
parent ae39eed0cb
commit 80f2d752c1
4 changed files with 58 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
Create buffer class that replaces the BufferSet struct
Replaces the BufferSet struct using the Buffer class
Move the fixes from the SFAP library's stream.c to this one
Move the fixes from the SFAP library's stream.c to this one?
Think a lot about how multichannel streams are to be handled. Doing it all in one thread might not be possible so perhapse a built-in synchronisation system is worth it?