Skip to content

tuxzz/revoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REVOICE

Just a voice analysis/synthesis algorithm pack. On the way of approaching it.

Developer

Tuku tuku@tuxzz.org
Hikaria hikaria@tuxzz.org

Done

  • Ugly and simple viterbi decoder(sparsehmm)
  • LPC(lpc)
  • Yin F0 estimator(yin)
  • PYin F0 estimator(pyin)
  • Viterbi F0 tracker(monopitch)
  • Viterbi note tracker(mononote)
  • Adaptive STFT(adaptivestft)
  • Cheaptrick Envelope(cheaptrick)
  • MFI Envelope(mfienvelope)
  • HNM analyzer framework and synther(hnm)
  • HNM analyzer based on STFT(hnm_qfft)
  • HNM analyzer based on QHM-AIR(hnm_qhm)
  • HNM analyzer based on signle band DFT(hnm_get)
  • LF-Model(lfmodel)
  • Magnitude-only Rd estimator(rd_krh)
  • Voice Tract Model(vt)
  • (Decaparted)Ugly and simple formant tracker(formanttracker)
  • Yang style SNR and instantaneous frequency(yang)
  • Partial Glottal-Tract model(gvm)
  • Hubble F0 detect system(hubble)

Future scope

  • Use log probabilities in sparsehmm
  • SRH F0 estimator
  • STFChT
  • STFChT F0 estimator
  • HNM based on STFChT
  • DCE-MFA Envelope
  • Formant Refinement
  • Voice transformation
  • Harmonic to noise conversion
  • Better Documention

Useful functions in common.py

  • Create an aliasing-free, non-integer offset and width hanning window via frequency domain method(accurateHann, fdHann)
  • Denoise data and keep instantaneous information(applySmoothingFilter)
  • Do DFT at any frequency for input signal(calcSpectrumAtFreq)
  • Measure difference between two spectrum magnitude(calcItakuraSaitoDistance)
  • Measure similarity between two time domain signal(calcSRER)

Works cited

  1. Mauch, Matthias, and Simon Dixon. "pYIN: A fundamental frequency estimator using probabilistic threshold distributions." 2014 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2014.
  2. Morise, Masanori. "CheapTrick, a spectral envelope estimator for high-quality speech synthesis." Speech Communication 67 (2015): 1-7.
  3. Nakano, Tomoyasu, and Masataka Goto. "A spectral envelope estimation method based on F0-adaptive multi-frame integration analysis." SAPA@ INTERSPEECH. 2012.
  4. Fant, Gunnar. "The LF-model revisited. Transformations and frequency domain analysis." Speech Trans. Lab. Q. Rep., Royal Inst. of Tech. Stockholm 2.3 (1995): 40.
  5. Bonada, Jordi. "High quality voice transformations based on modeling radiated voice pulses in frequency domain." Proc. Digital Audio Effects (DAFx). Vol. 3. 2004.
  6. Saratxaga, Ibon, et al. "Simple representation of signal phase for harmonic speech models." Electronics letters 45.7 (2009): 381-383.
  7. Story, Brad H. "A parametric model of the vocal tract area function for vowel and consonant simulation." The Journal of the Acoustical Society of America 117.5 (2005): 3231-3254.
  8. Kawahara, H., Y. Agiomyrgiannakis, and H. Zen. "YANG vocoder, Google."
  9. Hua, Kanru. "Nebula: F0 Estimation and Voicing Detection by Modeling the Statistical Properties of Feature Extractors." arXiv preprint arXiv:1710.11317 (2017).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published