MCPcopy Create free account

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

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

↓ 1 callersMethoddraw_utterance
(self, utterance: Utterance, which)
toolbox/ui.py:58
↓ 1 callersFunctioneval_model
(attention, mel_prediction, target_spectrogram, input_seq, step, plot_dir, mel_output_dir, wav_
synthesizer/train.py:237
↓ 1 callersFunctionexpand_abbreviations
(text)
synthesizer/utils/cleaners.py:43
↓ 1 callersFunctionexpand_numbers
(text)
synthesizer/utils/cleaners.py:49
↓ 1 callersMethodexport_current_wave
(self)
toolbox/__init__.py:126
↓ 1 callersMethodfinalize
(self)
encoder/preprocess.py:46
↓ 1 callersMethodforward
Computes the embeddings of a batch of utterance spectrograms. :param utterances: batch of mel-scale filterbanks of same dura
encoder/model.py:41
↓ 1 callersFunctionfrom_float
(_input, dtype)
utils/logmmse.py:235
↓ 1 callersFunctiongen_testset
(model: WaveRNN, test_set, samples, batched, target, overlap, save_path)
vocoder/gen_wavernn.py:5
↓ 1 callersMethodgenerate
(self, x, speaker_embedding=None, steps=2000)
synthesizer/models/tacotron.py:417
↓ 1 callersMethodget_frames
(self)
encoder/data_objects/utterance.py:9
↓ 1 callersMethodget_logs
(self)
encoder/data_objects/speaker_verification_dataset.py:26
↓ 1 callersMethodgriffin_lim
Inverts a mel spectrogram using Griffin-Lim. The mel spectrogram is expected to have been built with the same parameters present in h
synthesizer/inference.py:156
↓ 1 callersFunctionhparams_debug_string
()
synthesizer/hparams.py:91
↓ 1 callersMethodinit_attention
(self, encoder_seq_proj)
synthesizer/models/tacotron.py:215
↓ 1 callersMethodinit_hidden
(self, batch_size=1)
vocoder/models/deepmind_version.py:164
↓ 1 callersMethodinit_model
(self)
synthesizer/models/tacotron.py:478
↓ 1 callersMethodinit_synthesizer
(self)
toolbox/__init__.py:323
↓ 1 callersMethodinit_vocoder
(self)
toolbox/__init__.py:333
↓ 1 callersFunctionlinear_to_mel
(spectrogram)
vocoder/audio.py:45
↓ 1 callersMethodlog
(self, path, msg)
synthesizer/models/tacotron.py:489
↓ 1 callersMethodlog_dataset
(self, dataset: SpeakerVerificationDataset)
encoder/visualizations.py:81
↓ 1 callersMethodlog_implementation
(self, params)
encoder/visualizations.py:90
↓ 1 callersMethodlog_params
(self)
encoder/visualizations.py:66
↓ 1 callersMethodloss
Computes the softmax loss according the section 2.1 of GE2E. :param embeds: the embeddings as a tensor of shape (speakers_pe
encoder/model.py:107
↓ 1 callersMethodmake_spectrogram
Creates a mel spectrogram from an audio file in the same manner as the mel spectrograms that were fed to the synthesizer when trainin
synthesizer/inference.py:142
↓ 1 callersFunctionmoving_average
(array, width)
encoder/audio.py:95
↓ 1 callersFunctionnormalize_numbers
(text)
synthesizer/utils/numbers.py:62
↓ 1 callersFunctionnormalize_volume
(wav, target_dBFS, increase_only=False, decrease_only=False)
encoder/audio.py:111
↓ 1 callersFunctionnum_frames
Compute number of time frames of spectrogram
synthesizer/audio.py:128
↓ 1 callersMethodnum_params
(self, print_out=True)
synthesizer/models/tacotron.py:514
↓ 1 callersMethodnum_params
(self, print_out=True)
vocoder/models/fatchord_version.py:430
↓ 1 callersMethodnum_params
(self)
vocoder/models/deepmind_version.py:167
↓ 1 callersFunctionpad1d
(x, max_len, pad_value=0)
synthesizer/inference.py:164
↓ 1 callersFunctionpad1d
(x, max_len, pad_value=0)
synthesizer/synthesizer_dataset.py:88
↓ 1 callersFunctionpad2d
(x, max_len, pad_value=0)
synthesizer/synthesizer_dataset.py:91
↓ 1 callersFunctionplot_embedding_as_heatmap
(embed, ax=None, title="", shape=None, color_range=(0, 0.30))
encoder/inference.py:161
↓ 1 callersFunctionplot_spectrogram
(pred_spectrogram, path, title=None, split_title=False, target_spectrogram=None, max_len=None, auto_aspect=Fal
synthesizer/utils/plot.py:43
↓ 1 callersMethodpopulate_models
(self, models_dir: Path)
toolbox/ui.py:334
↓ 1 callersFunctionpreprocess_dataset
(datasets_root: Path, out_dir: Path, n_processes: int, skip_existing: bool, hparams, no
synthesizer/preprocess.py:13
↓ 1 callersFunctionprogbar
(i, n, size=16)
vocoder/display.py:6
↓ 1 callersMethodpurge_logs
(self)
utils/profiler.py:27
↓ 1 callersMethodrandom_partial
Samples a batch of <count> unique partial utterances from the disk in a way that all utterances come up at least once every two cycl
encoder/data_objects/speaker.py:20
↓ 1 callersMethodrecord_one
(self, sample_rate, duration)
toolbox/ui.py:209
↓ 1 callersMethodregister_utterance
(self, utterance: Utterance)
toolbox/ui.py:356
↓ 1 callersMethodreplay_last_wav
(self)
toolbox/__init__.py:129
↓ 1 callersMethodreset_interface
(self)
toolbox/ui.py:409
↓ 1 callersMethodreset_timer
(self)
utils/profiler.py:31
↓ 1 callersMethodreset_ui
(self, models_dir: Path, seed: int=None)
toolbox/__init__.py:132
↓ 1 callersFunctionrun_synthesis
(in_dir: Path, out_dir: Path, syn_model_fpath: Path, hparams)
synthesizer/synthesize.py:17
↓ 1 callersFunctionsample_from_discretized_mix_logistic
Sample from discretized mixture of logistic distributions Args: y (Tensor): B x C x T log_scale_min (float): Log scale minimu
vocoder/distribution.py:87
↓ 1 callersFunctionsave_attention
(attn, path)
vocoder/display.py:86
↓ 1 callersMethodsave_audio_file
(self, wav, sample_rate)
toolbox/ui.py:137
↓ 1 callersFunctionsequence_to_text
Converts a sequence of IDs back to a string
synthesizer/utils/text.py:44
↓ 1 callersMethodset_audio_device
(self)
toolbox/ui.py:188
↓ 1 callersMethodset_current_wav
(self, index)
toolbox/__init__.py:123
↓ 1 callersMethodsetup_audio_devices
(self, sample_rate)
toolbox/ui.py:151
↓ 1 callersMethodsetup_events
(self)
toolbox/__init__.py:74
↓ 1 callersMethodsimilarity_matrix
Computes the similarity matrix according the section 2.1 of GE2E. :param embeds: the embeddings as a tensor of shape (speakers_per_b
encoder/model.py:63
↓ 1 callersFunctionsplit_on_silences
(wav_fpath, words, end_times, hparams)
synthesizer/preprocess.py:112
↓ 1 callersMethodstart
(self)
toolbox/ui.py:606
↓ 1 callersMethodsummarize
(self)
utils/profiler.py:34
↓ 1 callersMethodsynthesize
(self)
toolbox/__init__.py:196
↓ 1 callersFunctiontime_string
()
synthesizer/train.py:23
↓ 1 callersFunctionto_one_hot
(tensor, n, fill_with=1.)
vocoder/distribution.py:126
↓ 1 callersFunctiontrim_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:68
↓ 1 callersMethodvocode
(self)
toolbox/__init__.py:225
↓ 1 callersMethodxfade_and_unfold
Applies a crossfade and unfolds into a 1d array. Args: y (ndarry) : Batched sequences of audio samples
vocoder/models/fatchord_version.py:340
Method__getitem__
(self, index)
encoder/data_objects/speaker_verification_dataset.py:23
Method__getitem__
(self, key)
synthesizer/hparams.py:7
Method__getitem__
(self, index)
synthesizer/synthesizer_dataset.py:26
Method__getitem__
(self, index)
vocoder/vocoder_dataset.py:24
Method__init__
(self, summarize_every=5, disabled=False)
utils/profiler.py:7
Method__init__
(self, root, name)
encoder/preprocess.py:20
Method__init__
(self, device, loss_device)
encoder/model.py:13
Method__init__
(self, env_name=None, update_every=10, server="http://localhost", disabled=False)
encoder/visualizations.py:29
Method__init__
(self, speakers: List[Speaker], utterances_per_speaker: int, n_frames: int)
encoder/data_objects/speaker_batch.py:7
Method__init__
(self, root: Path)
encoder/data_objects/speaker.py:7
Method__init__
(self, frames_fpath, wave_fpath)
encoder/data_objects/utterance.py:5
Method__init__
(self, source)
encoder/data_objects/random_cycler.py:12
Method__init__
(self, dataset, speakers_per_batch, utterances_per_speaker, sampler=None, batch_sampler=None
encoder/data_objects/speaker_verification_dataset.py:35
Method__init__
(self, **kwargs)
synthesizer/hparams.py:5
Method__init__
The model isn't instantiated and loaded in memory until needed or until load() is called. :param model_fpath: path to the trained mo
synthesizer/inference.py:18
Method__init__
(self, metadata_fpath: Path, mel_dir: Path, embed_dir: Path, hparams)
synthesizer/synthesizer_dataset.py:9
Method__init__
(self, window_size=100)
synthesizer/utils/__init__.py:25
Method__init__
(self, file_or_path, keep_ambiguous=True)
synthesizer/utils/_cmudict.py:18
Method__init__
(self, size)
synthesizer/models/tacotron.py:11
Method__init__
(self, embed_dims, num_chars, encoder_dims, K, num_highways, dropout)
synthesizer/models/tacotron.py:26
Method__init__
(self, in_channels, out_channels, kernel, relu=True)
synthesizer/models/tacotron.py:77
Method__init__
(self, K, in_channels, channels, proj_channels, num_highways)
synthesizer/models/tacotron.py:90
Method__init__
(self, in_dims, fc1_dims=256, fc2_dims=128, dropout=0.5)
synthesizer/models/tacotron.py:170
Method__init__
(self, attn_dims)
synthesizer/models/tacotron.py:187
Method__init__
(self, n_mels, encoder_dims, decoder_dims, lstm_dims, dropout, speaker_embedding_size)
synthesizer/models/tacotron.py:249
Method__init__
(self, embed_dims, num_chars, encoder_dims, decoder_dims, n_mels, fft_bins, postnet_dims, en
synthesizer/models/tacotron.py:329
Method__init__
(self, datasets_root: Path, models_dir: Path, seed: int=None)
toolbox/__init__.py:45
Method__init__
(self)
toolbox/ui.py:424
Method__init__
(self, metadata_fpath: Path, mel_dir: Path, wav_dir: Path)
vocoder/vocoder_dataset.py:10
Method__init__
(self, dims)
vocoder/models/fatchord_version.py:10
Method__init__
(self, res_blocks, in_dims, compute_dims, res_out_dims, pad)
vocoder/models/fatchord_version.py:28
Method__init__
(self, x_scale, y_scale)
vocoder/models/fatchord_version.py:48
← previousnext →101–200 of 307, ranked by callers