Hi guys,
I'd like to send audio captured via user's mic as file (.wav or .ogg) to API.
I checked "Voice Recorder" example but I can't find a way save the input as file with extension without system file save dialogue window.
Basically I'd like when user hits stop recording -> captured audio in Binary Data -> to be send as sample.wav or sample.ogg to API.
These are vars in the API javascript example
var refText = "submarine"; // Change the reference text
var audioType = "wav"; // Change the audio type
10x in advance!