VoiceWave: ChatGPT Voice Control

Talk to ChatGPT and hear responses in a natural voice. Voice control for ChatGPT in multiple languages. Speech recognition and TTS.

Was ist VoiceWave: ChatGPT Voice Control?

VoiceWave: ChatGPT Voice Control ist eine Chrome-Erweiterung, die von https://voicewave.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Talk to ChatGPT and hear responses in a natural voice. Voice control for ChatGPT in multiple languages. Speech recognition and TTS.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

VoiceWave: ChatGPT Voice Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie VoiceWave: ChatGPT Voice Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension extends ChatGPT with voice control and read-aloud features using advanced voice recognition and text-to-speech (TTS) technologies. Which allows you to have voice conversations with ChatGPT in multiple languages. This extension helps you communicate with the AI without typing. You can send voice queries to the AI and listen to its responses with ease.

Features:
• Extends ChatGPT with voice control and voice input in multilanguage.
• Hear the AI's response in a natural voice.
• Ability to change ChatGPT's voice (text-to-speech voice) and language.
• Ability to adjust the AI's speaking speed to hear the response slowly or fast.
• Customizable message-sending options (Send messages automatically after you finish speaking or when you use a custom voice command or manually).
• Customizable voice command to clear message input.
• Automatic detection of the language of response messages for text-to-speech voice.
• Adds read aloud or listen button for each message for listening messages again.
• Highlights the sentence or phrase you're currently listening to. Which helps improve understanding and comprehension.
• Easily customizable keyboard shortcuts.
• Real-time answers and conversations.
• Seamless voice interface integration, voice chat, and voice typing.

With this extension, you can use your voice to:
• Talk to ChatGPT using your microphone in over 145 languages!
• Ask questions and hear responses from ChatGPT with a natural voice.
• Use customizable voice commands to send messages and more.

Perfect for users tired of typing out queries and responses to the AI. Plus, you can also use this read-aloud feature to hear the AI's responses read back to you in a clear and natural voice. This feature is perfect for users who prefer to listen instead of read, or who want to learn new languages by listening to AI's responses in different tongues.

This extension is easy to install and use, and it works seamlessly with the AI's existing features. Simply install the extension, turn on the microphone, and start chatting with the AI like never before! Voice control (voice recognition) is available in more than 145 languages including English, Spanish, Mandarin Chinese, Russian, Hindi, Bengali, and more.

Usage guide:
• After installing the extension, access the settings by clicking on the ⚙️ icon located near the ChatGPT input field. From here, you can change the voice control and input language, adjust the speaking speed, and set custom voice commands and keyboard shortcuts to make your experience more personalized.
• To activate ChatGPT voice control, simply click on the 🎙️ icon or press the "Space" key outside the input field to start speaking.
• For longer voice inputs with multiple sentences, press and hold the "Space" key until you finish speaking.
• To listen to a specific message or to hear it again, click on the 🔈 icon located on the right side of the message.
• To turn read-aloud on or off, simply click on the 🔈 icon located near the AI's input field.
Don't hesitate to explore the settings and customize your experience to best suit your needs!                    

Grundlegende Informationen zur Erweiterung

Name VoiceWave: ChatGPT Voice Control VoiceWave: ChatGPT Voice Control
ID baahncfnjojaofhdmdfkpeadigoemkif
Offizielle URL https://chromewebstore.google.com/detail/voicewave-chatgpt-voice-c/baahncfnjojaofhdmdfkpeadigoemkif
Beschreibung Talk to ChatGPT and hear responses in a natural voice. Voice control for ChatGPT in multiple languages. Speech recognition and TTS.
Dateigröße 259 KB
Installationsanzahl 70,673
Aktuelle Version 2.6.25
Letztes Update 2023-12-28
Veröffentlichungsdatum 2023-03-18
Bewertung 4.25/5 Insgesamt 108 Bewertungen
Entwickler https://voicewave.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://voicewave.xyz/
Hilfeseite URL https://github.com/SheikhAminul/ChatGPT-voice-control/issues
Unterstützte Sprachen de,en,en-GB,fr,nl,vi,tr,es,it,sv,cs,ru,hi,bn,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "2.6.25",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "incognito": "split",
    "icons": {
        "128": "assets\/icons\/icon.png"
    },
    "action": {
        "default_title": "__MSG_extensionTitle__",
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "scripts\/external-integration.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ]
}