wzhwawhxmmj / frozenbubbleplus

Automatically exported from code.google.com/p/frozenbubbleplus
0 stars 0 forks source link

Not all sound effects are playing - specifically short sount effects on the Kindle Fire #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Short sound effects are not playing.  

This may be a deficiency with the Kindle audio manager, since other audio 
players seem to have problems playing short sounds as well (e.g. launch.ogg).  
Sounds that are longer in duration never seem to have any issues playing (e.g. 
applause.ogg).

A workaround might be to add silent audio to each sound such that they all meet 
a minimum duration.

Original issue reported on code.google.com by forter...@gmail.com on 19 Mar 2013 at 2:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The issue seems to be with Android not determining the length of Vorbis OGG 
sound files correctly.

Here is the actual issue as reported to the Android project:
https://code.google.com/p/android/issues/detail?id=11590

Original comment by forter...@gmail.com on 19 Mar 2013 at 6:34

GoogleCodeExporter commented 8 years ago
Launch.ogg and rebound.ogg were padded with silence to lengthen the audio 
playback duration of each to 200 milliseconds.

This resolved the issue with no apparent drawbacks.

Original comment by forter...@gmail.com on 19 Mar 2013 at 11:14