Make SonicAudioProcessor public

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=153762476
This commit is contained in:
cblay 2017-04-20 15:07:53 -07:00 committed by Oliver Woodman
parent da1b55ed4c
commit 3280dc8777

View file

@ -26,8 +26,7 @@ import java.nio.ShortBuffer;
/** /**
* An {@link AudioProcessor} that uses the Sonic library to modify the speed/pitch of audio. * 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. public final class SonicAudioProcessor implements AudioProcessor {
/* package */ final class SonicAudioProcessor implements AudioProcessor {
/** /**
* The maximum allowed playback speed in {@link #setSpeed(float)}. * The maximum allowed playback speed in {@link #setSpeed(float)}.