generated from tailored/router-template
temp
This commit is contained in:
BIN
my_speech_text.wav
Normal file
BIN
my_speech_text.wav
Normal file
Binary file not shown.
@@ -14,7 +14,7 @@ const record = new Recording({
|
||||
});
|
||||
record.stream().pipe(file);
|
||||
|
||||
setTimeout(() => {
|
||||
record.stop();
|
||||
process.exit(0);
|
||||
}, 5000);
|
||||
// setTimeout(() => {
|
||||
// record.stop();
|
||||
// process.exit(0);
|
||||
// }, 5000);
|
||||
|
||||
Reference in New Issue
Block a user