send arrayBuffer in audioData
This commit is contained in:
parent
3f52457956
commit
310e028739
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ function createWindow() {
|
|||
if (record) {
|
||||
recorder.start({
|
||||
onAudio: (audio: any) => {
|
||||
audioData.push(audio)
|
||||
audioData.push(audio.buffer)
|
||||
// writeStream.write(audio);
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue