GithubHelp home page GithubHelp logo

zedroid / clipboardtts-add-voices Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daichi09/clipboardtts

0.0 0.0 0.0 2.1 MB

Send the text in your Clipboard to Microsoft's Text-to-Speech (TTS) Engine.

License: The Unlicense

C# 0.60% AutoHotkey 0.05% HTML 99.36%

clipboardtts-add-voices's Introduction

ClipboardTTS

ADD VOICES microsoft Richard Canadian could be enabled as Voice = "Microsoft Richard" in clipboardTTS

https://www.ghacks.net/2018/08/11/unlock-all-windows-10-tts-voices-system-wide-to-get-more-of-them/

Activate Text-to-Speech with or Pause Kill Text-to-Speech with Shift+ or Shift+Pause copy text first

https://www.autohotkey.com/boards/viewtopic.php?style=1&f=76&t=105150

Send the text in your Clipboard to Microsoft's Text-to-Speech Engine. Useful for Visual Novel Text Hookers that send foreign game text to the clipboard. Can be easily launched via an AutoHotkey script.

Getting Started

On the first program run a "ClipboardTTS.settings" file will be created. It will list all your installed voices, you can uncomment the voice you want.

Settings

Settings should be rather self explanitory.

Lines that start with a semicolon are comments and are ignored. The first time you run the program, all the installed voices will be listed. Just uncomment the voice you want to use.

;Voice = "Microsoft David Desktop"
;Voice = "Microsoft Zira Desktop"
Voice = "Microsoft Eva Mobile"

The Volume and Rate of Speech settings are simple numeric values.

;Volume 0...100
Volume = 100

;Rate -10...10
Rate = 0

CharLimit will limit the number of character's processed. Just in case you send it a book full of words and didn't actually want to listen to it all.

;Max Character Limit (0 = Unlimited)
CharLimit = 500

The Substitutions section allows you to replace words before they are processed by the speech engine.

[Substitutions]
OriginalWord => ReplacementWord

If the speach engine detects extra line returns, it will add a pause to the spoken dialog, this RemoveLineReturns setting will remove the extra pause.

;Remove unwanted pause from Line Returns
RemoveLineReturns = "true"

*WavePrefix setting will set the prefix for output to wav files WavePrefix = "Audio_TTS "

Command line parameters

Output to Wave file: -w or -w:filename.wav

clipboardtts-add-voices's People

Contributors

daichi09 avatar zedroid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.