[
https://issues.apache.org/jira/browse/CB-12542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903861#comment-15903861
]
ASF GitHub Bot commented on CB-12542:
-------------------------------------
Github user cordova-qa commented on the issue:
https://github.com/apache/cordova-plugin-media/pull/132
Cordova CI Build has completed successfully.
**Commit** -
[Link](https://github.com/apache/cordova-plugin-media/pull/132/commits/b77adb2fb8f0cf8fd72352959bbdc3b9b76e2791)
**Dashboard** -
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102/)
| Builder Name | Console Output | Test Report | Device Logs |
| :---: | :---: | :---: | :---: |
| [Windows 10 Store](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=windows-10-store/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=windows-10-store/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=windows-10-store/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=windows-10-store/artifact/)
|
| [iOS 9.3](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=ios-9.3/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=ios-9.3/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=ios-9.3/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=ios-9.3/artifact/)
|
| [iOS 10.0](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=ios-10.0/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=ios-10.0/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=ios-10.0/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=ios-10.0/artifact/)
|
| [Android 4.4](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=android-4.4/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=android-4.4/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=android-4.4/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=android-4.4/artifact/)
|
| [Android 5.1](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=android-5.1/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=android-5.1/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=android-5.1/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/102//PLATFORM=android-5.1/artifact/)
|
> can’t record to a “wav” file on IOS media plugin
> ------------------------------------------------
>
> Key: CB-12542
> URL: https://issues.apache.org/jira/browse/CB-12542
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Media
> Affects Versions: 3.5.0
> Environment: 9.x Simulator , IOS 8.x device (iPod touch)
> Reporter: Leo Schubert
> Priority: Critical
> Attachments: cdvsound.diff
>
>
> I get “Failed to initialize AVAudioRecorder: (null)” in the error callback of
> the startRecordingAudio() exec API.
> I see that the AVAudioPlayer settings in CDVAudio.m are
> {code}
> NSDictionary *audioSettings = @{AVFormatIDKey: @(kAudioFormatMPEG4AAC),
> AVSampleRateKey: @(44100),
> AVNumberOfChannelsKey: @(1),
> AVEncoderAudioQualityKey:
> @(AVAudioQualityMedium)
> };
> {code}
> This is IMHO the reason it doesn’t work. Either one uses the .m4a extension
> with {{kAudioFormatMPEG4AAC}} or
> .wav with the {{kAudioFormatLinearPCM}} key (the IOS docs are very unclear
> about which file extensions are actually supported)
> The plugin enforces “wav” but the settings enforce the MPEG4AAC encoder.
> Using the attached simple patch and using .m4a at the JS side solves the
> problem and records on my iPod touch IOS 8.x.
> I stumbled also across
> https://github.com/remoorejr/cordova-plugin-media-with-compression where the
> exchange wav->m4a is done too.
> Strangely I can’t find much problems reported on stackoverflow, but this one
> seems to cover it
> http://stackoverflow.com/questions/12244111/failed-to-initialize-avaudiorecorder-null
> The last poster seem to indicate that the problem sneaked in in IOS 8
> (previously it was probably possible to record to a .wav file but with AAC
> content).
> Looking at the recordAudio() test for the plugin in tests/tests.js I can’t
> see that potential errors are actually causing the test to fail: they are
> just logged with console.log , so this may explain why the problem has not
> been detected by the tests.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]