Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
113
def
get_voices(language=None):
114
return
asyncio.run(_get_voices(language))
115
116
def
speed_to_rate(speed: float) -> str:
117
""
"
Callers
2
list_voices
Function · 0.90
list_all_voices
Function · 0.90
Calls
1
_get_voices
Function · 0.85
Tested by
no test coverage detected