[TIMOB-7015] API: Media - change audio playback rate
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-12T22:42:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | tc-more-info |
Reporter | Edmar Schut |
Assignee | Ingo Muschenetz |
Created | 2012-01-03T14:29:08.000+0000 |
Updated | 2017-06-12T22:42:26.000+0000 |
Description
Problem
I need an option to change the default playback rate. [Titanium.Media.AudioPlayer](http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Media.AudioPlayer-object) does not have asetPlaybackRate
property.
This request is for all platforms - mobile and mobile web
Use case
var oAudio = Ti.Media.createAudioPlayer();
oAudio.src = "URL_OF_AUDIO.mp3";
oAudio.playbackRate = 2.0;
oAudio.play();
Thanks for raising this ticket. In order for me to escalate it to the core team, all the fields must be complete. Please check it against the [JIRA Ticket Checklist](https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report#HowtoSubmitaBugReport-JIRATicketChecklist), and add any missing information. For the description, you can use [this template](https://wiki.appcelerator.org/display/guides/JIRA+Ticket+Template) as a starting point. Furthermore, a use case must be included, so that we can see exactly how you envisage the feature would work. Cheers
Closing ticket due to the time passed, lack of information and lack of progress. Any problems, please file a new ticket.