GithubHelp home page GithubHelp logo

Comments (2)

mudong0419 avatar mudong0419 commented on June 15, 2024

Some other parameters are:
sample_rate = 16000 # sample rate of source .wavs, used while computing spectrograms, MFCCs, etc.
num_fft = 1024 # number of frequency bins used during computation of spectrograms
num_mels = 80 # number of mel bins used during computation of mel spectrograms
num_mfcc = 13 # number of MFCCs, used just for MCD computation (during training)
stft_window_ms = 50 # size in ms of the Hann window of short-time Fourier transform, used during spectrogram computation
stft_shift_ms = 12.5 # shift of the window (or better said gap between windows) in ms
griffin_lim_iters = 60 # used if vocoding using Griffin-Lim algorithm (synthesize.py), greater value does not make much sense
griffin_lim_power = 1.5 # power applied to spectrograms before using GL
normalize_spectrogram = True # if True, spectrograms are normalized before passing into the model, a per-channel normalization is used
# statistics (mean and variance) are computed from dataset at the start of training
use_preemphasis = True # if True, a preemphasis is applied to raw waveform before using them (spectrogram computation)
preemphasis = 0.97 # amount of preemphasis, used if use_preemphasis is True

from multilingual_text_to_speech.

stale avatar stale commented on June 15, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from multilingual_text_to_speech.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.