Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MYZY-AI/Muyan-TTS
/ functions
Functions
387 in github.com/MYZY-AI/Muyan-TTS
⨍
Functions
387
◇
Types & classes
72
↳
Endpoints
1
Method
forward
(self, x, x_mask=None)
sovits/module/modules.py:349
Method
forward
(self, x, x_mask, reverse=False, **kwargs)
sovits/module/modules.py:366
Method
forward
(self, x, *args, reverse=False, **kwargs)
sovits/module/modules.py:377
Method
forward
(self, x, x_mask, reverse=False, **kwargs)
sovits/module/modules.py:393
Method
forward
(self, x, x_mask, g=None, reverse=False)
sovits/module/modules.py:439
Method
forward
(self, x, x_mask, g=None, reverse=False)
sovits/module/modules.py:488
Method
forward
(self, input)
sovits/module/modules.py:535
Method
forward
(self, x)
sovits/module/modules.py:544
Method
forward
(self, x)
sovits/module/modules.py:560
Method
forward
(self, input)
sovits/module/modules.py:600
Method
forward
(self, x, mask=None)
sovits/module/modules.py:632
Method
forward
(self, q, k, v, mask=None)
sovits/module/modules.py:671
Method
forward
(self, x, mask=None)
sovits/module/modules.py:739
Method
forward
(self, inputs, mask=None)
sovits/module/modules.py:783
Method
forward
(self, x, x_mask=None, g=None, reverse=False, **kwargs)
sovits/module/modules.py:826
Method
forward
(self, x, x_mask=None, g=None, reverse=False, **kwargs)
sovits/module/modules.py:883
Method
forward
Residual vector quantization on the given input tensor. Args: x (torch.Tensor): Input tensor. n_q (int): Number of qua
sovits/module/quantize.py:70
Method
forward
(self, x)
sovits/module/core_vq.py:206
Method
forward
(self, x)
sovits/module/core_vq.py:304
Method
forward
( self, x, n_q: tp.Optional[int] = None, layers: tp.Optional[list] = None )
sovits/module/core_vq.py:337
Function
fused_add_tanh_sigmoid_multiply
(input_a, input_b, n_channels)
sovits/module/commons.py:101
Function
g2p
(text)
sovits/text/korean.py:257
Function
generate_path
duration: [b, 1, t_x] mask: [b, 1, t_y, t_x]
sovits/module/commons.py:128
Function
generate_raw_data_list
generate name2text.txt example: librispeech_dir = "path_to_LibriSpeech" # the path of librispeech output_dir = "data" # output fil
data_process/text_format_conversion.py:19
Function
get_bert_feature
(text, word2ph, bert_model, tokenizer, device)
sovits/utils.py:294
Function
get_content
(hmodel, wav_16k_tensor)
sovits/cnhubert.py:47
Method
get_ge
(refer)
sovits/models.py:985
Function
get_hparams_from_file
(config_path)
sovits/utils.py:149
Function
get_model
()
sovits/cnhubert.py:42
Method
get_seg
(self, **kwargs)
sovits/text/g2pw/g2pw.py:35
Function
get_tts
(request_data: TTSRequest)
api.py:28
Function
handle_pack_ogg
()
sovits/utils.py:87
Method
infer
(self, ssl, y, y_lengths, text, text_lengths, test=None, noise_scale=0.5)
sovits/models.py:957
Method
infer
(self, inputs=None, random_sample=False, manual_latent=None)
sovits/module/modules.py:798
Method
init_vits
(self, ref_wav_path, prompt_text)
inference/inference.py:72
Function
init_weights
(m, mean=0.0, std=0.01)
sovits/module/commons.py:6
Function
intersperse
(lst, item)
sovits/module/commons.py:22
Function
kl_divergence
KL(P||Q)
sovits/module/commons.py:28
Function
korean_to_ipa
(text)
sovits/text/korean.py:227
Function
load_wav_to_torch
(full_path)
sovits/utils.py:348
Function
mel_spectrogram_torch
( y, n_fft, num_mels, sampling_rate, hop_size, win_size, fmin, fmax, center=False )
sovits/module/mel_processing.py:104
Method
modified_tone
(self, word: str, pos: str, finals: List[str])
sovits/text/tone_sandhi.py:802
Method
pre_merge_for_modify
(self, seg: List[Tuple[str, str]])
sovits/text/tone_sandhi.py:783
Method
process_prompt
(prompt)
inference/inference_llama.py:155
Function
rand_gumbel_like
(x)
sovits/module/commons.py:43
Function
rand_slice_segments
(x, x_lengths=None, segment_size=4)
sovits/module/commons.py:57
Function
read_dict
()
sovits/text/english.py:125
Method
remove_weight_norm
(self)
sovits/models.py:484
Method
remove_weight_norm
(self)
sovits/module/attentions.py:534
Method
remove_weight_norm
(self)
sovits/module/mrte_model.py:169
Method
remove_weight_norm
(self)
sovits/module/modules.py:214
Method
remove_weight_norm
(self)
sovits/module/modules.py:313
Method
remove_weight_norm
(self)
sovits/module/modules.py:360
Function
remove_weight_norm_modules
(module, name="weight")
sovits/module/attentions.py:549
Method
reparameterize
(self, mu, logvar)
sovits/module/modules.py:775
Function
replace_asmd
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:123
Function
replace_date
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/chronology.py:92
Function
replace_date2
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/chronology.py:117
Function
replace_default_num
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:98
Function
replace_frac
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:37
Function
replace_mobile
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/phonecode.py:56
Function
replace_negative_num
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:78
Function
replace_number
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:194
Function
replace_percentage
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:58
Function
replace_phone
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/phonecode.py:46
Function
replace_positive_quantifier
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:175
Function
replace_power
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:153
Function
replace_range
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:226
Function
replace_temperature
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/quantifier.py:42
Function
replace_time
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/chronology.py:45
Function
replace_to_range
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:244
Method
set_ddi
(self, ddi)
sovits/module/modules.py:848
Function
shift_1d
(x)
sovits/module/commons.py:116
Function
spec_to_mel_torch
(spec, n_fft, num_mels, sampling_rate, fmin, fmax)
sovits/module/mel_processing.py:88
Function
spectral_de_normalize_torch
(magnitudes)
sovits/module/mel_processing.py:42
Function
squeeze
(x, x_mask=None, n_sqz=2)
sovits/module/commons.py:164
Method
store_inverse
(self)
sovits/module/modules.py:845
Method
store_inverse
(self)
sovits/module/modules.py:922
Function
subsequent_mask
(length)
sovits/module/commons.py:95
Function
text_audio_combine
(input_dir="data", output_dir="data")
data_process/text_audio_combine.py:6
Function
text_normalize
(text)
sovits/text/japanese.py:127
Function
text_to_sequence
(text, language, version=None)
sovits/text/cleaner.py:73
Function
unconstrained_rational_quadratic_spline
( inputs, unnormalized_widths, unnormalized_heights, unnormalized_derivatives, inverse=Fal
sovits/module/transforms.py:50
Function
uniform_init
(*shape: int)
sovits/module/core_vq.py:54
Function
unsqueeze
(x, x_mask=None, n_sqz=2)
sovits/module/commons.py:179
Method
values
(self)
sovits/utils.py:393
Method
weight_norm
(self)
sovits/module/attentions.py:530
← previous
301–387 of 387, ranked by callers