TX-VOICE is TARX's voice model optimized for local execution. Built on the Moshi architecture and quantized to Q8 for efficient inference on consumer hardware.
TX-VOICE is automatically configured in TARX Workbench. Just enable voice in settings.
1# Clone the tarx-voice service
2git clone https://github.com/tarx-ai/tarx-voice
3cd tarx-voice
4
5# Build and run
6cargo build --release
7./target/release/tarx-voice --model TX-VOICE
1const ws = new WebSocket('ws://localhost:11438');
2ws.send(JSON.stringify({ text: "Hello, world!" }));
Apache 2.0 - Free for personal and commercial use.