bakerbass / metaverb

Leveraging a neural network to implement a one-knob solution to control reverb decay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/yeeking/ai-enhanced-audio-book Paper to read

  • Make a basic juce reverb plugin
  • Calibrate diffusion parameters to a reverb time
  • LibTorch (use 2.1.1)
    • neural net?
    • Researching how new tools can be used for this old problem
    • Using 1 inputs to 3 output (decay time - > allpass, feedback, number of feedback branches)
  • Research
    • Related works
    • Draft lit review, methods
    • Defining experimental design
  • Design user interface
    • user survey for UX
    • 11 ish knobs?

About

Leveraging a neural network to implement a one-knob solution to control reverb decay


Languages

Language:C++ 67.0%Language:CMake 33.0%