You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to write audio data into a [f32; N] and compare, but it'll be hard to check microphone and speaker output automatically.
We could run two instances and stream known audio between them and see that mute/deafen works. Here we can yoink the output buffer and see if audio reaches the other side as expected.
The text was updated successfully, but these errors were encountered:
We desperately need them.
We should be able to write audio data into a
[f32; N]
and compare, but it'll be hard to check microphone and speaker output automatically.We could run two instances and stream known audio between them and see that mute/deafen works. Here we can yoink the output buffer and see if audio reaches the other side as expected.
The text was updated successfully, but these errors were encountered: