grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question : get the audio raw buffer for processing

ad34 opened this issue · comments

commented

I want to use audio recording together with speech to text apis, is it possible to get the raw audio buffer recorded to pass it to an external api directly without using the upload-url ?

commented

looks like using it s possible to do this by adding a custom "afterRecording" however I have a lot of other issue (format ignored , callbacks called twice)