/alt1-dialog-tts

Addon for the RuneScape Alt1 Toolkit that parses ingame dialog boxes to TTS

Primary LanguageTypeScript

Alt1 dialog tts


Alt1 app that parses dialog boxes in RuneScape into the Elevenlabs TTS API and crowdsources Ai generated audio to voiceact everything

To continue development and build from source:

#to initialize the repo and install dependencies
npm i
#build
npm run build
#alternatively to auto-rebuild when source files are changed
npm run watch