From 695f129e7f262b4c608f0bde05ba1f76b1e61c64 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Sun, 1 Dec 2024 09:13:01 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 314522e..310b877 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ If you are having trouble running a "standard" model, try looking for "feather", For more information on model type support, see the [NeuralAudio](https://github.com/mikeoliphant/NeuralAudio) repository, which is where the model handling code lives. +## Input Calibration + +The expected input level to the plugin is 12dBu. For models that include input level information, they will be calibrated against this level. If you know the input level of your audio interface, you should adjust the input level relative to the expected 12dBu to provide the appropriate signal level to the model. + ### Building First clone the repository: