Record to stream not working in iOS #1142
Unanswered
wernerpaulin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need Help for :
flutter_sound/example/lib/recordToStream/record_to_stream_example.dart
Although permissions are correctly set, the stream initialized and the recorder started no data is sent to the stream sink?
On Android this works without any issues?
Here is my question :
Is there anything which I missing out here? Thank you!
Here is the code snippet. It includes some debugging code like using "_curShortTimeEnergy" for debugging and try/catch.
Beta Was this translation helpful? Give feedback.
All reactions