MCPcopy Create free account

hub / github.com/CorentinJ/Real-Time-Voice-Cloning / functions

Functions307 in github.com/CorentinJ/Real-Time-Voice-Cloning

Method__init__
(self, feat_dims, upsample_scales, compute_dims, res_blocks, res_out_dims, pad)
vocoder/models/fatchord_version.py:61
Method__init__
(self, hidden_size=896, quantisation=256)
vocoder/models/deepmind_version.py:9
Method__len__
(self)
encoder/data_objects/speaker_verification_dataset.py:20
Method__len__
(self)
synthesizer/synthesizer_dataset.py:46
Method__len__
(self)
synthesizer/utils/_cmudict.py:29
Method__len__
(self)
vocoder/vocoder_dataset.py:54
Method__next__
(self)
encoder/data_objects/random_cycler.py:35
Method__repr__
(self)
synthesizer/hparams.py:8
Method__setitem__
(self, key, value)
synthesizer/hparams.py:6
Function_expand_decimal_point
(m)
synthesizer/utils/numbers.py:18
Function_expand_dollars
(m)
synthesizer/utils/numbers.py:22
Function_expand_number
(m)
synthesizer/utils/numbers.py:47
Function_expand_ordinal
(m)
synthesizer/utils/numbers.py:43
Function_preprocess_speaker
(speaker_dir: Path, datasets_root: Path, out_dir: Path, skip_existing: bool)
encoder/preprocess.py:66
Function_priority
(o)
utils/argutils.py:13
Function_remove_commas
(m)
synthesizer/utils/numbers.py:14
Methodaverage
(self)
synthesizer/utils/__init__.py:41
Functionbasic_cleaners
Basic pipeline that lowercases and collapses whitespace without transliteration.
synthesizer/utils/cleaners.py:66
Methodclear_utterances
(self)
toolbox/__init__.py:192
Methodcollate
(self, speakers)
encoder/data_objects/speaker_verification_dataset.py:54
Functioncollate_synthesizer
(batch, r, hparams)
synthesizer/synthesizer_dataset.py:50
Functioncollate_vocoder
(batch)
vocoder/vocoder_dataset.py:58
Methodcount
(self)
synthesizer/utils/__init__.py:37
Methodcurrent_dataset_name
(self)
toolbox/ui.py:236
Methodcurrent_encoder_fpath
(self)
toolbox/ui.py:323
Methodcurrent_speaker_name
(self)
toolbox/ui.py:240
Methodcurrent_synthesizer_fpath
(self)
toolbox/ui.py:327
Methodcurrent_utterance_name
(self)
toolbox/ui.py:244
Methodcurrent_vocoder_fpath
(self)
toolbox/ui.py:331
Functiondb_to_amp
(x)
vocoder/audio.py:68
Functiondenoise
Cleans the noise from a speech waveform given a noise profile. The waveform must have the same sampling rate as the one used to create the n
utils/logmmse.py:72
Functiondenormalize
(S)
vocoder/audio.py:60
Functiondiscretized_mix_logistic_loss
(y_hat, y, num_classes=65536, log_scale_min=None, reduce=True)
vocoder/distribution.py:16
Functionembed_speaker
(wavs, **kwargs)
encoder/inference.py:157
Functionembed_utterance
Computes an embedding for a single utterance. # TODO: handle multiple wavs to benefit from batching on GPU :param wav: a preprocessed (s
encoder/inference.py:110
Functionembed_utterance
(fpaths, encoder_model_fpath)
synthesizer/preprocess.py:229
Functionencode_16bits
(x)
vocoder/audio.py:38
Functionencode_mu_law
(x, mu)
vocoder/audio.py:96
Functionenglish_cleaners
Pipeline for English text, including number and abbreviation expansion.
synthesizer/utils/cleaners.py:81
Methodexcepthook
(self, exc_type, exc_value, exc_tb)
toolbox/__init__.py:70
Functionfloat_2_label
(x, bits)
vocoder/audio.py:13
Methodforward
(self, x)
synthesizer/models/tacotron.py:17
Methodforward
(self, x, speaker_embedding=None)
synthesizer/models/tacotron.py:37
Methodforward
(self, x)
synthesizer/models/tacotron.py:83
Methodforward
(self, x)
synthesizer/models/tacotron.py:125
Methodforward
(self, x)
synthesizer/models/tacotron.py:176
Methodforward
(self, encoder_seq_proj, query, t)
synthesizer/models/tacotron.py:192
Methodforward
(self, encoder_seq_proj, query, t, chars)
synthesizer/models/tacotron.py:221
Methodforward
(self, encoder_seq, encoder_seq_proj, prenet_in, hidden_states, cell_states, context_vec, t, c
synthesizer/models/tacotron.py:270
Methodforward
(self, x, m, speaker_embedding)
synthesizer/models/tacotron.py:361
Methodforward
(self, x)
vocoder/models/fatchord_version.py:17
Methodforward
(self, x)
vocoder/models/fatchord_version.py:38
Methodforward
(self, x)
vocoder/models/fatchord_version.py:53
Methodforward
(self, m)
vocoder/models/fatchord_version.py:78
Methodforward
(self, x, mels)
vocoder/models/fatchord_version.py:118
Methodforward
(self, prev_y, prev_hidden, current_coarse)
vocoder/models/deepmind_version.py:37
Methodfunc
()
toolbox/__init__.py:88
Methodgen_display
(self, i, seq_len, b_size, gen_rate)
vocoder/models/fatchord_version.py:260
Methodgenerate
(self, seq_len)
vocoder/models/deepmind_version.py:75
Functioninfer_waveform
Infers the waveform of a mel spectrogram output by the synthesizer (the format must match that of the synthesizer!) :param normaliz
vocoder/inference.py:45
Functioninv_linear_spectrogram
Converts linear spectrogram to waveform using librosa
synthesizer/audio.py:67
Functioninv_mel_spectrogram
Converts mel spectrogram to waveform using librosa
synthesizer/audio.py:84
Functionis_loaded
()
encoder/inference.py:38
Functionis_loaded
()
vocoder/inference.py:41
Functionlibrosa_pad_lr
(x, fsize, fshift)
synthesizer/audio.py:149
Functionlinearspectrogram
(wav, hparams)
synthesizer/audio.py:51
Methodload
(self, path, optimizer=None)
synthesizer/models/tacotron.py:493
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 we
encoder/inference.py:14
Functionload_model
(weights_fpath, verbose=True)
vocoder/inference.py:8
Functionload_wav
(path, sr)
synthesizer/audio.py:9
Functionload_wav
(path)
vocoder/audio.py:19
Methodlookup
Returns list of ARPAbet pronunciations of the given word.
synthesizer/utils/_cmudict.py:33
Functionmelspectrogram
(wav, hparams)
synthesizer/audio.py:59
Functionmelspectrogram
(y)
vocoder/audio.py:78
Functionpad_lr
Compute left and right padding
synthesizer/audio.py:139
Functionplot
(array)
vocoder/display.py:106
Functionplot_alignment
(alignment, path, title=None, split_title=False, max_len=None)
synthesizer/utils/plot.py:13
Functionplot_spec
(M)
vocoder/display.py:120
Functionpre_emphasis
(x)
vocoder/audio.py:88
Functionpreprocess_librispeech
(datasets_root: Path, out_dir: Path, skip_existing=False)
encoder/preprocess.py:133
Functionpreprocess_speaker
(speaker_dir, out_dir: Path, skip_existing: bool, hparams, no_alignments: bool)
synthesizer/preprocess.py:53
Functionpreprocess_voxceleb1
(datasets_root: Path, out_dir: Path, skip_existing=False)
encoder/preprocess.py:145
Functionpreprocess_voxceleb2
(datasets_root: Path, out_dir: Path, skip_existing=False)
encoder/preprocess.py:174
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 re
encoder/audio.py:19
Functionprofile_noise
Creates a profile of the noise in a given waveform. :param noise: a waveform containing noise ONLY, as a numpy array of floats or ints.
utils/logmmse.py:36
Methodr
(self)
synthesizer/models/tacotron.py:354
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
Methodrecord
(self)
toolbox/__init__.py:162
Methodreset
(self)
synthesizer/utils/__init__.py:44
Methodreset_step
(self)
synthesizer/models/tacotron.py:485
Functionsave_spectrogram
(M, path, length=None)
vocoder/display.py:95
Functionsave_wav
(wav, path, sr)
synthesizer/audio.py:12
Functionsave_wavenet_wav
(wav, path, sr)
synthesizer/audio.py:17
Methodselected_utterance
(self)
toolbox/ui.py:353
Functionspectrogram
(y)
vocoder/audio.py:72
Functionsplit_signal
(x)
vocoder/audio.py:27
Functionstart_and_end_indices
(quantized, silence_threshold=2)
synthesizer/audio.py:31
Functiontest_project_imports
()
tests/test_ci_smoke.py:17
Functiontest_third_party_imports
()
tests/test_ci_smoke.py:10
Functiontime_since
(started)
vocoder/display.py:74
← previousnext →201–300 of 307, ranked by callers