mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Show remaining time on wave form view and cache wave form in database.
This commit is contained in:
committed by
Greyson Parrelli
parent
e01838e996
commit
3fec23fd36
@@ -41,3 +41,8 @@ message TemporalAuthCredentialResponse {
|
||||
message TemporalAuthCredentialResponses {
|
||||
repeated TemporalAuthCredentialResponse credentialResponse = 1;
|
||||
}
|
||||
|
||||
message AudioWaveFormData {
|
||||
int64 durationUs = 1;
|
||||
bytes waveForm = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user