This commit is contained in:
熊潇 2025-05-06 23:05:57 +08:00
parent c7e3fb9129
commit 512fe796b2
2 changed files with 4 additions and 4 deletions

BIN
my_speech_text.wav Normal file

Binary file not shown.

View File

@ -14,7 +14,7 @@ const record = new Recording({
}); });
record.stream().pipe(file); record.stream().pipe(file);
setTimeout(() => { // setTimeout(() => {
record.stop(); // record.stop();
process.exit(0); // process.exit(0);
}, 5000); // }, 5000);