Skip to content

Latest commit

 

History

History
executable file
·
2 lines (2 loc) · 435 Bytes

README.md

File metadata and controls

executable file
·
2 lines (2 loc) · 435 Bytes

A TensorFlow implementation of DeepMind's WaveNet 1.0 Network With Local Conditioning

This codebase adds local conditioning support for generating music instead of the text-to-speech application of the original paper. We implement a MIDI reader that reads a MIDI file and upsamples the notes to generate embeddings for the audio of the music. See upstream repo's README for more information on the overall architecture and approach.