Viewing profile — lharries
lharries
HN member- Joined
- Tue, Feb 27, 2018, 12:02 AM UTC
- HN karma
- 123
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About lharries
Previously YC founder
Harries.co
Recent public activity
-
story
Show HN: Scribe v2 Realtime – new SOTA real-time speech to text model
Luke from ElevenLabs here. We just released Scribe Realtime v2, our new real-time Speech to Text model. We rebuilt it from the ground up around a new architecture that uses predict…
- story
-
comment
Comment #44533091
I used this last week and it's excellent - feels like the same increase in productivity increase from when I first used Cursor. Are you thinking of doing a hosted version so I can …
-
comment
Comment #44195803
Can you choose a voice that's native in that language in the voice library: https://elevenlabs.io/app/voice-library?language=es
-
comment
Comment #44195626
It should work well for the logged in voices here: https://elevenlabs.io/app/voice-library?language=ro We are in the process of updated the homepage voices for the new languages
-
comment
Comment #44195585
Can you try with this voice? https://elevenlabs.io/app/voice-library?voiceId=xTZlmU8dKXdy... Voice selection matters more for this model
-
comment
Comment #44195461
Which language isn't good and I'll get that fixed asap?
-
comment
Comment #44195452
There's lots of great german voices here which should be better: https://elevenlabs.io/app/voice-library/collections/SHEPnUB9... The voice selection matters a lot for this research…
-
comment
Comment #44195437
If you'd like it to sound like a french person speaking french this voice works great: https://elevenlabs.io/app/voice-library?voiceId=xTZlmU8dKXdy... Or if you want a french perso…
-
comment
Comment #44195430
If you edit the text so that laugh makes sense in the context it should be much more natural like this one: https://x.com/elevenlabsio/status/1930689782331412811
-
comment
Comment #44195173
can you try with a Romanian voice?
-
comment
Comment #44195169
If you're trying to make an audiobook about an Alabaman visiting Paris this might be quite useful... But in seriousness try it with this voice: https://elevenlabs.io/app/voice-libr…
-
comment
Comment #44195114
> The result with OpenAI feels much less predictable and of lower production quality than ElevenLabs Thank you Ian! Credit to our research team for making this possible For the pro…
-
comment
Comment #44195095
We have lots of great British voices in our voice library! Or if you want to hear an american trying to do a british accent add "[British accent]" at the start of the generation
-
comment
Comment #44195049
Can you try with a voice that was trained on that language? This research preview is more variable based on the voice chosen
-
comment
Comment #44194851
It's a research preview for now but it should work well in 70+ languages. Voices make a big difference, can you try with a few Russian IVCs?
- story
- story
-
comment
Comment #43551409
One day I hope this can be made for real
-
comment
Comment #43545094
Here at ElevenLabs, we introduced the world's first ultra-realistic Text to Speech model, and recently launched the world's most accurate Speech to Text model, Scribe. But we're no…
- story
-
comment
Comment #43536036
Yep!
-
comment
Comment #43534353
For most people, their life isn't stored in neat Notion database. Instead, if you have calendar + email + their main messaging apps (e.g. WhatsApp) you cover the majority of it. It…
-
comment
Comment #43534305
It saves the messages in a local SQLite database on load — so querying shouldn't be an issue as it doesn't contact the WhatsApp server. For sending, this does use the API however a…
-
comment
Comment #43534270
whatsmeow is in Go. Potentially I could have used a gopy instead and done it all in python (or just done it all in Go)