-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
My code is simply
const Audio = require('audio');
Audio.load('./test.mp3', (err, audio) => {
//repeat slowed down fragment
//audio.remove(3, 4.1)
audio.save('edited-record.mp3')
})
and it causes the edited-record.mp3 to be just a text file with [object ArrayBuffer] as the contents. Node version is v10.15.3 on windows 10
Metadata
Metadata
Assignees
Labels
No labels