Hello.
I've been using audacity a few times now. And I am aware there are a lot of things to add before this, but one very interresting function that I would love to be able to use is convolution. It is a function that allows to extract a tone from for example a short sample, and to blend it with a longer sound such as generated noise, in order to obtain a long sound with that precise tone.
hope you can guess how to do this!
yours,
Raphael
convolution
-
raphaelpoli
- Posts: 6
- Joined: Mon May 05, 2014 2:46 pm
- Operating System: Please select
-
kozikowski
- Forum Staff
- Posts: 69357
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: convolution
Most people want a convolver to suppress room echoes. It's the only tool that has any positive effect at all.
Koz
Koz
Re: convolution
See these links:
http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index414
http://manual.audacityteam.org/o/man/ny ... rompt.html
http://wiki.audacityteam.org/wiki/Nyqui ... _Reference
http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index414
http://manual.audacityteam.org/o/man/ny ... rompt.html
http://wiki.audacityteam.org/wiki/Nyqui ... _Reference
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Robert J. H.
- Posts: 3633
- Joined: Thu May 31, 2012 8:33 am
- Operating System: Windows 10
Re: convolution
A simple example (for the Nyquist Prompt):
The impulse response is 0.4 s long, that's fairly long already.
Code: Select all
(setf i-r (abs-env (mult (noise) (pwe 0 1e-20 0.3 0.01 0.4 0.1 0.4))))
(convolve s i-r )-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: convolution
I counted the vote and moved the topic here.
Gale
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual