Search found 59476 matches

by steve
Sat Jan 27, 2018 3:32 pm
Forum: Windows
Topic: Audacity crashing when adding various effects
Replies: 3
Views: 471

Re: Audacity crashing when adding various effects

We at Audacity cannot control the quality of third-party plug-ins that you choose to add to your system - that is down to the third party supplying the plug-in Also, Audacity is known to have problems with "security" (ant-piracy) measures that some plug-ins use. In particular, Audacity do...
by steve
Sat Jan 27, 2018 12:36 pm
Forum: Nyquist
Topic: custom tone generator help
Replies: 12
Views: 3875

Re: custom tone generator help

Should I have posted this in the nyquist thread? Probably the best place, so I've moved the topic. I was trying to follow this thread: http://forum.audacityteam.org/viewtopic.php?f=46&t=92179&start=10 This is the relevant post in that thread: https://forum.audacityteam.org/viewtopic.php?p=3...
by steve
Fri Jan 26, 2018 5:06 pm
Forum: Windows
Topic: HOW TO MODULATE A 4 Hz TONE Windows 10
Replies: 3
Views: 228

Re: HOW TO MODULATE A 4 Hz TONE Windows 10

Here's a plug-in that can generate up to 10 hours, 59 min and 59 seconds of amplitude modulated noise.
It also has a filter that can soften the harshness of the noise.
modnoise.ny
(1.03 KiB) Downloaded 10 times
Instructions for installing are here: http://wiki.audacityteam.org/wiki/Downl ... ns#install
by steve
Fri Jan 26, 2018 4:59 pm
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

PiTeRr wrote:Will the change in an envelope of the line below be enough to make it happen ?
Yes.
Note that the start time of the pulse at 0.02 second is synchronised with the tone reaching its full level (the tone has a fade-in of 0.02 seconds).
by steve
Fri Jan 26, 2018 4:54 pm
Forum: Windows
Topic: HOW TO MODULATE A 4 Hz TONE Windows 10
Replies: 3
Views: 228

Re: HOW TO MODULATE A 4 Hz TONE Windows 10

Can somebody help me to generate a noise and then fluctuate its pitch or volume at 4 times each second to create a 4 Hz tone? Modulating noise will not create a "tone", but it will give you slowly pulsating noise (a bit like waves on a seashore). "Noise" does not have "pitc...
by steve
Fri Jan 26, 2018 2:07 pm
Forum: GNU/Linux
Topic: Quiet input from Pulse Audio
Replies: 3
Views: 1153

Re: Quiet input from Pulse Audio

I assume that you mean when you are using the Zoom as a USB microphone. Check the settings in Alsa Mixer. To do that, connect the Zoom as a mic, then open a terminal window, and enter: alsamixer I've not used an H5, but on the H2 there are two recording level controls. One is a High/Medium/Low switc...
by steve
Fri Jan 26, 2018 1:24 pm
Forum: Windows
Topic: Question marks on device labels
Replies: 3
Views: 219

Re: Question marks on device labels

Are you using a non-English version of Windows?
We've seen this on computers that were purchased in Eastern Europe / Asia and if I recall correctly, changing Audacity's language setting will have no effect on this because the names are being read from the underlying system.
by steve
Fri Jan 26, 2018 11:15 am
Forum: Nyquist
Topic: want to remove *SCRATCH* property after last track processed
Replies: 3
Views: 1141

Re: want to remove *SCRATCH* property after last track proce

stepheneb wrote: Is there a way the plugin can tell when it is invoked on the last track?
Probably the simplest way:

Code: Select all

(if (= (length (get '*selection* 'tracks)) (get '*track* 'index))
    (noise)       ;last track
    (hzosc 440))  ;other tracks
by steve
Fri Jan 26, 2018 3:03 am
Forum: Adding Features to Audacity
Topic: Product request: Chain Shortcuts
Replies: 5
Views: 835

Re: Product request: Chain Shortcuts

kozikowski wrote:Chains is listed in the keyboard shortcuts in Audacity Preferences.
They don't allow you to select a specific named Chain in one key press, which is what I think Trainer is asking for.
by steve
Fri Jan 26, 2018 3:00 am
Forum: Adding Features to Audacity
Topic: Product Request: Multi Function Tool
Replies: 3
Views: 710

Re: Product Request: Multi Function Tool

The existing Multi-Tool seems to be able to do everything that you are asking (http://manual.audacityteam.org/man/multi_tool.html)
What are the benefits of your proposal over the current Multi-Tool?