audio change

This commit is contained in:
2023-03-24 19:01:01 +00:00
parent a170d88ccc
commit 5ca3629406
12 changed files with 93044 additions and 92 deletions

View File

@@ -37,7 +37,7 @@ void mixer_init() {
}
struct bus *first_free_bus(struct dsp_filter in) {
assert(initted);
// assert(initted);
for (int i = 0; i < 255; i++)
if (!bus[i].on) {