Tag: Voice Input

  • Hacker News: Moonshine, the new state of the art for speech to text

    Source URL: https://petewarden.com/2024/10/21/introducing-moonshine-the-new-state-of-the-art-for-speech-to-text/ Source: Hacker News Title: Moonshine, the new state of the art for speech to text Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the launch of Moonshine, a new speech-to-text model designed to outperform OpenAI’s Whisper in both speed and efficiency, while ensuring high accuracy. The model’s unique…

  • Simon Willison’s Weblog: openai/openai-realtime-console

    Source URL: https://simonwillison.net/2024/Oct/9/openai-realtime-console/#atom-everything Source: Simon Willison’s Weblog Title: openai/openai-realtime-console Feedly Summary: openai/openai-realtime-console I got this OpenAI demo repository working today – it’s an extremely easy way to get started playing around with the new Realtime voice API they announced at DevDay last week: cd /tmp git clone https://github.com/openai/openai-realtime-console cd openai-realtime-console npm i npm start That…