visualizer should now be stable (with proper new buffer system)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user