Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1153] iOS: add volume control support to createAudioPlayer

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-05-15T13:34:19.000+0000
Affected Version/sn/a
Fix Version/sRelease 2.1.0, Sprint 2012-10 API
ComponentsiOS
Labelsapi, qe-testadded, training
ReporterNolan Wright
AssigneeBlain Hamon
Created2011-04-15T02:45:17.000+0000
Updated2012-07-20T14:13:17.000+0000

Description

http://helpdesk.appcelerator.net/tickets/3149">http://helpdesk.appcelerator.net/tickets/3149

Comments

  1. Blain Hamon 2011-04-15

    Unfortunately, the helpdesk ticket does not load, so I'm not sure what is being asked.

  2. bigdoggy007 2011-04-15

    There is no way to programmatically change the volume using the AudioPlayer. I really need this feature myself. For example, I am playing a live radio stream in the AudioPlayer, and I want to control the volume with the slider control. There is no way to do this right now with the AudioPlayer. It can be done the Sound object (get/setVolume), but the Sound object does not work with streams, only audio with fixed length. Basically, We need (get/setVolume) on the AudoPlayer.

    I have been tracking this ticket, because I need the for a streaming radio app I'm writing...

  3. kevinwhinnery 2011-04-15

    There has been a few questions asked in the community around support for this feature - would be good to add since it's a pretty important feature for any apps needing to do streaming audio. "bigdoggy007" describes the current issue - we provide volume for the Sound object, and the same is needed for AudioPlayer.

  4. Dave Stewart 2011-11-18

    +1 for this feature.
  5. Joel Hulen 2011-12-16

    +1 for this feature as well.
  6. Frank Eijking 2012-04-05

    +1 for this feature as well. Can we do anything to prioritize this feature? I would like to control the volume of multiple (at least 2) AudioPlayer instances separately (just like a Sound object). In this way to be able to create a crossfade between two streamed remote audio files.
  7. Eric Merriman 2012-06-11

    Verified added with SDK 2.1.0.v20120611132243

JSON Source