apache / cordova-plugin-media

Apache Cordova Media Plugin
https://cordova.apache.org/
Apache License 2.0
387 stars 765 forks source link

Audio recording quality setting on IOS #305

Closed bonjourjoel closed 3 years ago

bonjourjoel commented 3 years ago

Hi, Is there any way to lower the quality sampling rate on IOS, when using startRecord() ? The files are quite big for internet usage and transport. Maybe it can be switched to mono with low sampling rate? On android a 20 sec recording is about 50Kb and 8 times as much on IOS. Maybe a hint on how to do it? Thanks.

bonjourjoel commented 3 years ago

Ok sorry to have asked. I found the setting it's in CDVSound.m:695