I’ve tested at least 20 STT models in a benchmark I’ve set up with German, Italian and English voices from meetings in my company. The voices contained very industry specific words, the languages changed from one sentence to another, sometimes words in a language were mentioned while a discussion was in another. The only local model that satisfies me is Voxtral Mini 3b, the only paid API that is slightly better is el…
Do you use it on a desktop? Mac by any chance? What's your setup? I've been looking to find a simple and fast dictation app for English but almost everything I've tried (from Handy to many apps, eg some with Whisper in their names, after the model I assume) just don't work well. Apple's offering is worse than those though. I even tried with local enhancement models.
Gemini-3.5-Transcribe
51–60 of 140 posts
Re: Gemini-3.5-Transcribe
#52Earlier quoted context omitted.
Probably written using Gemini which hallucinated.
Pangram says human: https://www.pangram.com/history/a69f9b74-eb46-44b9-a087-7822...
Re: Gemini-3.5-Transcribe
#53I’ve tested at least 20 STT models in a benchmark I’ve set up with German, Italian and English voices from meetings in my company. The voices contained very industry specific words, the languages changed from one sentence to another, sometimes words in a language were mentioned while a discussion was in another. The only local model that satisfies me is Voxtral Mini 3b, the only paid API that is slightly better is el…
Re: Gemini-3.5-Transcribe
#54Earlier quoted context omitted.
Pangram says human: https://www.pangram.com/history/a69f9b74-eb46-44b9-a087-7822...
Maybe I missed something, but isn’t it impossible to detect whether something is written by AI or not? A human on a bad day can write like AI while an AI on a good day can write like a human.
It is possible to trick pangram - they bias toward a low false positive and a higher false negative - but it is not true that it is essentially random.
Re: Gemini-3.5-Transcribe
#55Earlier quoted context omitted.
Pangram says human: https://www.pangram.com/history/a69f9b74-eb46-44b9-a087-7822...
Maybe I missed something, but isn’t it impossible to detect whether something is written by AI or not? A human on a bad day can write like AI while an AI on a good day can write like a human.
Re: Gemini-3.5-Transcribe
#56Still no real time diarization beyond 3 people (and even then experimental) when others do it very well, like Soniox and Deepgram. For something like meeting notes this is critical. Not sure what the issue is to implement it, maybe that's not Google's use case in mind and rather it's about personal Rambling as the feature on Pixels shows, which uses this model.
> maybe that's not Google's use case in mind That would be interesting when they also own Google Meet.
Re: Gemini-3.5-Transcribe
#57No need to go from audio to text to reasoning, just from audio to output json for running a command via adb automatically and it's working crazy good.
Re: Gemini-3.5-Transcribe
#58At the moment, Soniox STT v5 is definitely the best, and I'm impressed by its performance. It's good that Google released Gemini-3.5-Transcribe, and it beats every other model on accuracy, but it definitely needs a bit more work on latency, which is the most important factor for STT apps.
Re: Gemini-3.5-Transcribe
#59"Function calling: The model can delegate complex tasks (such as image generation and file analysis) to other Gemini models via function calls. Currently available in the Gemini macOS app." This confused the heck out of me because it makes it sound like the STT model can make function calls in order to execute arbitrary tasks, which wouldn't make any sense. The developer docs ( https://ai.google.dev/gemini-api/docs/m…
Think voice control for your device. You speak, and it returns back instructions ( a function and arguments) for your device to be execute.
Re: Gemini-3.5-Transcribe
#60I personally tested all the STT models for my real-time translator ( https://fliptalk.ai ). From language detection and accuracy in a noisy environment to the most important point: latency. At the moment, Soniox STT v5 is definitely the best, and I'm impressed by its performance. It's good that Google released Gemini-3.5-Transcribe, and it beats every other model on accuracy, but it definitely needs a bit more work o…