Mic: louder click

This commit is contained in:
Enrico Ros
2023-11-18 15:30:22 -08:00
parent f65178c08a
commit bdd92e69fc
2 changed files with 2 additions and 2 deletions
Binary file not shown.
@@ -228,12 +228,12 @@ export function Composer(props: {
const autoSend = micContinuation && newText.length >= 1 && !!props.conversationId; //&& assistantTyping;
if (autoSend) {
props.onNewMessage(chatModeId, props.conversationId!, newText);
playSoundUrl('/sounds/mic-off.mp3');
playSoundUrl('/sounds/mic-off-mid.mp3');
} else {
if (newText)
props.composerTextAreaRef.current?.focus();
if (!micContinuation)
playSoundUrl('/sounds/mic-off.mp3');
playSoundUrl('/sounds/mic-off-mid.mp3');
}
// set the text (or clear if auto-sent)