visualizer should now be stable (with proper new buffer system)

This commit is contained in:
2018-05-18 01:25:02 -05:00
parent 874ef52bb9
commit 0fdc65796d
2 changed files with 11 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ import com.badlogic.gdx.utils.Disposable;
public interface MusicManager extends Disposable {
/**
* sets a integer variable to the current window of audio data the playback is at.
* Useful for efficiency because we compute once for that frame then get the values everytime it is required instead of calculating every time we get the index.
* Useful for efficiency because we compute once for that frame then get the values every time it is required instead of calculating every time we get the index.
* @return the playback window index.
*/
public int playbackIndexUpdate();