Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NeMo_TTS_Primer.ipynb #6436

Merged
merged 2 commits into from
Apr 19, 2023
Merged

Update NeMo_TTS_Primer.ipynb #6436

merged 2 commits into from
Apr 19, 2023

Commits on Apr 19, 2023

  1. Update NeMo_TTS_Primer.ipynb

    Changed a mistake in line 782. Instead of frequency band (ie. pitch) we should write frequency bin. Note that frequency bins in FFT are not related to pitch.
    
    Signed-off-by: Mostafa Ghorbandoost <mos.ghorbandoost@gmail.com>
    pythinker committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8aac4e6 View commit details
    Browse the repository at this point in the history
  2. Update NeMo_TTS_Primer.ipynb

    Corrected the description of spectrogram and mel spectrogram calculations in lines 782 & 783 and added a fourth point to the description and added a reference for more mathematical details at the end of this point.
    
    Signed-off-by: Mostafa Ghorbandoost <mos.ghorbandoost@gmail.com>
    pythinker committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    76337a8 View commit details
    Browse the repository at this point in the history