carp-dk / carp-dk/flutter-plugins

[audio_streamer]: not able to record audio on ios 17.2 simulator

Open
#905 0 comments 0 reactions 0 assignees View on GitHub
bugfix
Dominant language
Dart
Stars
608
Forks
735
Avg merge
1m
Merged PRs (30d)
3

Description

**Remember to specify the plugin name in the title!**

### Device / Emulator and OS
- Device: Simulator
- OS: iOS 17.2

### Describe the bug
The audio stream of [0,0,0,0,...] is returned when start recording. Permissions are granted.

### To Reproduce
```dart
final audioStreamer = AudioStreamer();
audioStreamer.sampleRate = 16000;
audioStreamer.audioStream.listen((e){
// [0,0,0,0,...] here
});
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.