Commit 3280dc87 by cblay Committed by Oliver Woodman

Make SonicAudioProcessor public

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=153762476
parent da1b55ed
......@@ -26,8 +26,7 @@ import java.nio.ShortBuffer;
/**
* An {@link AudioProcessor} that uses the Sonic library to modify the speed/pitch of audio.
*/
// TODO: Make public once it is possible to override AudioTrack's position calculations.
/* package */ final class SonicAudioProcessor implements AudioProcessor {
public final class SonicAudioProcessor implements AudioProcessor {
/**
* The maximum allowed playback speed in {@link #setSpeed(float)}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment