flutter-sound-stream icon indicating copy to clipboard operation
flutter-sound-stream copied to clipboard

stream audio data in & out

Results 26 flutter-sound-stream issues
Sort by recently updated
recently updated
newest added
trafficstars

Thanks for the library! I've noticed a couple of issues: 1) Doesn't play well with flutter_sound, as sound_stream and flutter_sound seem to fight over resources 2) when playing, becomes unresponsive...

D/AudioRecord: mInOverrunnumber: 499, 2020-08-06 10:56:02.914 31097-31535/..... A/AudioRecord: avoid mediaserver Memory leaks,restart mediaserver mInOverrunnumber: 500 2020-08-06 10:56:03.509 31097-31535/....... A/libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 31535 (AudioRecord), 2020-08-06...

Hello. When I plug in the earphone, the sound comes out of the speaker at the same time. How can I diasble the speaker?

Try to run the example, open the recorder then open the player you will hear sound like a hell ? I want to play chunks during recording in growable way...

Hello, I hope you doing well. I am using flutter version 2.2.3 xcode version 12.4 and facing the above issue while running the example app in iOS simulator iPhone 12...

I just build the app, i click on mice then app crashed.

First of all, thank you all for your support. Recently, I've been drowning with work (which was seriously affected by COVID). I'm expecting to be back to these kinds of...

How do i export to a wav file which i can upload to a server fore example firebase storage

Hi, I understand macOS 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 support...

Hi, When I include sound_stream to pubspec.yaml and compile my project, I get prompted for mic use? I did not "import 'package:sound_stream/sound_stream.dart';" in any of my project files. This is...