Search found 59476 matches

by steve
Mon Aug 29, 2016 9:18 pm
Forum: Audio Processing
Topic: how to make the music resonate with your self
Replies: 8
Views: 1912

Re: how to make the music resonate with your self

Listen to lots of music. You will know when the music resonates with you because you will feel it. Forget about specific frequencies, they are irrelevant.
by steve
Mon Aug 29, 2016 8:37 pm
Forum: Windows
Topic: Bat file to search local Audacity Manual
Replies: 22
Views: 1875

Re: Bat file to search local Audacity Manual

Puggle's "Help" works on Linux, so I've copied it to a pdf file for you. The forum does not allow ".pdf" file extension, so i've added ".txt" which you will need to remove after downloading. Also, on Linux, just closing Puggle leaves it running in the background with an...
by steve
Mon Aug 29, 2016 3:46 pm
Forum: Nyquist
Topic: Plugin to find sample value in unsigned integer
Replies: 22
Views: 5210

Re: Plugin to find sample value in unsigned integer

I suspect that the problem you were running into is due to the way that Nyquist handles time in Audacity. In "generate" type plug-ins, "local" time is the same as "global" time, where snd-t0 is the start of the selection. Thus 1 second in local time is 1 second in actua...
by steve
Mon Aug 29, 2016 3:33 pm
Forum: Nyquist
Topic: Plugin to find sample value in unsigned integer
Replies: 22
Views: 5210

Re: Plugin to find sample value in unsigned integer

What command to use to get the value of Nth sample Try this: (abs-env (print (sref *track* (/ sample-number *sound-srate*)))) Note that this uses the "version 4" syntax, so if running in the Nyquist Prompt, ensure that "legacy (version 3) syntax" is NOT selected. The returned va...
by steve
Mon Aug 29, 2016 3:23 pm
Forum: Nyquist
Topic: Plugin to find sample value in unsigned integer
Replies: 22
Views: 5210

Re: Plugin to find sample value in unsigned integer

Merged topics and moved to Nyquist forum.
by steve
Mon Aug 29, 2016 3:11 pm
Forum: Windows
Topic: Upgrading 2.1.0 to 2.1.2 WHERE? HOW?
Replies: 5
Views: 185

Re: Upgrading 2.1.0 to 2.1.2 WHERE? HOW?

Just use the recommended installer and install over the top of the old version. If you use FFmpeg (for support of additional audio formats) you will need to update that too. Download Audacity 2.1.2 from here: http://www.audacityteam.org/download/windows/ Additional information about upgrading: http:...
by steve
Mon Aug 29, 2016 1:33 pm
Forum: Podcasting with Audacity
Topic: How to remove loud sounds? Envelop? Anything else?
Replies: 11
Views: 8852

Re: How to remove loud sounds? Envelop? Anything else?

Or where can I find the Limiter plug-in? The Limiter plug-in is included in the current (2.1.2) version of Audacity. Details can be found in the manual here: http://manual.audacityteam.org/man/limiter.html If you have an old version of Audacity, get the current version from here: http://www.audacit...
by steve
Mon Aug 29, 2016 1:32 pm
Forum: Podcasting with Audacity
Topic: How to remove loud sounds? Envelop? Anything else?
Replies: 11
Views: 8852

Re: How to remove loud sounds? Envelop? Anything else?

To reduce audio above a certain threshold to less than the threshold level (more reduction than a limiter), then you can use the "Pop Mute" effect: http://wiki.audacityteam.org/wiki/Nyquist_Effect_Plug-ins#Pop_Mute Download and installation instructions are here: http://wiki.audacityteam.o...
by steve
Mon Aug 29, 2016 11:01 am
Forum: macOS
Topic: Overloading Input Meters
Replies: 42
Views: 2837

Re: Overloading Input Meters

I think the issue is a peculiarity of your old computer. Assuming that the audio input is supposed to handle either a mic or line level (the input has a picture of a microphone), and given that a "line level" signal is very much higher than a typical "mic level" signal, then the ...
by steve
Mon Aug 29, 2016 10:51 am
Forum: Nyquist
Topic: Plugin to find sample value in unsigned integer
Replies: 22
Views: 5210

Re: Incremental control in audacity plugin using nyquist pro

Topic moved to the "Nyquist" board. What I want is that there should be a button in the UI clicking which provides the sample value of next sample in the range and so on till I require.I want to know is it possible ?? No, that's not possible. Nyquist in Audacity is not interactive. What yo...