MCPcopy Create free account

hub / github.com/Rongjiehuang/Multi-Singer / functions

Functions243 in github.com/Rongjiehuang/Multi-Singer

Methodget_path
Get npy file path for a given key.
utils/utils.py:245
Functioninv_linear_spectrogram
Converts linear spectrogram to waveform using librosa
frontend/audio_preprocess.py:78
Functioninv_mel_spectrogram
Converts mel spectrogram to waveform using librosa
frontend/audio_preprocess.py:231
Functionis_loaded
()
encoder/inference.py:43
Functionlinearspectrogram
(wav, hparams)
frontend/audio_preprocess.py:179
Functionload_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
Functionload_wav
(path, sr)
frontend/audio_preprocess.py:10
Functionmelspectrogram
(wav, hparams)
frontend/audio_preprocess.py:190
Functionnum_params
()
encoder/inference.py:46
Functionpad_lr
Compute left and right padding
frontend/audio_preprocess.py:276
Functionplot
(array)
utils/display.py:100
Functionplot_embedding_as_heatmap
(embed, ax=None, title="", shape=None, color_range=(0, 0.30))
encoder/inference.py:292
Functionplot_spec
(M)
utils/display.py:114
Functionplot_spec
(spec, path, info=None)
frontend/audio_preprocess.py:289
Functionpreprocess_librispeech
(datasets_root: Path, out_dir: Path, skip_existing=False)
encoder/preprocess.py:121
Functionpreprocess_speaker
(speaker_dir: Path)
encoder/preprocess.py:66
Functionpreprocess_voxceleb1
(datasets_root: Path, out_dir: Path, skip_existing=False)
encoder/preprocess.py:134
Functionpreprocess_voxceleb2
(datasets_root: Path, out_dir: Path, skip_existing=False)
encoder/preprocess.py:164
Functionpreprocess_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
Functionpreprocess_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
Functionprogbar
(i, n, size=16)
utils/display.py:9
Methodrandom_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
Methodreceptive_field_size
Return receptive field size.
models/Generator.py:231
Methodreceptive_field_size
Return receptive field size.
models/Generator.py:386
Methodremove_weight_norm
Remove weight normalization module from all of the layers.
models/Generator.py:357
Methodreset_parameters
Reset parameters.
layers/residual_block.py:22
Methodreset_parameters
Reset parameters.
layers/upsample.py:54
Functionsave_attention
(attn, path)
utils/display.py:84
Functionsave_melGAN_wav
(file_path, sampling_rate, audio)
frontend/audio_preprocess.py:31
Functionsave_spectrogram
(M, path, length=None)
utils/display.py:91
Functionsave_wav
(wav, path, hparams)
frontend/audio_preprocess.py:14
Functionsave_wavenet_wav
(wav, path, sr)
frontend/audio_preprocess.py:27
Functionsimple_table
(item_tuples)
utils/display.py:21
Functionstream
(message)
utils/display.py:17
Functiontime_since
(started)
utils/display.py:72
Functiontrain
(run_id: str, clean_data_root: Path, models_dir: Path, umap_every: int, save_every: int, backup_ever
encoder/train.py:16
Functiontrain
(run_id: str, clean_data_root: Path, models_dir: Path, umap_every: int, save_every: int, backup_ever
encoder/plot_umap.py:16
Functiontrim_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
Functiontrim_silence
(wav, hparams, only_front=True)
frontend/audio_preprocess.py:45
Methodvalues
Return the values of the scp file.
utils/utils.py:211
Methodvalues
Return the values of the scp file.
utils/utils.py:265
Functionwav_preprocess
从音频中提取特征,并将他们合起来,计算新特征
frontend/audio_world_process.py:134
Functionwav_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
← previous201–243 of 243, ranked by callers