Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0a8e5d97
authored
Feb 02, 2022
by
kimvde
Committed by
Ian Baker
Feb 04, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add SpeedChangingAudioProcessorTest
PiperOrigin-RevId: 425845144
parent
b911e2ee
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/SpeedChangingAudioProcessor.java
library/transformer/src/test/java/com/google/android/exoplayer2/transformer/SpeedChangingAudioProcessorTest.java
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/SpeedChangingAudioProcessor.java
View file @
0a8e5d97
...
@@ -68,9 +68,8 @@ import java.nio.ByteBuffer;
...
@@ -68,9 +68,8 @@ import java.nio.ByteBuffer;
if
(
isUsingSonic
())
{
if
(
isUsingSonic
())
{
sonicAudioProcessor
.
setSpeed
(
newSpeed
);
sonicAudioProcessor
.
setSpeed
(
newSpeed
);
sonicAudioProcessor
.
setPitch
(
newSpeed
);
sonicAudioProcessor
.
setPitch
(
newSpeed
);
sonicAudioProcessor
.
flush
();
endOfStreamQueuedToSonic
=
false
;
}
}
flush
();
}
}
int
inputBufferLimit
=
inputBuffer
.
limit
();
int
inputBufferLimit
=
inputBuffer
.
limit
();
...
...
library/transformer/src/test/java/com/google/android/exoplayer2/transformer/SpeedChangingAudioProcessorTest.java
0 → 100644
View file @
0a8e5d97
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment