Skip to content

xcode2010/generative_audio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer on Audio

This project is the code release for the thesis found in http://barisdemirdelen.com/audio-style-transfer

The code only works on: Python 3.6.


Dependencies

  • python>=3.6
  • tensorflow
  • librosa
  • scipy

Usage

In src folder:

python windowed_style_transfer.py -c <content_wav_file> -s <style_wav_file>

The result will be produced in the output/result.wav


About

Code repository for thesis "Neural Style Transfer on Audio"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 59.7%
  • Python 39.7%
  • Other 0.6%