audio_flutter_darwin
Darwin implementation of the federated audio_flutter plugin.
It provides microphone capture and PCM playback on macOS and iOS, plus system/process audio capture on supported macOS versions. Native capture uses a bounded ring and batched pulls so audio callbacks never wait on Dart event delivery.
Applications should depend on
audio_flutter. Flutter selects this
implementation automatically on Apple platforms.
The initial platform scope is macOS 14+, iOS 17+, and system capture on macOS 14.4+ where the required Core Audio APIs are available.