audio_flutter_darwin 0.1.0 copy "audio_flutter_darwin: ^0.1.0" to clipboard
audio_flutter_darwin: ^0.1.0 copied to clipboard

PlatformiOSmacOS

Darwin implementation of audio_flutter capture and PCM playback.

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.