Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvilFreelancer/docker-fish-speech-server
/ functions
Functions
15 in github.com/EvilFreelancer/docker-fish-speech-server
⨍
Functions
15
◇
Types & classes
1
↳
Endpoints
2
↓ 2 callers
Function
get_temp_file
(suffix=".wav", dir="temp")
fish_speech_api/utils/save_temp_audio.py:9
↓ 2 callers
Function
process_tts_request
( model: str, input_text: str, voice: Optional[str], top_p: float, repetition_penalty: flo
fish_speech_api/endpoints/speech.py:55
↓ 1 callers
Function
clear_gpu_memory
()
fish_speech_infer.py:171
↓ 1 callers
Function
encode_reference_audio
(reference_audio_path, temp_dir, checkpoint_path, device="cuda")
fish_speech_infer.py:55
↓ 1 callers
Function
generate_semantic_tokens
( text, checkpoint_path, temp_dir, prompt_tokens=None, prompt_text=None, device="cuda"
fish_speech_infer.py:96
↓ 1 callers
Function
generate_speech_from_tokens
(tokens_path, checkpoint_path, output_path, device="cuda")
fish_speech_infer.py:150
↓ 1 callers
Function
generate_tts
( text: str, model_name: str, voice_sample: bytes = None, prompt_text: str = None, top_p:
fish_speech_api/services/tts_service.py:17
↓ 1 callers
Function
get_model_paths
(model_name: str)
fish_speech_api/utils/get_model_paths.py:4
↓ 1 callers
Function
get_voice_sample
Get voice sample and corresponding text from .lab file
fish_speech_api/endpoints/speech.py:41
↓ 1 callers
Function
save_temp_audio
(content: bytes)
fish_speech_api/utils/save_temp_audio.py:14
↓ 1 callers
Function
temporary_argv
(new_argv)
fish_speech_infer.py:31
↓ 1 callers
Function
text_to_speech
( text, output_path="output.wav", reference_audio_path=None, checkpoint_dir="./models/fish-spe
fish_speech_infer.py:180
Function
download_models
(cache_dir="./models/fish-speech-1.5", local_only=True)
fish_speech_infer.py:40
Function
ping
()
fish_speech_api/endpoints/speech.py:213
Function
speech_endpoint
(request: Request)
fish_speech_api/endpoints/speech.py:108