Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cubeb audio backend improvements #187

Open
1 of 6 tasks
orottier opened this issue Jul 25, 2022 · 1 comment
Open
1 of 6 tasks

cubeb audio backend improvements #187

orottier opened this issue Jul 25, 2022 · 1 comment

Comments

@orottier
Copy link
Owner

orottier commented Jul 25, 2022

  • Fix occasional segfaults when interacting with the stream (suspend, resume, get latency)
  • Support other output channel configs than STEREO
  • Validate 4.1 output and other number of speakers
  • Support other input channel configs than STEREO
  • Setup a single stream for both input and output handling (currently two streams are used, leading to time drifts)
  • What if hardware does not support SampleFormat::Float32LE?
@orottier
Copy link
Owner Author

orottier commented Nov 1, 2022

A solution for the segfaults could be to run the rust implementation of the audiounit backend: mozilla/cubeb-rs#75 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant