[TIMOB-6960] iOS: AudioRecorder needs a sampling rate setter/getter
GitHub Issue | n/a |
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Mauro Parra-Miranda |
Assignee | Eric Merriman |
Created | 2012-01-03T10:26:46.000+0000 |
Updated | 2018-08-02T17:31:50.000+0000 |
Description
PROBLEM DESCRIPTION
Customer needs to have more control in the sampling rate of the audio recording in order to use it for quicker uploading. Specially, if you can get the sampling rate down to 8k or similar.
EXTRA INFO
According to AV foundation Audio Settings section in the Apple iOS Manual, you can specify the sampling with the following values: 8k, 16k, 24k, or 32k.
Comments
JSON Source
Related to this: http://developer.appcelerator.com/question/129919/how-can-you-specify-the-sampling-rate-for-audio-recording and this: http://developer.appcelerator.com/question/130157/audio-recording-sampling-rate
If there is any chance to vote for this one I would like to. Increasingly Speech to Text interfacing is becoming more important and I to need to get sample rates of 8k or 16k. Any suggestion on a work around?
I believe we'd need a fix in the SDK. However, this should be a relatively straightforward pull request. Is this something you could try your hand at? We'd need to check the allowable values for Android as well.