mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Make SonicAudioProcessor public
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=153762476
This commit is contained in:
parent
da1b55ed4c
commit
3280dc8777
1 changed files with 1 additions and 2 deletions
|
|
@ -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)}.
|
||||
|
|
|
|||
Loading…
Reference in a new issue