SkillAgentSearch skills...

RealtimeTranslator

This program is capable of translating and speaking your own words in real time.

Install / Use

/learn @masa002/RealtimeTranslator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RealtimeTranslator(Beta)

What is it?

This program is capable of translating and speaking your own words in real time.

Installation

  1. If Python is not installed.
    If you do not have Python installed, please install it.(Python 3.8.1 is recommended, just in case.)
    Python Download

  2. Virtual audio driver installation.
    Syncroom Download

  3. Install the module from PyPI.

pip install -r requirements.txt

SetUp

  1. Obtain API key for translator.
    ※ You must enter your credit card information, but the free version does not require payment.(As of June 21, 2022)
    Get Deepl API key

  2. Enter the obtained API key into the config.
    Example : key = 12345678-9abc-def0-1234-56789abcde:fx

  3. Change the Discord input to Yamaha SYNCROOM Driver.
    Discord

  4. Softalk language settings. Start SofTalk.exe in the softalk file to set it up.
    Set the destination language.
    Softalk

  5. Softalk output settings. Change the location of the red circle in the image to Yamaha SYNCROOM Driver.(Destination language location.)
    オプション->環境設定->声質
    Softalk

Usage

  1. Execution method.
python Translate.py
  1. Stop method.
    When you say stop, it stops.

Config

Configuration of config.ini.

  • API_KEY

    • key : Deepl API Key.
  • TRANSLATE_SETTINGS

    • source_lang : The language you speak.
    • target_lang : Target language.
  • TALK_SETTINGS -

    • speed : Talk speed.
    • hide : Hide Softalk.
    • stop_words : A word to say when you want to end the process.
      (Written as a comma-separated list)

License

For files outside the softalk folder, the BSD 3-Clause "New" or "Revised" License applie, see the LICENSE file.
Please read the readme.txt file in the folder regarding the bundled softalk.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks0

Languages

Python

Security Score

75/100

Audited on Jun 30, 2024

No findings