element-web/src/voice
Travis Ralston 3d72b9e227 Render error state for audio components
Fixes https://github.com/vector-im/element-web/issues/17148

Both `AudioPlayer` and `RecordingPlayback` got a fragment added to their DOM structure, to incorporate the rarely seen error message below it. Additionally, a missing try/catch was added to the `Playback` class to handle uncaught decoding issues.

The similarity of the components is tracked in https://github.com/vector-im/element-web/issues/18161
2021-07-21 15:47:52 -06:00
..
compat.ts Auto-fix lint errors 2021-06-29 13:11:58 +01:00
consts.ts Adjust recording waveform behaviour for voice messages 2021-07-12 13:48:01 -06:00
ManagedPlayback.ts Name functions better 2021-07-20 23:34:27 -06:00
Playback.ts Render error state for audio components 2021-07-21 15:47:52 -06:00
PlaybackClock.ts Play only one audio file at a time 2021-07-20 23:28:07 -06:00
PlaybackManager.ts Name functions better 2021-07-20 23:34:27 -06:00
RecorderWorklet.ts Adjust recording waveform behaviour for voice messages 2021-07-12 13:48:01 -06:00
VoiceRecording.ts delint 2021-07-12 13:52:10 -06:00