Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepHorizons/tts
/ functions
Functions
12 in github.com/DeepHorizons/tts
⨍
Functions
12
◇
Types & classes
2
↓ 2 callers
Method
get_audio_outputs
Get the audio outputs, search for the one with the name if given
tts/sapi.py:63
↓ 2 callers
Method
get_voices
Get a list of voices, search by name optional
tts/sapi.py:33
↓ 1 callers
Method
_create_stream
Create a file stream handler
tts/sapi.py:105
↓ 1 callers
Method
get_voice_names
Get the names of all the voices
tts/sapi.py:51
↓ 1 callers
Method
say
(self, message, flag = SpeechVoiceSpeakFlags.Default.value)
tts/sapi.py:92
↓ 1 callers
Method
set_voice
Set the voice to the given voice
tts/sapi.py:55
Method
__init__
(self)
tts/sapi.py:29
Method
create_recording
Make a recording of the given message to the file The file should be a .wav as the output is PCM 22050 Hz 16 bit, Little endianness, S
tts/sapi.py:111
Method
get_audio_output_names
Get the names of all the audio outpus
tts/sapi.py:81
Method
set_audio_output
(self, output)
tts/sapi.py:85
Method
set_rate
Set the speed of the speaker -10 is slowest, 10 is fastest
tts/sapi.py:96
Method
set_volume
Recording volume (0-100)
tts/sapi.py:101