Update README.md

This commit is contained in:
Mike Oliphant
2023-03-11 13:29:31 -08:00
committed by GitHub
parent c4f129214e
commit e4a1ccc093
+1 -1
View File
@@ -2,7 +2,7 @@
Bare-bones implementation of [Neural Amp Modeler](https://github.com/sdatkinson/neural-amp-modeler) (NAM) models in an LV2 plugin. Bare-bones implementation of [Neural Amp Modeler](https://github.com/sdatkinson/neural-amp-modeler) (NAM) models in an LV2 plugin.
There is no user interface. Setting the model to use requires that you LV2 host supports atom:Path parameters. Reaper does not. Carla and Ardour do. There is no user interface. Setting the model to use requires that your LV2 host supports atom:Path parameters. Reaper does not. Carla and Ardour do.
To get the intended behavior, you must run your audio host at the same sample rate the model was trained at (usually 48kHz) - no resampling is done by the plugin. To get the intended behavior, you must run your audio host at the same sample rate the model was trained at (usually 48kHz) - no resampling is done by the plugin.