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

Support for Audio Streams in Flutter. Capable of streaming Linear PCM format with a bit depth of 16 bits and 32 bits. Streams microphone audio data as Stream<List<Int>>.

1.0.1 #

  • Sound would get routed to the earpiece receiver instead of the speakers, this fixes that issue. Thanks @DaveHineman

1.0.0+2 #

  • Updated README in example and main

1.0.0+1 #

  • Changed Description and README

1.0.0 #

  • Initial Version
  • Ability to create Audio Streams
8
likes
40
pub points
30%
popularity

Publisher

verified publisherrishabnayak.com

Support for Audio Streams in Flutter. Capable of streaming Linear PCM format with a bit depth of 16 bits and 32 bits. Streams microphone audio data as Stream<List<Int>>.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on audio_streams