You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ragmir TTS renders local WAV audio through Transformers.js. Download the model once with non-sensitive text, then render confidential content offline.
printf'%s\n'"Non-sensitive model preload text."> /tmp/ragmir-tts-preload.txt
rgr audio /tmp/ragmir-tts-preload.txt --lang en --allow-remote-models --out .ragmir/audio/preload.wav
rgr audio ./brief.md --lang en --offline --out .ragmir/audio/brief.wav
The first command warms .ragmir/models/tts. The second requires the local model and does not download anything. Generated audio stays under ignored .ragmir/audio/ state.