talk.wasm : refactoring + update README.md

This commit is contained in:
Georgi Gerganov
2022-11-24 00:08:57 +02:00
parent 00f46dbc1d
commit be3b720f96
7 changed files with 988 additions and 1046 deletions

View File

@@ -504,7 +504,7 @@
function startRecording() {
if (!context) {
context = new AudioContext({sampleRate: 16000});
context = new AudioContext({sampleRate: 16000, noiseSuppression: true});
}
Module.set_status("");