{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2604-25441","title":"Praxy Voice: Voice-Prompt Recovery + BUPS for Commercial-Class Indic TTS from a Frozen Non-Indic Base at Zero Commercial-Training-Data Cost","arxiv_id":"2604.25441","date":"2026-04-28","proceeding":null,"authors":["Venkata Pushpak Teja Menta"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2604.25441","url_pdf":"https://arxiv.org/pdf/2604.25441","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2604.25441","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2604.25441"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/praxelhq/praxy","reach":null}],"summary":{"ran":2,"unverified":11},"by_repo_kind":{"found_in_text":{"samples":13,"ran":2,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":13,"samples":[{"code_sha256_prefix":"274cde16976dc76c","entry":"is_codemix","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"serving/praxy_router.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/serving/praxy_router.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"274cde16976dc76c"}},{"code_sha256_prefix":"915b29dadb946782","entry":"transliterate_codemix","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"serving/codemix_to_native_script.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/serving/codemix_to_native_script.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"915b29dadb946782"}},{"code_sha256_prefix":"9e6cd1c338e48ce5","entry":"cardinal_te","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"praxy/linguistics/te_numbers.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/praxy/linguistics/te_numbers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9e6cd1c338e48ce5"}},{"code_sha256_prefix":"77a497ab5b45a111","entry":"detect_script","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"praxy/linguistics/bups.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/praxy/linguistics/bups.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"77a497ab5b45a111"}},{"code_sha256_prefix":"9f99eeb643310aa7","entry":"normalize_indic_text","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"praxy/linguistics/indic_numbers.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/praxy/linguistics/indic_numbers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9f99eeb643310aa7"}},{"code_sha256_prefix":"9dd1a325cfaecba2","entry":"normalize_te_digits","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"praxy/linguistics/indic_numbers.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/praxy/linguistics/indic_numbers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9dd1a325cfaecba2"}},{"code_sha256_prefix":"e076c07d4ccec617","entry":"normalize_te_digits","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"praxy/linguistics/te_numbers.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/praxy/linguistics/te_numbers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"e076c07d4ccec617"}},{"code_sha256_prefix":"e69446ac8b32ec16","entry":"ordinal_te","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"praxy/linguistics/te_numbers.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/praxy/linguistics/te_numbers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"e69446ac8b32ec16"}},{"code_sha256_prefix":"3732e394b4da8e74","entry":"phoneme_id","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"praxy/linguistics/bups.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/praxy/linguistics/bups.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"3732e394b4da8e74"}},{"code_sha256_prefix":"20ed7323c70bf96a","entry":"route","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"serving/praxy_router.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/serving/praxy_router.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"20ed7323c70bf96a"}},{"code_sha256_prefix":"072ee9b0c4da42ef","entry":"segment_by_script","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"praxy/linguistics/bups.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/praxy/linguistics/bups.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"072ee9b0c4da42ef"}},{"code_sha256_prefix":"fae81873945159d7","entry":"synthesize","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"serving/praxy_router.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/serving/praxy_router.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fae81873945159d7"}},{"code_sha256_prefix":"f4f74c39a36c55c9","entry":"transliterate_test_set","repo":"praxelhq/praxy","repo_kind":"found_in_text","path":"serving/codemix_to_native_script.py","file_url":"https://github.com/praxelhq/praxy/blob/HEAD/serving/codemix_to_native_script.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"f4f74c39a36c55c9"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}