Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7015] API: Media - change audio playback rate

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-12T22:42:26.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTiAPI
Labelstc-more-info
ReporterEdmar Schut
AssigneeIngo Muschenetz
Created2012-01-03T14:29:08.000+0000
Updated2017-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 a setPlaybackRate 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();

Logs

n/a. The audio stil plays at original speed instead of double speed.

Discussions

http://developer.appcelerator.com/question/128001/speedup-and-slowdown-audio-playback

Comments

  1. Paul Dowsett 2012-01-04

    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
  2. Lee Morris 2017-06-12

    Closing ticket due to the time passed, lack of information and lack of progress. Any problems, please file a new ticket.

JSON Source