VRCWizard / TTS-Voice-Wizard

Speech to Text to Speech. Song now playing. Sends text as OSC messages to VRChat to display on avatar. (STTTS) (Speech to TTS) (VRC STT System) (VTuber TTS)
https://TTSVoiceWizard.com
MIT License
579 stars 66 forks source link

Wiki update: install with scoop (package manager) #56

Closed babo4d closed 5 months ago

babo4d commented 11 months ago

Scoop is a command-line installer for windows that is well-suited to managing portable apps like this one. Scoop users can install the app from my scoop bucket.

You can add a note to the wiki about installing with scoop, which only requires a couple of commands:

scoop bucket add xrtools "https://github.com/babo4d/scoop-xrtools"
scoop install tts-voice-wizard

The scoop installation also creates a start menu shortcut, recommends the user to install VB-CABLE, and provides instructions on how to install the .NET desktop runtime dependency with scoop:

> scoop info tts-voice-wizard
...
...
Suggestions : extras/windowsdesktop-runtime-lts
Notes       : Some features require a virtual audio cable like VB-CABLE <https://vb-audio.com/Cable/>
              Requires .NET Desktop Runtime 6.0. To install with scoop:
                scoop install sudo
                sudo scoop install windowsdesktop-runtime-lts

I have submitted the manifest to the scoop Extras repository (https://github.com/ScoopInstaller/Extras/pull/11918) which would further simplify installation and improve discoverability.

babo4d commented 5 months ago

Package was accepted into the extras bucket so instructions can be simplified to:

scoop install extras/tts-voice-wizard

The LTS runtime package was updated so the recommended package will need to be changed from extras/windowsdesktop-runtime-lts to versions/windowsdesktop-runtime-6.0.

VRCWizard commented 5 months ago

added to readme as alternative installation method https://github.com/VRCWizard/TTS-Voice-Wizard/commit/287b1b968ee40854b7b0802d14798a95e924e40b