[TIMOB-6122] Android: Sound - Static/noise heard before the start of a sound playing the first time
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-07-10T22:21:26.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Patrick Seda |
Assignee | Ingo Muschenetz |
Created | 2011-11-08T13:47:41.000+0000 |
Updated | 2017-07-10T22:21:26.000+0000 |
Description
The first time a sound file (mp4) is played, there will be noise in the form of static/crackle/pop before the actual sound file is played. This behavior seems to be related to these specific Samsung devices, although it is intermittent without 100% occurrence.
To reproduce:
Place the attached
Replace the
Create a new Mobile project.
Place the attached 205048_low.mp4
file in the Resources directory.
Replace the app.js
with the following code.
Load the built app onto a device.
Press the "Play" button to start the sound; *the sound problem should occur now*.
Once the sound has been played once, kill the app and restart to test again.
var win = Ti.UI.createWindow({});
var sound = Ti.Media.createSound({url:'205048_low.mp4'});
var button = Ti.UI.createButton({title:'Play', width:100, height:100, top:100});
button.addEventListener('click', function() {sound.play();});
win.add(button);
win.open();
Associated Helpdesk Ticket
http://appc.me/c/APP-954677Attachments
File | Date | Size |
---|---|---|
205048_low.mp4 | 2011-11-08T13:47:41.000+0000 | 3877 |
Closing ticket due to time passed and lack of progress for a number of years. Please open a new ticket if there are any problems.