flutter-sound-stream
flutter-sound-stream copied to clipboard
stream audio data in & out
I don't know if this is the optimal solution, but it was the one I could find.
Hi, I understand Windows OS is not supported for flutter-sound-stream. Now that desktop (MacOS/darwin, windows) are supported by flutter, do you know the effort and high level specific code to...
I am using the sound_stream package to do microphone recording and using the audioplayers Flutter package (https://pub.dev/packages/audioplayers) to do audio playback. However, after I play a sound, the sound_stream recording...
In particular: Windows & Linux; no other packages (as far as I could see) support Linux and Windows in terms of streaming audio to output.
Overriding AudioSession output port to speaker helps achieving audible output
Recorder buffer size for Android and iOS is set to 8192, it would be nice to have this configurable to some extent or set lower so audio stream can be...
Can I change the playback speed directly through the library, or should I implement it myself? Thank you for the help and the great library!
I am writing code to stream audio data over a socket. It's working fine with Android to Android and iOS to iOS devices. But When I am trying to stream...