[TIMOB-17917] Windows: Implement Ti.Media.AudioRecorder
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-03-01T20:36:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.3.0 |
Components | Windows |
Labels | merge-3.4.2, qe-5.3.0 |
Reporter | Ingo Muschenetz |
Assignee | Gary Mathews |
Created | 2014-10-24T23:39:12.000+0000 |
Updated | 2016-05-12T20:46:11.000+0000 |
Description
Implement Ti.Media.AudioRecorder for the Windows platform, to achieve parity with iOS & Android.
As of [PR 249](https://github.com/appcelerator/titanium_mobile_windows/pull/249), AudioRecorder is partially implemented but we want to make sure to do the rest.
PR: https://github.com/appcelerator/titanium_mobile_windows/pull/570
Tested the demo code and found that it works correctly with Windows 10 devices. After creating a recording, I can navigate to Groove Music and playback the sound file. However it does not seem to work on windows 8.1, which has Music player instead of Groove Music. I cannot seem to locate the audio file anywhere on the 8.1 device. Tested on: Windows 10 Pro Windows Phone 10.0 & 8.1 (Microsoft Lumia 640 LTE) Appc Studio: 4.6.0.201605030516 Ti SDK :5.3.0.v20160503133640 Appc NPM: 4.2.5-5 Appc Core: 5.3.0-43 Node: v4.4.2
I'll check where the files get saved on a 8.1 device, could be in your video folder?
Tested again with the windows 8.1 device and browsed the device storage contents via the PC. found the AudioRecording in the music folder, and checked back on the music app and the file was present. Tested on: Windows 10 Pro Windows Phone 10.0 & 8.1 (Microsoft Lumia 640 LTE) Appc Studio: 4.6.0.201605030516 Ti SDK: 5.3.0.v20160509143032 Appc NPM: 4.2.5-5 Appc Core: 5.3.0-44 Node: v4.4.4 *Closing Ticket.*