Picovoice / flutter-voice-processor

Flutter audio recording plugin designed for real-time speech audio processing
Apache License 2.0
31 stars 6 forks source link

Flutter Voice Processor Issue: Can not record on iOS simulator #22

Closed jtdLab closed 8 months ago

jtdLab commented 8 months ago

When recording on an iOS Simulator with iOS 17.2 the recorded data is a stream of [0,0,0,0,...] . Permission for microphone is granted.

laves commented 8 months ago

@jtdLab - does this happen with the example? I just ran the example on an iOS 17.2 simulator and it is working as expected. We'll need a reproducable example.

jtdLab commented 8 months ago

The example works on android emulator. But has the described error on iOS 17.2 simulator. Looks like thats an issue on my machine with xcode not allowing mic usage. so im closing this