GithubHelp home page GithubHelp logo

Comments (4)

auspicious3000 avatar auspicious3000 commented on May 24, 2024

Yes, it is possible. You at least need to retrain one of the models to make them compatible.

from speechsplit.

vishal16babu avatar vishal16babu commented on May 24, 2024

Thanks @auspicious3000 , I will give it a try

from speechsplit.

vishal16babu avatar vishal16babu commented on May 24, 2024

Hi @auspicious3000 ,
I looked at the spectrogram calculation code and it does not look like a straightforward mel spectrogram calculation. I also tried using librosa.feature.inverse.mel_to_audio(spec, sr=16000, n_fft=1024) to get audio using Griffin-Lim instead of WaveNet and it resulted in a garbage signal as expected.

  1. Is there any specific reason why you're not using direct mel spectrograms as input features to the network?
  2. How to invert the spectrograms returned by the network using Griffin-Lim or anything other than a Wavenet trained on these custom spectrograms?

P.S: I am not very familiar with common preprocessing techniques to calculate spectrograms. So any references which can help me understand the motivation behind spectrogram calculation code are very much appreciated

from speechsplit.

auspicious3000 avatar auspicious3000 commented on May 24, 2024
  1. To make it compatible with the wavenet vocoder.
  2. You can train other vocoders as long as the spectograms are consistent.

from speechsplit.

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.