We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package version 5.0.4
Environment
Describe the bug
Recording audio (with permission granted) using:
final audioStream = await _record.startStream( const RecordConfig( encoder: AudioEncoder.pcm16bits, sampleRate: kSampleRate, numChannels: 1, ), );
leads to [0,0,0,0,...] lists being emitted by the audio stream.
The text was updated successfully, but these errors were encountered:
I guess this is working on a real device?
Sorry, something went wrong.
yes
@llfbandit Is the package not intended to support simulator as stated in darwin package changelog?
Changes where made for file recording only.
No branches or pull requests
Package version 5.0.4
Environment
Describe the bug
Recording audio (with permission granted) using:
leads to [0,0,0,0,...] lists being emitted by the audio stream.
The text was updated successfully, but these errors were encountered: