Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2465] Can't record with MP3 or AIFF formats - only WAVE

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T22:02:57.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterKelly Redd
AssigneeIngo Muschenetz
Created2011-04-15T03:20:30.000+0000
Updated2017-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

FileDateSize
app.js2011-04-15T03:20:30.000+00002182

Comments

  1. Lee Morris 2017-05-02

    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.

JSON Source