Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audio stutters/speeds up when loading a new song. #2

Open
GoogleCodeExporter opened this issue Mar 21, 2016 · 1 comment
Open

audio stutters/speeds up when loading a new song. #2

GoogleCodeExporter opened this issue Mar 21, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. setup a mouse event to run loadNewSong(...)
2. have an event listener for FILE_LOADED play the new song
3. it isn't guaranteed to happen, but it does happen

What is the expected output? What do you see instead?
expected: The new song file to be loaded and played without 
stuttering/skipping/speeding up.

what I see: malfunctioned playback of new songs 40-60% of the time.

What version of the product are you using? On what operating system?
Latest SVN compile, windows 7 ultimate 64 bit.

Please provide any additional information below.
here is a project I'm working on to get used to your library:
http://gunnywaffle.student.rit.edu/ZenuelPolygonPlayground/ZenPolyPlay.swf
The blue buttons that load are clickable and take you to other tracks, click 
again to return to the main menu (once the song has begun playing, if it has).

Original issue reported on code.google.com by [email protected] on 10 Feb 2014 at 2:07

@GoogleCodeExporter
Copy link
Author

After far too much experimentation I came to realize that the buzzing occurs 
for exactly how many frames i set my ALF instance to look ahead.

I set the look ahead to 0 and voila, problem is fixed. The output data from the 
ALF is 100% identical too, on a variety of songs I tested with.

So I suppose my issue is fixed, but this still proves to be an issue with ALF 
unless I am mis-interpreting the usage of _frameLookAhead.

Original comment by [email protected] on 11 Feb 2014 at 3:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant