I want to create web app using STT model by python flask. when user record the voice and send it server, trans it to text on web. there is my javascript part: and there is flask part: it comes out error I don’t know why blob didn’t convert to wav…how can I fix it? probably there are many no necessary
Tag: wav
How can I check if a WAV file is valid/not corrupted
I’m using node.js with typescript for a server which receives WAV files and I’m trying to check wether a WAV file is valid, however I’m not sure exactly how the best way to do it would be, I have figured out how to check a few things but I’m not sure that I’m not doing it correctly & may be
Getting audio markers / cue points with the Web Audio API
If I have an audio file in WAV format containing markers (or “cue points”), is there a way to get an array of those markers, preferably using the Web Audio API? I seem to remember seeing a method to do so before, but I can’t seem to find it. Any help or suggestions would be great! Answer Today I stumbled