Built a desktop TTS studio GUI for Supertonic 3 - VoxCraft

#26
by gsk158 - opened

Hey Supertonic team - love the v3 release. The 31-language support and expression tags are incredible.

I built a desktop studio around it to make it more accessible: https://github.com/ShyamKumar1/voxcraft

It's a FastAPI backend + vanilla JS single-page frontend. Features:

-- Visual voice selection (10 presets with descriptions)
-- Speed slider, quality slider, language dropdown
-- WaveSurfer.js waveform preview with play/pause
-- Batch mode for multiple texts
-- Generation history with search
-- Keyboard shortcuts (Cmd+Enter to generate, Space to play)

Everything is local, MIT licensed. Would love feedback from the Supertonic community β€” especially on voice quality tuning and any quirks I should know about with the ONNX runtime.

Sign up or log in to comment