Papers › Praxy Voice: Voice-Prompt Recovery + BUPS for Commercial-Class Indic TTS from a Frozen...

Praxy Voice: Voice-Prompt Recovery + BUPS for Commercial-Class Indic TTS from a Frozen Non-Indic Base at Zero Commercial-Training-Data Cost

28 Apr 2026arXiv:2604.25441added by Syntology

Venkata Pushpak Teja Menta

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Commercial TTS systems produce near-native Indic audio, but the best open-source bases (Chatterbox, Indic Parler-TTS, IndicF5) trail them on measured phonological dimensions, and the most widely adopted multilingual base (Chatterbox, 23 languages) does not even tokenise Telugu or Tamil. We ask: what is the minimum intervention that brings such a non-Indic-native base to commercial-class output on Telugu, Tamil, and Hindi, without training a new acoustic decoder and without any commercial TTS training data? We combine three pieces: (1) BUPS, a Brahmic Unified Phoneme Space that deterministically romanises seven Indic scripts to ISO-15919 so Chatterbox's Latin tokeniser can process them; (2) a LoRA adapter on only the text-token predictor (Chatterbox's t3), trained on ~1,220h of licensed Indic audio with a Hindi-proxy language_id; (3) a voice-prompt recovery recipe -- an 8-11s same-language reference clip plus three sampling overrides (exaggeration 0.7, temperature 0.6, min_p 0.1; "Config B") -- that recovers commercial-class acoustic output with no acoustic-decoder training. On Hindi, the LoRA regresses accuracy and we instead use vanilla Chatterbox + Config B, giving a two-branch deployment. Evaluated on 10-utterance pilot sets with the companion PSP benchmark, Praxy Voice matches or slightly leads commercial baselines: 26.7% retroflex collapse on Telugu (vs Sarvam Bulbul 33.3%), 71% Tamil-zha collapse (vs commercial trio's 86%), 0.025 LLM-WER on Hindi (tied with Cartesia Sonic-3). For intra-sentential code-mix we add a third branch (IndicF5 + native-script transliteration) that drops code-mix LLM-WER from 0.80-0.85 to 0.14-0.27 across Hi/Te/Ta. We release R6 LoRA weights (Apache-2.0), inference code and router (MIT), and a Gradio demo.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.25441")

Code

Syntology Ran 2 of 13 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

praxelhq/praxy found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 2 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran
11unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from praxelhq/praxy. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

is_codemix praxelhq/praxy/serving/praxy_router.py found in paper text by Syntology ran licence not identified · pointer only · 274cde16976dc76c · report
transliterate_codemix praxelhq/praxy/serving/codemix_to_native_script.py found in paper text by Syntology ran licence not identified · pointer only · 915b29dadb946782 · report
cardinal_te praxelhq/praxy/praxy/linguistics/te_numbers.py found in paper text by Syntology unverified licence not identified · pointer only · 9e6cd1c338e48ce5 · report
detect_script praxelhq/praxy/praxy/linguistics/bups.py found in paper text by Syntology unverified licence not identified · pointer only · 77a497ab5b45a111 · report
normalize_indic_text praxelhq/praxy/praxy/linguistics/indic_numbers.py found in paper text by Syntology unverified licence not identified · pointer only · 9f99eeb643310aa7 · report
normalize_te_digits praxelhq/praxy/praxy/linguistics/indic_numbers.py found in paper text by Syntology unverified licence not identified · pointer only · 9dd1a325cfaecba2 · report
normalize_te_digits praxelhq/praxy/praxy/linguistics/te_numbers.py found in paper text by Syntology unverified licence not identified · pointer only · e076c07d4ccec617 · report
ordinal_te praxelhq/praxy/praxy/linguistics/te_numbers.py found in paper text by Syntology unverified licence not identified · pointer only · e69446ac8b32ec16 · report
phoneme_id praxelhq/praxy/praxy/linguistics/bups.py found in paper text by Syntology unverified licence not identified · pointer only · 3732e394b4da8e74 · report
route praxelhq/praxy/serving/praxy_router.py found in paper text by Syntology unverified licence not identified · pointer only · 20ed7323c70bf96a · report
segment_by_script praxelhq/praxy/praxy/linguistics/bups.py found in paper text by Syntology unverified licence not identified · pointer only · 072ee9b0c4da42ef · report
synthesize praxelhq/praxy/serving/praxy_router.py found in paper text by Syntology unverified licence not identified · pointer only · fae81873945159d7 · report
transliterate_test_set praxelhq/praxy/serving/codemix_to_native_script.py found in paper text by Syntology unverified licence not identified · pointer only · f4f74c39a36c55c9 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.25441, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections