block on empty buffer

Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
This commit is contained in:
James Calligeros 2023-02-14 22:37:47 +10:00
parent bc49ea2887
commit 1bb490871f
No known key found for this signature in database
GPG key ID: D43632D151F77960

View file

@ -83,5 +83,6 @@ fn main() {
for i in &mut speakers {
i.run(&card, &buf);
}
buf = [0i16; BUF_SZ];
}
}