Skip to content

Releases: VRCWizard/TTS-Voice-Wizard

Public Beta v0.3.2 Small Feature Update

16 Apr 22:38
9b05859
Compare
Choose a tag to compare

Features:

  • Option to turn off TTS (no voice, for outputting only the text to VRChat)
  • Option to have the app always on top
  • Bigger TTS Box (this will fix paste when the text being pasted has "newlines")
  • Option to clear TTS Box after pressing the TTS button
  • TTS button now activates on pressing enter

Fixes:

  • Transcription logging function fixed
  • Text is now only erased at the start of the next operation, not during the hide delay (somewhat fixes hide delay prematurely erasing text in some cases)

Public Beta v0.3.1 Any Language Translation Fix

07 Apr 00:32
fe1a31a
Compare
Choose a tag to compare

Fix for sluggish outputs
AudioSynthesis and VRChat outputs now use Task.Run() again

Public Beta v0.3.0 Any Language Translation

06 Apr 21:41
ef4ac4c
Compare
Choose a tag to compare

Any Supported language can now be translated to any other supported language!

Text now outputs in VRChat much nicer (many changes/fixes)

French and German no longer use preview voices
-(Preview voices are voices only available in three service regions: East US, West Europe, and Southeast Asia.)

All characters available in kill frenzy's shader are now supported (VRChat Text Display)
-Some unsupported characters will be converted for example Ñ --> N
-Other unsupported characters will be replaced with "?"
-List of supported characters attached in txt file:

Public Beta v0.2.7 English Translation Fix

06 Apr 00:20
edf8535
Compare
Choose a tag to compare

UI Changes
bug fixes (should fix program crashing I think...)
added language finnish
added language filipino

Public Beta v0.2.5 English Translation Update

05 Apr 20:40
959a0e3
Compare
Choose a tag to compare

translate what you say into one of 20 supported languages (still outputs text as English in VRChat)
supported languages:
-Arabic [ar]
-Chinese [zh]
-Danish [da]
-Dutch [nl]
-French [fr]
-German [de]
-Hendi [hi]
-Irish [ga]
-Italian [it]
-Japanese [ja]
-Korean [ko]
-Norwegian [nb]
-Polish [pl]
-Portuguese [pt]
-Russian [ru]
-Spanish [es]
-Swedish [sv]
-Thai [th]
-Ukrainian [uk]
-Vietnamese [vi]

UI changes
default values are now shown for dropdowns.
more voices added (male and female voice for each added language)
"[" and "]" now output properly in VRChat

Public Beta v0.2.0

01 Apr 20:06
a5d8120
Compare
Choose a tag to compare

option to remove profanity filter
removed un-implemented setting
note: some settings do not save on app close, this will be changed in the future!

Public Beta v0.1.9

01 Apr 19:16
638e5c7
Compare
Choose a tag to compare

23 new voices to try out!
made exclamation points, commas, semicolons and colons output correctly in vrchat

Public Beta v0.1.8

23 Mar 21:12
64c0c4d
Compare
Choose a tag to compare

uses refactored code
added timestamps to log
log now outputs in reverse order (top = new)

Public Beta v0.1.6 (pre-release)

18 Mar 00:51
4909d45
Compare
Choose a tag to compare
Pre-release

build compiled with refactored code.
minor fixes
(un-tested)

Public Beta v0.1.5

17 Mar 19:28
5b37bd6
Compare
Choose a tag to compare

added option to use Windows Voice Recognition to activate Azure Speech to Text to Speech.
GUI changes
minor fixes