MCPcopy
hub / github.com/travisvn/openai-edge-tts / get_voices

Function get_voices

app/tts_handler.py:113–114  ·  view source on GitHub ↗
(language=None)

Source from the content-addressed store, hash-verified

111 return filtered_voices
112
113def get_voices(language=None):
114 return asyncio.run(_get_voices(language))
115
116def speed_to_rate(speed: float) -> str:
117 """

Callers 2

list_voicesFunction · 0.90
list_all_voicesFunction · 0.90

Calls 1

_get_voicesFunction · 0.85

Tested by

no test coverage detected