Skip to content

Commit a59b97c

Browse files
author
maciejmakowski2003
committed
fix: nitpicks
1 parent 4325d26 commit a59b97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/common-app/src/examples/PlaybackSpeed/PlaybackSpeed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const PlaybackSpeed: FC = () => {
117117
if (audioSettings.PSOLA) {
118118
stopPlayback();
119119
} else {
120-
if (aCtxRef.current && sourceRef.current && !audioSettings.PSOLA) {
120+
if (aCtxRef.current && sourceRef.current) {
121121
sourceRef.current.playbackRate.value = newSpeed;
122122
}
123123
}

0 commit comments

Comments
 (0)