Search found 59476 matches
- Fri Feb 28, 2014 1:46 pm
- Forum: Windows
- Topic: I want to remove sounds of clapping......
- Replies: 1
- Views: 961
Re: I want to remove sounds of clapping......
Please do not write all in capital letters - it's harder to read and is generally considered to be SHOUTING. Where the clapping overlays sounds that you want to keep, you are stuck with it. For clapping that is between scenes that you want to keep, you can use the Envelope Tool to lower the level. I...
- Fri Feb 28, 2014 1:41 pm
- Forum: Nyquist
- Topic: Beats Per Minute
- Replies: 11
- Views: 9334
Re: Beats Per Minute
I don't think it would be right for me to do your homework for you - do you?
I'm happy to help you with your coding. How far have you got so far?
I'm happy to help you with your coding. How far have you got so far?
- Fri Feb 28, 2014 12:31 pm
- Forum: New Plug-Ins
- Topic: Distortion effect
- Replies: 11
- Views: 9233
Re: Distortion effect
Harmonics are integer multiples of the fundamental frequency. Even harmonics: 2x, 4x, 6x, 8x, 10x,... Odd harmonics: 3x, 5x, 7x, 9x,... You seemed previously in favour of the word "tube" I still do. I'm sure that a good "Tube overdrive" simulation would be very popular. Unfortuna...
- Fri Feb 28, 2014 1:40 am
- Forum: New Plug-Ins
- Topic: Distortion effect
- Replies: 11
- Views: 9233
Re: Distortion effect
What control do I use in your effect for Dalek voice? That'd be my "variable ring modulator" effect (aka "Dalek Voice..." variringmod.ny ) "Tube Distortion" seems to be a common guitar pedal effect. It is, but I'd be a bit hesitant to use the term for a simple waveshap...
- Thu Feb 27, 2014 8:38 pm
- Forum: New Plug-Ins
- Topic: Distortion effect
- Replies: 11
- Views: 9233
Re: Distortion effect
"Killeringer" is an extremely popular plug-in for Audacity (see YouTube). The name and control labels have little if any relation to what it does. There is no documentation for Killeringer. People, lots of people, are able to work out how to use it, and are so overjoyed that they make a Yo...
- Thu Feb 27, 2014 7:26 pm
- Forum: Nyquist
- Topic: Plug-In Request: 8-bit-ification
- Replies: 4
- Views: 4117
Re: Plug-In Request: 8-bit-ification
"Effect menu > Nyquist Prompt" http://manual.audacityteam.org/o/man/ny ... rompt.html
- Thu Feb 27, 2014 4:18 pm
- Forum: Windows
- Topic: Noob needing help with strange interference please!
- Replies: 10
- Views: 2027
Re: Noob needing help with strange interference please!
Did you ever try that?NoelTaylor1976 wrote: I was going to try another PC
- Thu Feb 27, 2014 4:08 pm
- Forum: Windows
- Topic: Open files from commandline in one project
- Replies: 3
- Views: 882
Re: Open files from commandline in one project
The shipped version of Audacity cannot do that. Three option that come to mind are: * Build Audacity from the source code and enable scripting support: http://manual.audacityteam.org/o/man/scripting.html * Use a third party application such as autohotkey to script the actions that you want. * Use a ...
- Thu Feb 27, 2014 3:06 pm
- Forum: Nyquist
- Topic: Plug-In Request: 8-bit-ification
- Replies: 4
- Views: 4117
Re: Plug-In Request: 8-bit-ification
Use the "Nyquist Prompt" effect (Effect menu) and paste this code into the text box: (quantize s 127) When the number of "steps" is 127, then a signal that ranges from -1 to +1 will be quantized to 255 levels (127 less than zero, 127 greater than zero, and zero itself), which is ...
- Thu Feb 27, 2014 3:03 pm
- Forum: Windows
- Topic: Open files from commandline in one project
- Replies: 3
- Views: 882
Re: Open files from commandline in one project
Audacity is designed to be a GUI application. Command line options are very limited. See here for more details: http://forum.audacityteam.org/viewtopic ... 70#p235970