[TIMOB-2465] Can't record with MP3 or AIFF formats - only WAVE
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T22:02:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Kelly Redd |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:20:30.000+0000 |
Updated | 2017-05-02T22:02:57.000+0000 |
Description
Have only tested MP3, AIFF and WAVE formats on the iPad. Of the three, only WAVE is working.
See note at top of app.js.
Tried testing this file with latest builds 1.4.3 SDK and 1.5.0 SDK and neither would run the app. But Ti 1.4.2 SDK/iOS 4.2 SDK does.
var recording = Ti.Media.createAudioRecorder();
recording.compression = Ti.Media.AUDIO_FORMAT_ULAW;
recording.format = Ti.Media.AUDIO_FILEFORMAT_WAVE; // _MP3, _AIFF
recording.type = Ti.Media.AUDIO_MICROPHONE;
Attachments
File | Date | Size |
---|---|---|
app.js | 2011-04-15T03:20:30.000+0000 | 2182 |
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.