TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ChatGPT with Audio Input

4 pointsby hypoxia87about 2 years ago
Yesterday OpenAI released ChatGPT and Whisper APIs: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34985848" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34985848</a><p>Since ChatGPT was released, I&#x27;ve always wanted to be able to input queries by speaking instead of typing.<p>It just seems like it would be a much more natural way to interact with the system.<p>So here&#x27;s a simple python script that leverages the ChatGPT and Whisper APIs to provide an experience similar to the ChatGPT web interface, but with audio input instead of text.<p>It works like this:<p>User: [Recording. Press the enter button to stop.] Hello?<p>Assistant: Hello! How can I assist you today?<p>User: [Recording. Press the enter button to stop.] How are you today?<p>Assistant: As an AI language model, I don&#x27;t have feelings or emotions. But I&#x27;m always ready to assist you with any questions you may have!

1 comment

aaronharnlyabout 2 years ago
Nice! I’m working on something similar, also incorporating TTS.