Project Icon

talk-to-chatgpt

语音交互增强ChatGPT使用体验

Talk-to-ChatGPT是Chrome和Edge浏览器扩展,为ChatGPT提供语音交互功能。通过语音识别和文字转语音技术,用户可与AI进行自然对话。扩展集成ElevenLabs API支持自定义语音,并提供语速、语音类型和语言等多项设置。这不仅增强了用户体验,还为老年人和残障人士提供了便利的AI交互方式。

Talk-To-ChatGPT has been discontinued

It's been fun while it lasted, but for various reasons this extension will not be maintained anymore. You are welcome to create forks and improve upon it. I am unable to keep the extension up to date against OpenAI's changes, and besides, they are releasing desktop apps for MacOS and Windows soon, free of use, which will make this extension obsolete.


Talk-to-ChatGPT is a Google Chrome and Microsoft Edge extension that allows users to talk with the ChatGPT AI using their voice (speech recognition), and listen to the bot's answer with a voice (text-to-speech), rather than just by typing. With this tool, users can speak to the AI and receive spoken responses, making the interaction feel more natural and conversational. This allows you to have your own personal assistant in the style of Iron Man's Jarvis, which is fun, but it's also a great way to help the elderly and people with disabilities interact with ChatGPT. We now support ElevenLabs API integration, which means you can create your own voices for text-to-speech!

The extension can be downloaded from here:

