deepgram-starters / live-node-starter

Live transcription by Deepgram in Node.js
MIT License
12 stars 6 forks source link

No transcription #5

Closed idotr7 closed 3 weeks ago

idotr7 commented 5 months ago

I ran the program but nothing happens

crckman commented 3 weeks ago

Check your browser. If you are using Safari, try Chrome.

crckman commented 3 weeks ago

Changed the mime-type to audio/mp4 and Safari working:

return new MediaRecorder(stream, { mimeType: "audio/mp4" });