You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, let me introduce myself. I'm Pedro Garzon, professionally an ML engineer at a startup doing AI for scientific simulations. I have a background in AI from Stanford as well. More importantly, I've had the same idea of making a neural guitar pedal before. So glad someone started the groundwork foundations! I've spent most of my free time over quarantine just practicing guitar and exploring tones. I've been catching up on DL for audio and I really think 2022 can be a break-out year to making a supremely affordable neural pedal. I've got some ideas
Here are some technical infrastructure ideas
Build PyTorch support
PyTorch has the capability of re-writing models trained with Python into compilable C++. This can be a huge boost for not having to manually re-write all models in raw C++
One could also convert PyTorch to ONNX and run the models on the ONNX C++ runtime
Port existing models into Pytorch and verify they still work
Leveraging M1 computation could be a computational breakthrough and squeezing real-time performance out of more complicated network architectures
Support for on local computer recording
We're quite limited by the current memory/CPU capabilities of the RasberryPi setup. So it would be ideal to also have Pytorch models be capable of running locally on the host computer running a DAW for recording
There also might be a way to use the RasberryPi as the main interface for the guitar. So we could have a chain going guitar -> RasberryPi -> host computer for processing -> back to RasberryPi -> real-world amp
Logic Pro X support
I personally use Logic, so would love to use my DAW of preference
And here are some very brief avenues of exploring richer network architectures:
Transformers, VQ-VAE, WaveNet-like architectures, Diffusion models, Fourier Transform tricks
All of which have PyTorch implementations!
Eager to hear feedback! Def the first step is point number 1. for all my ideas
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, let me introduce myself. I'm Pedro Garzon, professionally an ML engineer at a startup doing AI for scientific simulations. I have a background in AI from Stanford as well. More importantly, I've had the same idea of making a neural guitar pedal before. So glad someone started the groundwork foundations! I've spent most of my free time over quarantine just practicing guitar and exploring tones. I've been catching up on DL for audio and I really think 2022 can be a break-out year to making a supremely affordable neural pedal. I've got some ideas
Here are some technical infrastructure ideas
And here are some very brief avenues of exploring richer network architectures:
Transformers, VQ-VAE, WaveNet-like architectures, Diffusion models, Fourier Transform tricks
All of which have PyTorch implementations!
Eager to hear feedback! Def the first step is point number 1. for all my ideas
Beta Was this translation helpful? Give feedback.
All reactions