commit 317bd64f7bd585cda6aaeb8713b69777430fcf88
parent 8591e27202ef4a8ee7d96a881dd39a924f8bfc37
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date: Tue, 25 May 2021 15:07:55 -0500
Update README.md
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -54,6 +54,8 @@ IMPORTANT: When training models for NeuralPi, ensure that a LSTM size of 20 is u
The plugin uses [RTNeural](https://github.com/jatinchowdhury18/RTNeural), which is a highly optimized neural net inference engine intended for audio applications.
+The HiFiBerry DAC+ADC card used for this project provides 192kHz/24bit Analog-to-Digital and Digital to Analog, which is industry standard for high quality audio devices. The plugin processes at 44.1kHz (specified in config file) for the neural net DSP.
+
## Build Instructions
To build the plugin for use on the Raspberry Pi with Elk Audio OS, see the official [Elk Audio Documentation](https://elk-audio.github.io/elk-docs/html/documents/building_plugins_for_elk.html#vst-plugins-using-juce)