Hello,
I would take a look at the source code of some audacity effects.
In particular:
1 - Change Tempo (without changing its pitch)
2 - Noise Reduction
3 - Equalization
4 - Compressor
5 - Spectral edit multi tool
Please, can you tell me the names of their source files ? That is where can i find their corresponding files in the source code ?
Another question: does exist the plug-in of an equalizer impelemented in real time ?
Thanks in advance.
Vincenzo.
source code of some audacity effects
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: source code of some audacity effects
The first 4 are in /src/effects
https://github.com/audacity/audacity/tr ... rc/effects
The Spectral edit effects are Nyquist plug-in scripts.
The plain text script file will be in your plug-ins folder
In the source code: https://github.com/audacity/audacity/tr ... r/plug-ins
The plug-in code is parsed by /src/effects/nyquist/Nyquist.cpp (https://github.com/audacity/audacity/bl ... yquist.cpp)
and is implemented by libnyquist (/lib-src/libnyquist)
https://github.com/audacity/audacity/tr ... rc/effects
The Spectral edit effects are Nyquist plug-in scripts.
The plain text script file will be in your plug-ins folder
In the source code: https://github.com/audacity/audacity/tr ... r/plug-ins
The plug-in code is parsed by /src/effects/nyquist/Nyquist.cpp (https://github.com/audacity/audacity/bl ... yquist.cpp)
and is implemented by libnyquist (/lib-src/libnyquist)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: source code of some audacity effects
The "Bass and Treble" effect has real-time preview http://manual.audacityteam.org/man/bass_and_treble.htmlvince66 wrote:Another question: does exist the plug-in of an equalizer impelemented in real time ?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: source code of some audacity effects
Thanks very much Steve.
Vincenzo.
Vincenzo.