Search found 6404 matches
- Wed Nov 22, 2017 2:22 am
- Forum: New Plug-Ins
- Topic: Labels to show time that a recording was made
- Replies: 16
- Views: 3004
Re: Labels to show time that a recording was made
Not often requested, but I guess that you agree that we could do with a better plug-in manager? At this point I have lots of plugins and only occasionally add another one the collection, so enabled-by-default when plugins are put in the plugin-folder would be good for me. But for those installing a...
- Wed Nov 22, 2017 1:35 am
- Forum: New Plug-Ins
- Topic: Labels to show time that a recording was made
- Replies: 16
- Views: 3004
Re: Labels to show time that a recording was made
The standard rigmarole that is the Audacity plugins-manager: the plugins have to found on the plugin list & enabled ...steve wrote:Easy enough installing it?
- Tue Nov 21, 2017 11:14 pm
- Forum: New Plug-Ins
- Topic: Labels to show time that a recording was made
- Replies: 16
- Views: 3004
Re: Labels to show time that a recording was made
Working for me ...
- Mon Nov 20, 2017 4:43 pm
- Forum: macOS
- Topic: Voice Vibration Effect - "Purr"
- Replies: 1
- Views: 1053
Re: Voice Vibration Effect - "Purr"
... a filter that makes the sound vibrate ... If you copy & paste this code into Audacity's Nyquist prompt ... (scale 0.6 (sim (mult *track* (fmosc 27.0 (hzosc 27))))) Then apply Nyquist prompt like any other effect, it adds a purr-ish effect ... before-after-after.flac If you want it to be cut...
- Mon Nov 20, 2017 7:09 am
- Forum: General Audio Programming
- Topic: How to make your voice like this? (Presumably helmet-radio)
- Replies: 12
- Views: 12371
Re: How to make your voice like this? (Presumably helmet-rad
HelmetRadio1-3 does a pretty good analogue telephone ...
- Mon Nov 20, 2017 4:28 am
- Forum: Windows
- Topic: Equalization Effect bug
- Replies: 2
- Views: 367
Re: Equalization Effect bug
Not on WAVs. Maybe the problem is specific to webm files.fas42 wrote:Have just started playing with 2.2.0, on Win 8.1. And noticed that Audacity has become confused when the Project Rate and imported file rates don't match ...
- Mon Nov 20, 2017 2:33 am
- Forum: General Audio Programming
- Topic: How to make your voice like this? (Presumably helmet-radio)
- Replies: 12
- Views: 12371
Re: How to make your voice like this? (Presumably helmet-rad
Version 1.3 ... HelmetRadio1-3.NY I had to revert to the old noise-generators. Your noise-code was more elegant but it wasn't producing the same radio-like hiss & crackle sounds. "clip2", (effectively normalizing to 0dB before clipping), also had to go : it was making the very clipped ...
- Sun Nov 19, 2017 4:41 pm
- Forum: General Audio Programming
- Topic: How to make your voice like this? (Presumably helmet-radio)
- Replies: 12
- Views: 12371
Re: How to make your voice like this? (Presumably helmet-rad
I also notice that you have two controls; "constant hiss" and "constant crackle", but they are not constant because you multiply them by *track*. So when *track* is silent, then the "constant" hiss and crackle will be silent. Again I'm nut sure what you want, but if yo...
- Sun Nov 19, 2017 4:17 pm
- Forum: General Audio Programming
- Topic: How to make your voice like this? (Presumably helmet-radio)
- Replies: 12
- Views: 12371
Re: How to make your voice like this? (Presumably helmet-rad
(sum (hissNcrackle *track*)(radio-crackle *track*)(lowpass8 (clip (sum (mult klip (helmet-echo *track*))) (/ klip)) 4000)) The function "SUM" in the above does nothing as you have provided only one parameter: (mult klip (helmet-echo *track*)) I'm not sure what you are wanting to do there....
- Sun Nov 19, 2017 1:47 am
- Forum: Audacity Artwork and Graphics
- Topic: Audacity Clean Dark Theme
- Replies: 20
- Views: 19703
Re: Audacity Clean Dark Theme
If I can fathom-out the puzzle of what area on "ImageCache" controls what, I'll make a shades-of-grey version : same as the true classic appearance, not the current "Classic" impostor . This isn't true classic, but it's nearer Classic gray theme ... http://forum.audacityteam.org...