SolarLiner/interflow

Implement native duplex streams on CoreAudio

Open

#10 opened on Mar 10, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (4 forks)auto 404
P-macOSduplexfeaturegood first issuehelp wanted

Repository metrics

Stars
 (64 stars)
PR merge metrics
 (PR metrics pending)

Description

the CoreAudio API on macOS and iOS seems to support native duplex streams, handling device synchronization and resampling directly within the OS.

Implement the AudioDuplexStream trait so that user-code can automatically benefit.

Contributor guide