You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create client side page that hopefully can record their voice at any remote device(no Sarafi for mobile support on mobile : see Mozilla MediaRecorder API)
I created recorded audio file and run google speech command but google speech server response of Transcription is nothing.
I run command like node recognize.js sync ./resources/hello.raw -e LINEAR16 -r 16000
So I link my code of client side page and please see what's wrong.
I want to know what options work to 16000 sampleRateHertz and LINEAR16 Encoding in Javascript MediaRecorder API.