Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rongjiehuang/Multi-Singer
/ functions
Functions
243 in github.com/Rongjiehuang/Multi-Singer
⨍
Functions
243
◇
Types & classes
41
Method
get_path
Get npy file path for a given key.
utils/utils.py:245
Function
inv_linear_spectrogram
Converts linear spectrogram to waveform using librosa
frontend/audio_preprocess.py:78
Function
inv_mel_spectrogram
Converts mel spectrogram to waveform using librosa
frontend/audio_preprocess.py:231
Function
is_loaded
()
encoder/inference.py:43
Function
linearspectrogram
(wav, hparams)
frontend/audio_preprocess.py:179
Function
load_model
Loads the model in memory. If this function is not explicitely called, it will be run on the first call to embed_frames() with the default w
encoder/inference.py:15
Function
load_wav
(path, sr)
frontend/audio_preprocess.py:10
Function
melspectrogram
(wav, hparams)
frontend/audio_preprocess.py:190
Function
num_params
()
encoder/inference.py:46
Function
pad_lr
Compute left and right padding
frontend/audio_preprocess.py:276
Function
plot
(array)
utils/display.py:100
Function
plot_embedding_as_heatmap
(embed, ax=None, title="", shape=None, color_range=(0, 0.30))
encoder/inference.py:292
Function
plot_spec
(M)
utils/display.py:114
Function
plot_spec
(spec, path, info=None)
frontend/audio_preprocess.py:289
Function
preprocess_librispeech
(datasets_root: Path, out_dir: Path, skip_existing=False)
encoder/preprocess.py:121
Function
preprocess_speaker
(speaker_dir: Path)
encoder/preprocess.py:66
Function
preprocess_voxceleb1
(datasets_root: Path, out_dir: Path, skip_existing=False)
encoder/preprocess.py:134
Function
preprocess_voxceleb2
(datasets_root: Path, out_dir: Path, skip_existing=False)
encoder/preprocess.py:164
Function
preprocess_wav
Applies the preprocessing operations used in training the Speaker Encoder to a waveform either on disk or in memory. The waveform will be res
encoder/audio.py:15
Function
preprocess_wav_torch
Applies the preprocessing operations used in training the Speaker Encoder to a waveform either on disk or in memory. The waveform will be res
encoder/audio.py:45
Function
progbar
(i, n, size=16)
utils/display.py:9
Method
random_partial
Crops the frames into a partial utterance of n_frames :param n_frames: The number of frames of the partial utterance
encoder/data_objects/utterance.py:12
Method
receptive_field_size
Return receptive field size.
models/Generator.py:231
Method
receptive_field_size
Return receptive field size.
models/Generator.py:386
Method
remove_weight_norm
Remove weight normalization module from all of the layers.
models/Generator.py:357
Method
reset_parameters
Reset parameters.
layers/residual_block.py:22
Method
reset_parameters
Reset parameters.
layers/upsample.py:54
Function
save_attention
(attn, path)
utils/display.py:84
Function
save_melGAN_wav
(file_path, sampling_rate, audio)
frontend/audio_preprocess.py:31
Function
save_spectrogram
(M, path, length=None)
utils/display.py:91
Function
save_wav
(wav, path, hparams)
frontend/audio_preprocess.py:14
Function
save_wavenet_wav
(wav, path, sr)
frontend/audio_preprocess.py:27
Function
simple_table
(item_tuples)
utils/display.py:21
Function
stream
(message)
utils/display.py:17
Function
time_since
(started)
utils/display.py:72
Function
train
(run_id: str, clean_data_root: Path, models_dir: Path, umap_every: int, save_every: int, backup_ever
encoder/train.py:16
Function
train
(run_id: str, clean_data_root: Path, models_dir: Path, umap_every: int, save_every: int, backup_ever
encoder/plot_umap.py:16
Function
trim_long_silences
Ensures that segments without voice in the waveform remain no longer than a threshold determined by the VAD parameters in params.py. :p
encoder/audio.py:125
Function
trim_silence
(wav, hparams, only_front=True)
frontend/audio_preprocess.py:45
Method
values
Return the values of the scp file.
utils/utils.py:211
Method
values
Return the values of the scp file.
utils/utils.py:265
Function
wav_preprocess
从音频中提取特征,并将他们合起来,计算新特征
frontend/audio_world_process.py:134
Function
wav_to_mel_spectrogram_torch_preprocess
Derives a mel spectrogram ready to be used by the encoder from a preprocessed audio waveform. Note: this not a log-mel spectrogram. wav:
encoder/audio.py:86
← previous
201–243 of 243, ranked by callers