└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Tools and Perspectives for Interaction with Neural Audio Synthesis 2 | ## Workshop 1 - RAVE + Max/MSP 3 | 4 | During this workshop you'll learn how [RAVE](https://github.com/acids-ircam/RAVE) and the [nn~ external](https://github.com/acids-ircam/nn_tilde) can be used together in order to perform timbre transfer and high-level manipulation on real-time audio streams. 5 | 6 | If you want to try out how RAVE works, you [can try our interactive demo website !](https://caillonantoine.github.io/ravejs/) 7 | 8 | ### Train a RAVE model 9 | 10 | If you want to train a RAVE model you [can follow those steps](https://github.com/acids-ircam/RAVE/blob/master/docs/training_setup.md) ! 11 | 12 | We also provide a colab to handle the training (it is highly recommended to have a pro account) 13 | 14 | [![colab_badge](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1aK8K186QegnWVMAhfnFRofk_Jf7BBUxl?usp=sharing) 15 | 16 | ...unfortunately training is gonna last for days, hence [you can use those pre-trained models !](https://acids-ircam.github.io/rave_models_download) 17 | 18 | ### Setup nn~ 19 | 20 | You can [find the nn~ external here](https://github.com/acids-ircam/nn_tilde), including pre-built binaries for macos (max/msp only). 21 | 22 | If you are using windows and max/msp you can try using [this pre-built external for max/msp](https://nubo.ircam.fr/index.php/s/34kbZEDKbYJq6cp). 23 | 24 | If you are using PureData, you **will** need to compile it, and the windows version is not supported yet (we are open to pull request though). 25 | 26 | ### Have fun ! 27 | 28 | 29 | | RAVE x nn~ | embedded RAVE | 30 | | :---------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------: | 31 | | [![RAVE x nn~](http://img.youtube.com/vi/dMZs04TzxUI/mqdefault.jpg)](https://www.youtube.com/watch?v=dMZs04TzxUI) | [![RAVE x nn~](http://img.youtube.com/vi/jAIRf4nGgYI/mqdefault.jpg)](https://www.youtube.com/watch?v=jAIRf4nGgYI) | --------------------------------------------------------------------------------