After installing the extension, open or reload the ChatGPT page ( https://chatgpt.com/ ) and you should be seeing a 'Start' button on the top right corner of the page. After you click Start, you will be asked for permission to use your Microphone. This is required to enable voice recognition.

Talk-to-GPT Widget

Once started, Talk-to-ChatGPT displays a menu on the top right corner of the page where users can access settings (such as voice, language, and more), skip the current message, toggle voice recognition on or off, and toggle text-to-speech on or off.

The settings menu can be seen below. Settings are saved in a cookie and reloaded automatically each time you activate the script.

Talk-to-GPT Settings 1

Talk-to-GPT Settings 2

Demo V2.6 with ElevenLabs support: https://www.youtube.com/watch?v=gnijfWuenKA

How to install

Option 1: CHROME or EDGE STORE

Option 2: MANUAL INSTALL

If the extension is temporarily unavailable (this can happen when OpenAI make breaking changes), or if you want to install the latest updates before they are available on the Chrome/Edge web store, you can install the extension manually. Here is how you do it.

  1. Download the .zip file here: https://github.com/C-Nedelcu/talk-to-chatgpt/raw/main/chrome-extension/chrome-extension.zip (this link will always point to the latest version)
  2. Extract the .zip file in a folder somewhere
  3. Follow this tutorial to install the extension in Chrome/Edge in dev mode: https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/

FAQ

Q: Which web browsers are supported? A: This extension is designed for Google Chrome and Microsoft Edge, desktop version only. The extension will not work in any other web browser, especially not mobile browsers, because these browsers do not support the necessary APIs for speech recognition and speech synthesis.

Q: Can you make it speak faster or in a different voice or language? A: Yes, use the settings menu. You can select a variety of settings among which the speech rate, voice type, and language.

Q: What is the purpose of this project? A: Originally, it was mostly a fun proof of concept. This AI is mind-bogglingly intelligent and I had a deep desire to converse with it orally, to make it more interesting. Surely OpenAI themselves will make a proper voice-controlled version of ChatGPT in the future, at which point my project will be rendered useless. For now, it seems to be helping people with disabilities / visually impaired people, so I'm going to be actively working on the project for as long as I can, as a form of contribution to society.

Q: Is it safe to use? A: Yes, it's simple javascript code that will execute only in the context of the ChatGPT webpage. It doesn't request any particular permissions, and it is fully open source. As soon as you navigate away from ChatGPT, everything is cleared, except for the addon settings.

Q: Will it always work? A: it might not work indefinitely, and here's why. The code is based on the current HTML structure of the ChatGPT page. If OpenAI change the HTML code, this project will likely stop working. I will probably keep updating it to maintain compatibility, but I'm not sure I'll be doing that forever. If you want to contribute to the project you are more than welcome to submit your own changes through Github.

Q: I have an error or a problem... A: Feel free to update the javascript yourself and propose changes on Github, or simply report the issue if you aren't a programmer.

Q: Can I make changes to your code? A: Yes, feel free to make changes, and do whatever you want, commit, fork, just have fun.

Q: How do I know what languages are supported? A: this is entirely based on the web browser APIs (Google Chrome, Microsoft Edge), so you need to ask Google or Microsoft, as I cannot provide an up-to-date answer. I've only tested it with English, French, and Chinese. The languages in the settings menu are the same ones found on the Google and Edge demos.

Press coverage

Talk-to-ChatGPT has been receiving press coverage since its release. It is currently featured on the following sites:

Change log

Version 2.9.0 - December 3rd, 2023

  • New: added Azure Text-To-Speech (#210) Full credits: lout33
  • Updated: ElevenLabs - added eleven_english_sts_v2 and eleven_turbo_v2 models
  • Fixed: ElevenLabs - cloned voices can now be used with all models (#200)

Version 2.8.1 - October 9th, 2023

  • Fixed: conflict with OpenAI's new image upload functionality (#189)

Version 2.8.0 - September 30th, 2023

  • Updated: more compact widget (#186)
  • Updated: lot of code refactoring and cleanup (credit: PxPerfectMike)

Version 2.7.2 - September 23rd, 2023

  • New: added an option to prevent the text-to-speech engine from reading emojis (#166) Credit: PxPerfectMike
  • Updated: added a note in the voice command setting area to remind users that voice control only works when the microphone is active
  • Fixed: red bar indicating microphone activity didn't activate after a pause or complete stop

Version 2.7.1 - September 17th, 2023

  • Updated: initial position of the widget lowered a bit so that the ChatGPT 'Share Chat' icon is visible (#163)
  • Updated: in the ElevenLabs voice list, it is possible to select v1 or v2 multilanguage model
  • Fixed: monolingual voices in ElevenLabs didn't work in v2.7.0 due to a mistake in the API code

Version 2.7.0 - September 16th, 2023

  • New: browser warning on first use to better inform those who are not running supported browsers
  • Updated: switched to ElevenLabs v2 models for better text-to-speech quality (#168)
  • Fixed: CRITICAL - ElevenLabs text-to-speech stopped working due to a CSP update from OpenAI. All ElevenLabs TTS playback was migrated to 'offscreen' (#177, #176, #169...)
  • Fixed: prevented commas within numbers from breaking sentences (Credit: decfrr)

Version 2.6.1 - June 3rd, 2023

  • Fixed: major issue with ChatGPT page update preventing from sending the prompt (#127, #128, #129, #130, #131)
  • Fixed: saving settings wasn't working when the list of system text-to-speech voices was empty (#125)

Version 2.6.0 - April 29th, 2023

  • New: ElevenLabs API support (#70, #41, #34)
  • Updated: beep tone at the start instead of saying 'OK', so as to avoid consuming ElevenLabs quota
  • Fixed: stability improvements

Version 2.5.0 - April 25th, 2023

  • New: beep tones when pausing and unpausing (#83)
  • Updated: the pause word will work even when spoken twice instead of once, to tackle issue with the speech recognition API
  • Updated: settings menu divided into sections
  • Fixed: forbid punctuation in voice commands as they may break settings storage
  • Fixed: text-to-speech sometimes wouldn't work when 'skip code blocks' option was enabled due to jQuery issue

Version 2.4.0 - April 24th, 2023

  • New: the widget can be dragged around
  • Fixed: issue with jQuery being unable to read message contents and speak out loud

Version 2.3.0 - April 18th, 2023

  • New: option to skip code blocks while reading bot's response (#17)
  • Fixed: when speech recognition returns an empty sentence, this could cause the addon to disfunction (#72)

Version 2.2.0 - April 16th, 2023:

  • New: 'pause' vocal command was revamped. When you say the pause word, the addon will continue listening but won't send anything to ChatGPT. To resume normal functionality, say the pause word again, or click the Resume button
  • Updated: minor UI and text updates here and there
  • Bugfix: when the addon is started in the middle of a conversation with ChatGPT, the last message received was always spoken out loud. It won't be the case anymore.

Version 2.1.0 - April 15th, 2023:

  • New: UI was revamped. Credits to pixelsoda and Shaun James

Version 2.0.2 - April 15th, 2023:

  • Fixed: the addon will properly activate on every ChatGPT conversational pages

Version 2.0.1 - April 14th, 2023:

  • Fixed: the ChatGPT URL was changed by OpenAI, therefore disabling the addon

Version 2.0.0 - April 10th, 2023:

  • New: keyboard shortcuts to control the addon. The shortcuts are listed in the settings menu or appear when you move the mouse over the UI buttons
  • New: an option to avoid breaking down sentences with commas or other punctuation marks such as colons and semicolons
  • Fixed: vocal commands such as the stop and pause words wouldn't always work because the speech recognition would add a dot at the end

For older change logs, please check the commit messages: https://github.com/C-Nedelcu/talk-to-chatgpt/commits/main

Donations

Thanks for reading all the way down. Are you enjoying Talk-To-ChatGPT and want me to continue improving it? You can help by making a donation to the project. Please click the Donate button to proceed.

paypal

项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

吐司

探索Tensor.Art平台的独特AI模型,免费访问各种图像生成与AI训练工具,从Stable Diffusion等基础模型开始,轻松实现创新图像生成。体验前沿的AI技术,推动个人和企业的创新发展。

Project Cover

SubCat字幕猫

SubCat字幕猫APP是一款创新的视频播放器,它将改变您观看视频的方式!SubCat结合了先进的人工智能技术,为您提供即时视频字幕翻译,无论是本地视频还是网络流媒体,让您轻松享受各种语言的内容。

Project Cover

美间AI

美间AI创意设计平台,利用前沿AI技术,为设计师和营销人员提供一站式设计解决方案。从智能海报到3D效果图,再到文案生成,美间让创意设计更简单、更高效。

Project Cover

AIWritePaper论文写作

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号