| { | |
| "engine": "orpheus", | |
| "phoneme_type": "unicode", | |
| "alphabet": "graphemes", | |
| "lang_code": "en", | |
| "audio": { | |
| "sample_rate": 24000 | |
| }, | |
| "num_speakers": 8, | |
| "speaker_id_map": { | |
| "tara": 0, | |
| "leah": 1, | |
| "jess": 2, | |
| "leo": 3, | |
| "dan": 4, | |
| "mia": 5, | |
| "zac": 6, | |
| "zoe": 7 | |
| }, | |
| "engine_params": { | |
| "snac_decoder_path": "orpheus-3b-en-onnx/snac_decoder.onnx", | |
| "tokenizer_path": "orpheus-3b-en-onnx/tokenizer.json", | |
| "voices": ["tara", "leah", "jess", "leo", "dan", "mia", "zac", "zoe"], | |
| "default_voice": "tara" | |
| } | |
| } | |