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

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

sound_stream_now #

_Just upgraded to latest versions of dart, flutter, gradle and kotlin and incorporated some new features _

This plugin is still in early development stage

A Flutter plugin started from my own needs: Stream audio data from Mic and data to Audio engine without using a file. We can use it to stream audio via network or use it with STT/TTS functions.

Current features:

  • Provides stream of data from mic (Uint8List)
  • Player that receive stream of raw sound data (Uint8List)
  • Support both Android and iOS (cross-platform)
  • Recorder & Player can work simultaneously

Limitations:

To-do list:

  • Support more audio formats
  • Support more platforms (Windows, macOS, Web)
  • Current code might be messy. Should clean it up (someday)
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