sound_stream_now 1.0.2 copy "sound_stream_now: ^1.0.2" to clipboard
sound_stream_now: ^1.0.2 copied to clipboard

A Flutter plugin for streaming audio data from Mic and data to Audio engine without using a file.

1.0.2 #

  • SDK 23 min 35 max, commented PluginRegistry Registrar

1.0.1 #

  • Upgraded to latest flutter, gradle and kotlin versions and added ability to increase volume for ios

1.0.0 #

  • Upgraded to latest flutter, gradle and kotlin versions and added ability to increase volume for ios

0.3.0 #

  • Migrate to null-safety

0.2.0 #

  • Recorder & Player can work simultaneously
  • Minor code refactor

0.1.0+1 #

Refactor to match pub.dev's Health suggestions

  • Add a dispose method

0.1.0 #

Cross-platform support

  • Audio data can be sent from Android to iOS and vice versa.
  • Player that receive stream of PCM 16bit sound data in a (Uint8List).
  • Added new example: Send data via WebSocket
  • Fixed some bugs.

0.0.1 #

Initial release

  • Provides stream of data from mic (Uint8List).
  • Player that receive stream of raw sound data (Uint8List).
  • Support both Android and iOS.
1
likes
140
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for streaming audio data from Mic and data to Audio engine without using a file.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on sound_stream_now

Packages that implement sound_stream_now