Skip to content

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

License

Notifications You must be signed in to change notification settings

masa002/RealtimeTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages