Search found 59476 matches

by steve
Tue Apr 18, 2017 12:54 am
Forum: Feature Request Archive
Topic: 64-bit native
Replies: 8
Views: 1647

Re: 64-bit native

jh90s wrote:Would that improve effect previews?
What's wrong with effect previews?
by steve
Mon Apr 17, 2017 12:14 pm
Forum: New Plug-Ins
Topic: Public Address 'Tannoy' effect
Replies: 9
Views: 3840

Public Address 'Tannoy' effect

This effect simulates a megaphone or 'Tannoy' system, such as used at outdoor events. Lots of tweakable parameters that should be fairly self-explanatory. Here's a before and after, using the default settings for the 'after': tannoy.wav The plug-in: PublicAddress.ny Installation instructions: http:/...
by steve
Mon Apr 17, 2017 11:34 am
Forum: Audio Processing
Topic: Removig radio beeps from an mp3
Replies: 3
Views: 562

Re: Removig radio beeps from an mp3

Use "Spectral edit multi tool" to notch out the beeps (http://manual.audacityteam.org/man/spec ... _tool.html):
filebeeps-after.flac
(601.15 KiB) Downloaded 30 times
by steve
Mon Apr 17, 2017 9:48 am
Forum: Maintaining / Improving this Forum
Topic: Home Page - Not viewable.
Replies: 5
Views: 2843

Re: Home Page - Not viewable.

Were you using a proxy when visiting the site?
by steve
Sun Apr 16, 2017 1:35 pm
Forum: Feature Request Archive
Topic: BBC Meters
Replies: 10
Views: 2472

Re: BBC Meters

Gale Andrews wrote:if all you are asking for is "fast peak response and 2 to 3 second drop back time" then you already voted for that a couple of years ago so this is null and void.
It's still a good idea though ;)
by steve
Sun Apr 16, 2017 1:22 pm
Forum: General Audio Programming
Topic: Audio processing library and Audacity
Replies: 4
Views: 16622

Re: Audio processing library and Audacity

I don't think that Audacity will be useful for this, other than perhaps testing analysis / processing algorithms for your project. Audacity will just about run on a Raspberry Pi, but because of the large number of library dependencies and the low spec of the Pi, it is a bit of a challenge to get it ...
by steve
Sun Apr 16, 2017 1:00 pm
Forum: Windows
Topic: Turning on and off effects
Replies: 5
Views: 559

Re: Turning on and off effects

Most likely the problem is due to "Enhancements" that Windows is adding to the input. See here in the Frequently Asked Questions: http://manual.audacityteam.org/man/faq_ ... hancements
by steve
Sun Apr 16, 2017 12:58 pm
Forum: Windows
Topic: Take vocals track from full track to obtain instrumental
Replies: 3
Views: 561

Re: Take vocals track from full track to obtain instrumental

See here in the manual, and note particularly the first paragraph http://manual.audacityteam.org/man/tuto ... ation.html
by steve
Sun Apr 16, 2017 11:57 am
Forum: Русский
Topic: Эффект Мегафона!
Replies: 2
Views: 2457

Re: Эффект Мегафона!

Sorry, I don't speak Russian. Try this code in the Nyquist Prompt effect: (requires Audacity 2.1.3 ) ;version 4 (defun normalize (sig peak) (mult sig (/ peak))) (let* ((sig (multichan-expand #'normalize *track* (get '*selection* 'peak))) (sig (mult 3 (clip sig 0.1))) (sig (lowpass8 (highpass2 sig 50...