The subject of the project is to write a VST plug-in in the JUCE environment,
Budget: $30 – $250 USD
the subject of the project is to write a VST plugin, in the JUCE environment, link: https://github.com/juce-framework/JUCE, documentation https://juce.com/learn/documentation/.
The aim of the project is to write the code of a plugin that performs the ANC algorithm (active noise canceling or noise reduction) and then compile and check it in the AudioPluginHost program, so that the plugin reduces the noise coming from outside the headphones (collects the noise sound from the microphone attached to the headphone) and then uses the LMS algorithm to adjust the filter weights based on the error microphone placed in the headphone, so that the error between the actual noise from the outside and the inside is the smallest. I will present it in the picture:
One more important issue, I would like the project to work in real time, I know that sample-by-sample processing will have some latency but a few milliseconds is acceptable, this is an important issue of this project, but as long as the effect is audible.
The aim of the project is to write the code of a plugin that performs the ANC algorithm (active noise canceling or noise reduction) and then compile and check it in the AudioPluginHost program, so that the plugin reduces the noise coming from outside the headphones (collects the noise sound from the microphone attached to the headphone) and then uses the LMS algorithm to adjust the filter weights based on the error microphone placed in the headphone, so that the error between the actual noise from the outside and the inside is the smallest. I will present it in the picture:
One more important issue, I would like the project to work in real time, I know that sample-by-sample processing will have some latency but a few milliseconds is acceptable, this is an important issue of this project, but as long as the effect is audible.