mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
talk.wasm : refactoring + update README.md
This commit is contained in:
@@ -504,7 +504,7 @@
|
||||
|
||||
function startRecording() {
|
||||
if (!context) {
|
||||
context = new AudioContext({sampleRate: 16000});
|
||||
context = new AudioContext({sampleRate: 16000, noiseSuppression: true});
|
||||
}
|
||||
|
||||
Module.set_status("");
|
||||
|
||||
Reference in New Issue
Block a user