Open jtdLab opened 9 months ago
Remember to specify the plugin name in the title!
The audio stream of [0,0,0,0,...] is returned when start recording. Permissions are granted.
final audioStreamer = AudioStreamer(); audioStreamer.sampleRate = 16000; audioStreamer.audioStream.listen((e){ // [0,0,0,0,...] here });
Remember to specify the plugin name in the title!
Device / Emulator and OS
Describe the bug
The audio stream of [0,0,0,0,...] is returned when start recording. Permissions are granted.
To Reproduce