Implement a playback speed toggle for voice notes.

This commit is contained in:
Alex Hart
2021-06-30 16:07:00 -03:00
parent e20d6b63cf
commit 2d7c043398
29 changed files with 754 additions and 175 deletions

View File

@@ -576,6 +576,10 @@ final class MediaGalleryAllAdapter extends StickyHeaderGridAdapter {
audioItemListener.onStopAndReset(audioUri);
}
@Override
public void onSpeedChanged(float speed, boolean isPlaying) {
}
@Override
public void onProgressUpdated(long durationMillis, long playheadMillis) {
}