Open
Description
Summary
So the feedback examples from 0.12.0
are not working - there's no audio data captured (mic device is opened and there's an orange dot indicator in macOS status bar):
- Create new project with
cargo new --bin
- Add
coreaudio-rs = "0.12.0"
to dependencies in Cargo.toml - Add https://github.com/RustAudio/coreaudio-rs/blob/b671130aca0e3eef25e194e2bfa66a8ad58a8829/examples/feedback.rs or https://github.com/RustAudio/coreaudio-rs/blob/b671130aca0e3eef25e194e2bfa66a8ad58a8829/examples/feedback_interleaved.rs to
src/main.rs
- You'll get all the
output cb {} frames
and noinput cb {} frames
logs
Info
- macOS:
14.5 (23F79)
- coreaudio-rs:
0.12.0
Metadata
Metadata
Assignees
Labels
No labels