flutter-sound-stream
flutter-sound-stream copied to clipboard
stream audio data in & out
If i do .writeChunk and then try to interact with UI (e.g. press a button / scroll a ListView), everything that I've done only takes effect after the chunk has...
I would prefer that the microphone permission be requested only when recorder.initialize() is called, rather than at the app's first launch. This change would improve user experience.
Flutter version : 3.29 PluginRegistry.Registrar is deprecated and Remove so, Can't build.. Thank you!
Hey there, I recently upgraded Flutter and since cannot build my project anymore (at least I believe that was the timeline). The error I get: `e: file:///C:/Users/username/AppData/Local/Pub/Cache/hosted/pub.dev/sound_stream-0.4.1/android/src/main/kotlin/vn/casperpas/sound_stream/SoundStreamPlugin.kt:22:48 Unresolved reference: Registrar`...
Hello, I am trying to get tis plugin work with openAI speech API. Please note I got the same working with my native android app so I guess I know...
I am experiencing an issue with the sound_stream package (version 0.4.1) in my Flutter application where the vibration functionality does not work if the microphone permission is granted. This issue...