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

@@ -75,6 +75,7 @@ public interface BindableConversationItem extends Unbindable, GiphyMp4Playable,
void onVoiceNotePause(@NonNull Uri uri);
void onVoiceNotePlay(@NonNull Uri uri, long messageId, double position);
void onVoiceNoteSeekTo(@NonNull Uri uri, double position);
void onVoiceNotePlaybackSpeedChanged(@NonNull Uri uri, float speed);
void onGroupMigrationLearnMoreClicked(@NonNull GroupMigrationMembershipChange membershipChange);
void onChatSessionRefreshLearnMoreClicked();
void onBadDecryptLearnMoreClicked(@NonNull RecipientId author);