Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.08 KB

Wavenet

Wavenet

This repo is use tf.estimator for wavenet vocoder. Input audio is raw or mu-law quantize.

dependence

  • tensorflow v1
  • numpy
  • librosa
  • scipy
  • sklearn
  • tqdm

mu-law generating results

https://kokeshing.com/wavenet/

WIP

  • gaussian wavenet(Implemented)
  • global conditioning(Implemented)
  • 2dconv, 1dconv, Nearest neighbor upsampling for local conditioning(Implemented)
  • ema(Not implemented)

Reference