-
Notifications
You must be signed in to change notification settings - Fork 3
Links
William R edited this page Jan 5, 2018
·
7 revisions
Several links that could help for the development of the product:
- http://support.ircam.fr/docs/AudioSculpt/3.0/co/Presentation.html: a software developed in France.
- http://academics.wellesley.edu/Physics/brown/pubs/cq1stPaper.pdf
- https://github.com/JorenSix/TarsosDSP/blob/master/src/core/be/tarsos/dsp/ConstantQ.java: another algorithm (not a FFT but better)
- https://stackoverflow.com/questions/23614037/impact-of-cubic-and-catmull-splines-on-image/23627081#23627081
- http://www.ee.columbia.edu/~dpwe/classes/e4810-2004-09/projects/knapp-bashir.pdf : audio click removing (MathLab code + explanations)
- http://www-master.ufr-info-p6.jussieu.fr/2010/Debruitage-conjoint-des-bruits French document about noise reduction. I have to contact the author to know more about this work.
- gwc: the original GTKWave Cleaner (aka Gnome Wave Cleaner)
- http://jeanluc.rigal.free.fr/files/principe-disque-vynil.pdf: All the principles of the vinyle disc. Very instructive (in French).
- https://www.st-andrews.ac.uk/~jcgl/Scots_Guide/iandm/part12/page2.html
- GramoFile: from Audacity links, a very interesting software but 7 years old. Sources include a very interesting file about Signal Processing in GramoFile including a good explanation about chaining the filters the same way than I do.
- DCT: a algorithm for Fast Discrete Cosine Transformation (which seems much more interesting than FFT for music).