{ "id": "61785", "key": "TIMOB-1153", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13406", "description": "Sprint 2012-10 API", "name": "Sprint 2012-10 API", "archived": true, "released": true, "releaseDate": "2012-05-20" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-05-15T13:34:19.000+0000", "created": "2011-04-15T02:45:17.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api", "qe-testadded", "training" ], "versions": [], "issuelinks": [ { "id": "19057", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "62761", "key": "TIMOB-2129", "fields": { "summary": "Set Audio player volume up down", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "17249", "type": { "id": "10011", "name": "Includes", "inward": "is included by", "outward": "includes" }, "outwardIssue": { "id": "91687", "key": "TIMOB-9088", "fields": { "summary": "iOS: Remove AudioStreamerBC", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "17043", "type": { "id": "10011", "name": "Includes", "inward": "is included by", "outward": "includes" }, "inwardIssue": { "id": "91344", "key": "TIMOB-8992", "fields": { "summary": "Ti API: Create consistent volume properties for all player types.", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-07-20T14:13:17.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}

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

{html}", "attachment": [], "flagged": false, "summary": "iOS: add volume control support to createAudioPlayer", "creator": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "124957", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

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

{html}", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:18.000+0000", "updated": "2011-04-15T02:45:18.000+0000" }, { "id": "124958", "author": { "name": "bigdoggy007", "key": "bigdoggy007", "displayName": "bigdoggy007", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

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

\n

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

{html}", "updateAuthor": { "name": "bigdoggy007", "key": "bigdoggy007", "displayName": "bigdoggy007", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:18.000+0000", "updated": "2011-04-15T02:45:18.000+0000" }, { "id": "124959", "author": { "name": "kevinwhinnery", "key": "kevinwhinnery", "displayName": "kevinwhinnery", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

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

{html}", "updateAuthor": { "name": "kevinwhinnery", "key": "kevinwhinnery", "displayName": "kevinwhinnery", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:45:19.000+0000", "updated": "2011-04-15T02:45:19.000+0000" }, { "id": "173236", "author": { "name": "davestewartgtx", "key": "davestewartgtx", "displayName": "Dave Stewart", "active": true, "timeZone": "America/Los_Angeles" }, "body": "+1 for this feature.", "updateAuthor": { "name": "davestewartgtx", "key": "davestewartgtx", "displayName": "Dave Stewart", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-18T03:22:45.000+0000", "updated": "2011-11-18T03:22:45.000+0000" }, { "id": "176314", "author": { "name": "joelhulen", "key": "joelhulen", "displayName": "Joel Hulen", "active": true, "timeZone": "America/Los_Angeles" }, "body": "+1 for this feature as well.", "updateAuthor": { "name": "joelhulen", "key": "joelhulen", "displayName": "Joel Hulen", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-16T02:40:05.000+0000", "updated": "2011-12-16T02:40:05.000+0000" }, { "id": "189931", "author": { "name": "karaoak", "key": "karaoak", "displayName": "Frank Eijking", "active": true, "timeZone": "America/Los_Angeles" }, "body": "+1 for this feature as well.\r\nCan we do anything to prioritize this feature?\r\n\r\nI 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.\r\n", "updateAuthor": { "name": "karaoak", "key": "karaoak", "displayName": "Frank Eijking", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-05T07:28:00.000+0000", "updated": "2012-04-05T07:28:00.000+0000" }, { "id": "198104", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified added with SDK 2.1.0.v20120611132243", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-11T16:51:49.000+0000", "updated": "2012-06-11T16:51:49.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }