chengsokdara / use-whisper

React hook for OpenAI Whisper with speech recorder, real-time transcription, and silence removal built-in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safari support?

sgrove opened this issue · comments

I think Safari may not support the current codec used, but I'm not sure if there's a way to detect what codecs a browser supports at runtime.

@sgrove I just aware of it, currently I am testing wav format for cross-browser support, expect an update soon

@sgrove I just release v0.2.0 that should work on Safari.

0.2.0 will record in lossless wav format and use lamejs to encode into mp3 that should work across all browsers.