This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 832
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Honor advanced audio processing settings when recording voice messages (
#9610) * VoiceRecordings: honor advanced audio processing settings Audio processing settings introduced in #8759 is now taken into account when recording a voice message. Signed-off-by: László Várady <[email protected]> * VoiceRecordings: add higher-quality audio recording When recording non-voice audio (e.g. music, FX), a different Opus encoder application should be specified. It is also recommended to increase the bitrate to 64-96 kb/s for musical use. Note: the HQ mode is currently activated when noise suppression is turned off. This is a very arbitrary condition. Signed-off-by: László Várady <[email protected]> * RecorderWorklet: fix type mismatch src/audio/VoiceRecording.ts:129:67 - Argument of type 'null' is not assignable to parameter of type 'string | URL'. Signed-off-by: László Várady <[email protected]> * VoiceRecording: test audio settings Signed-off-by: László Várady <[email protected]> * Fix typos Signed-off-by: László Várady <[email protected]> * VoiceRecording: refactor using destructuring assignment Signed-off-by: László Várady <[email protected]> * VoiceRecording: add comments about constants and non-trivial conditions Signed-off-by: László Várady <[email protected]> Signed-off-by: László Várady <[email protected]>
- Loading branch information
Showing
3 changed files
with
103 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters