Dreamlands
Active member
Not a wish, per se, but I've been wondering about how much processing power I could stuff in a pedal:
forums.developer.nvidia.com
The demo doesn't sound great, but here's the method he's using to transform the input signal:
arxiv.org
It looks like the intent here is to be able to train a neural network to map one signal to another, more or less.

Jetson Nano DC-GAN Guitar Effector
Hi there. I’d like to intruduce Jetson Nano DC-GAN Guitar Effector project. The project is about making a python app to turn the Jetson Nano into guitar effector. [Overview] A Jetson-Nano captures guitar sound through audio interface. Then it moduletes the sound like effector...

The demo doesn't sound great, but here's the method he's using to transform the input signal:
Image-to-Image Translation with Conditional Adversarial Networks
We investigate conditional adversarial networks as a general-purpose solution to image-to-image translation problems. These networks not only learn the mapping from input image to output image, but also learn a loss function to train this mapping. This makes it possible to apply the same generic...

It looks like the intent here is to be able to train a neural network to map one signal to another, more or less.