Switch to NeuralAudio for model handling

This commit is contained in:
Mike Oliphant
2024-10-31 10:35:28 -07:00
parent 567719af61
commit 19d3abb12d
10 changed files with 30 additions and 22938 deletions
-3
View File
@@ -95,9 +95,6 @@ static const LV2_Descriptor descriptor =
LV2_SYMBOL_EXPORT const LV2_Descriptor* lv2_descriptor(uint32_t index)
{
if (index == 0) {
// Turn on fast tanh approximation
nam::activations::Activation::enable_fast_tanh();
return &descriptor;
}