doing translations

This commit is contained in:
Dobromir Popov
2024-06-11 22:53:39 +03:00
parent 364df3d891
commit 8bafcd9dbe
7 changed files with 610 additions and 128 deletions

View File

@ -432,7 +432,7 @@
serverTime = Date.now();
console.log("Sent some audio data to server.");
if (!autosend.checked) {
transcription.innerHTML = "Processing audio...";
transcription.placeholder = "Processing audio...";
}
} else {
console.log("Not connected, not sending audio data to server.");