microphone_flutter 0.0.1 copy "microphone_flutter: ^0.0.1" to clipboard
microphone_flutter: ^0.0.1 copied to clipboard

Microphone recording for Flutter with the goal of no additional system dependencies. Integrates the `microphone_dart` package and uses cargokit to build the native Rust audio library and use it via FFI.

0.0.1 #

  • Flutter integration for microphone_dart: builds the shared microphone Rust crate via cargokit and bundles it. Re-exports the microphone_dart API and adds MicrophoneFlutter.ensureInitialized().
  • Documents the required platform permissions (Info.plist NSMicrophoneUsageDescription and the macOS audio-input entitlement on Apple; RECORD_AUDIO on Android).
  • Example app with a record/stop UI and a live input-level meter.
0
likes
150
points
72
downloads

Documentation

API reference

Publisher

verified publishermanymath.com

Weekly Downloads

Microphone recording for Flutter with the goal of no additional system dependencies. Integrates the `microphone_dart` package and uses cargokit to build the native Rust audio library and use it via FFI.

Repository (GitHub)
View/report issues

Topics

#audio #microphone #recording #ffi

License

MIT (license)

Dependencies

flutter, microphone_dart

More

Packages that depend on microphone_flutter

Packages that implement microphone_flutter