Neural Song Style 使用AI将乐曲从一首歌曲转换到另一首歌曲

使用人工智能将乐曲从一首歌曲转换到另一首歌曲

Python 机器学习

访问GitHub主页

共124Star

详细介绍

Neural Song Style

Transferring the style from one song onto another using artificial intelligence.

This is based on the implementation neural-style-audio by Dmitry and Vadim.

Options

  • --content ,Content audio path
  • --style, Style audio path
  • --out, Styled audio path

Dependencies

  • python (tested with python 2.7/3.5)
  • tensorflow
  • librosa

###Demo

00:00-00:10 - Content - Alan Walker fade

00:10-00:20 - Style- Chain smokers -Don't Let Me Down

00:10-00:30 - Styled song

Song style transfer AI test

Spectrum

References

Audio texture synthesis and style transfe

推荐源码