Picovoice / flutter-voice-processor

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

What is the format of the recorded audio? #21

Closed jtdLab closed 7 months ago

jtdLab commented 7 months ago

What is the format of the recorded audio?

Is it possible to record 16bit PCM mono?

laves commented 7 months ago

The audio is recorded in 16-bit mono PCM at whatever sample rate was specified on start(). It does seem like we failed to mention this in the docs. We'll add it.