Search found 59476 matches
- Sun Apr 06, 2014 6:59 pm
- Forum: Nyquist
- Topic: possible to make this plugin? ("auto draw wave")
- Replies: 49
- Views: 19094
Re: possible to make this plugin? ("auto draw wave")
Nyquist can find the first point in the selection where the waveform crosses any threshold that you specify, but it can't change the selection start/end point. Nyquist just receives a lump of audio (from the selection), processes it, and returns it to Audacity. Nyquist has no concept of tracks or se...
- Sun Apr 06, 2014 6:31 pm
- Forum: Nyquist
- Topic: possible to make this plugin? ("auto draw wave")
- Replies: 49
- Views: 19094
Re: possible to make this plugin? ("auto draw wave")
The "find zero crossing point feature" is very practical..I almost don't dare to ask (you already helped me out a lot) but, would it be a lot of work to make a plugin that does the same for a custom value (other than zero)? for example move the selection to the closest 0.257 points...best...
- Sun Apr 06, 2014 6:26 pm
- Forum: Audiobook Production
- Topic: Manipulating Decibels
- Replies: 119
- Views: 22045
Re: Manipulating Decibels
Have a noise floor no higher than -60dB RMS. How much difference is weighting/unweighted going to make to that figure? Is it really a "specification" without specifying weight? When I spoke (e-mail) to ACX a while back I was told "unweighted rms". Weighting would not normally ma...
- Sun Apr 06, 2014 6:20 pm
- Forum: Audiobook Production
- Topic: Manipulating Decibels
- Replies: 119
- Views: 22045
Re: Manipulating Decibels
By my measurements, the peak level is -1.0 dB which is just a little too high Typo: should have been -1.9 dB (now corrected in my original post. Select all, then "Effect > Amplify" shows the peak amplitude to be -1.9 dB. or install this "show peak amplitude" plugin http://forum....
- Sun Apr 06, 2014 5:09 pm
- Forum: Audiobook Production
- Topic: Manipulating Decibels
- Replies: 119
- Views: 22045
Re: Manipulating Decibels
Yes. That's a segment from Car Talk show 1413. It's a studio quiet show with no attempt at volume regulation in the podcast. Tom has the nuclear laugh and Ray tends to talk in his beer. I didn't try the noise test. This is just a pass at Chris with the compression turned up a bit. The peaks hover a...
- Sun Apr 06, 2014 3:26 pm
- Forum: Nyquist
- Topic: possible to make this plugin? ("auto draw wave")
- Replies: 49
- Views: 19094
Re: possible to make this plugin? ("auto draw wave")
Is there a way in audacity to speed-shift multiple tracks at once to a same frequency? If you want the code to detect the frequency and then calculate the amount of speed-shift to tune it to a specified frequency, that is difficult. The difficult part is to accurately detect the frequency, unless y...
- Sun Apr 06, 2014 3:21 pm
- Forum: Nyquist
- Topic: Colorful noise algorithm
- Replies: 6
- Views: 5995
Re: Colorful noise algorithm
I tried to make the lisp-type code look a bit nicer; Much nicer :) A tip for indenting "IF" statements: (if (test-expr) (then-expr) (else-expr)) Note that the test-expression, then-expression and else-expression all line up, which makes it easy to see at a glance the structure of the if-t...
- Sun Apr 06, 2014 2:32 pm
- Forum: Feature Request Archive
- Topic: Support edit controller
- Replies: 13
- Views: 6673
Re: Support edit controller
Being able to use such a controller with Audacity to do what? What would you want the controller to control? Would you want it to take over from the current mouse wheel functions? Mouse Wheel scrolls tracks up/down (assuming more tracks than fit on screen at one time). Shift+Mouse wheel scrolls the...
- Sun Apr 06, 2014 12:55 pm
- Forum: Nyquist
- Topic: Colorful noise algorithm
- Replies: 6
- Views: 5995
Re: Colorful noise algorithm
See here: https://code.google.com/p/audacity/sour ... /Noise.cppLimeLaser wrote:Also, I would definitely be interested in seeing the C++ pink noise algorithm!
particularly from line 97.
Also: http://www.firstpr.com.au/dsp/pink-noise/
- Sat Apr 05, 2014 1:20 pm
- Forum: Windows
- Topic: Real Time Effects Software?
- Replies: 3
- Views: 455
Re: Real Time Effects Software?
Google for "Free VST Host"AlexAndAHalf wrote: Is there a (preferably free) program out there that is for this specific purpose?