Code Monkey home page Code Monkey logo

Comments (3)

Flux9665 avatar Flux9665 commented on August 20, 2024 1

My implementation is based on this one: https://github.com/kan-bayashi/ParallelWaveGAN

It is uses the same spectrogram representation as in espnet: https://github.com/espnet/espnet

So any vocoder from the espnet model zoo that is trained on 22500Hz should work.

from ims-toucan.

Flux9665 avatar Flux9665 commented on August 20, 2024

Increasing the sampling rate of the generated spectrograms increases the complexity of the task the model has to solve and its runtime requirements, but yes, with clean data it would probably sound better.

Finetuning the vocoder on TTS outputs is done frequently and is known to bring pretty good improvements for removing artifacts. However, then the vocoder becomes specialized for one certain model and loses some of it's generality. Because I want the vocoder to be universal, I don't plan on doing that and finding other solutions instead, but if you want to try it, it probably increases the quality.

from ims-toucan.

bharaniyv avatar bharaniyv commented on August 20, 2024

I started working on 22.05K sample rate fs2 model, currently preparing dataset in 22K and will try training new model, but I think the Vocoder will not be compatible since it is trained on 16K datasets, but what other Vocoder do you think will work with the configuration of this module, especially how we handle the Stft part since it is also very important for vocoder along with sample rate?

from ims-toucan.

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.