Search found 59476 matches

by steve
Sun Dec 02, 2012 7:48 pm
Forum: New Plug-Ins
Topic: Adding background noise oder background muisc
Replies: 11
Views: 10257

Re: Adding background noise oder background muisc

If you want to "batch process" a lot of files and add noise to each, then I think that you would need to use a plug-in to add the noise. The plug-in could be called from a "Chain". I don't know of any existing plug-ins that do this, but in principle it would not be difficult to w...
by steve
Sun Dec 02, 2012 7:45 pm
Forum: Feature Request Archive
Topic: Musical Fade-In effect
Replies: 44
Views: 18601

Re: Musical Fade-In effect

I notice the opposite effect when moving in, too. which could be accommodated by "Pro Fade In" though with (commonly used) short fade-ins it would would be unlikely to have any beneficial effect. About Programmable Fade, the main problem (I assume we're stuck with it) is that the configur...
by steve
Sun Dec 02, 2012 2:12 pm
Forum: Plug-in Archive
Topic: Adjustable Fade
Replies: 271
Views: 73559

Re: Adjustable Fade

@Robert. Some of your ideas seem to be leaning toward a much more powerful / versatile effect than the version that is currently proposed. I'm not opposed to a more powerful effect, in fact I would favour such as an optional (download from the wiki) effect. You may be interested in having a look at ...
by steve
Sun Dec 02, 2012 12:34 pm
Forum: Windows
Topic: Hearing What You're Recording
Replies: 3
Views: 460

Re: Hearing What You're Recording

Look in the Windows Sound Control Panel and ensure that "Listen to this device" is enabled for the recording input that you are using.
by steve
Sat Dec 01, 2012 10:16 pm
Forum: macOS
Topic: Audacity won't open - keeps crashing
Replies: 12
Views: 3358

Re: Audacity won't open - keeps crashing

kozikowski wrote:Yes, there's a way to change a startup file so Audacity Goes Around external plugins. It may take me a bit to find it. Koz
Here's the magic spell, but I'm not a Mac guy so perhaps Koz can add details of how to apply this: http://forum.audacityteam.org/viewtopic ... 15#p178415
by steve
Sat Dec 01, 2012 10:11 pm
Forum: Windows
Topic: Converting a wav file to 20-bit depth
Replies: 3
Views: 897

Re: Converting a wav file to 20-bit depth

Try SoX http://sox.sourceforge.net/
Example command:

Code: Select all

sox input.wav -b 20 output.wav
by steve
Sat Dec 01, 2012 8:48 pm
Forum: Français
Topic: fichiers .raw
Replies: 5
Views: 1562

Re: fichiers .raw

The Nyquist programming language includes some libraries from the Synthesis ToolKit https://ccrma.stanford.edu/software/stk/ The files in the RAWWAVES folder is fro use by some of these libraries (including some "physical models" of instruments. There is some information about these librar...
by steve
Sat Dec 01, 2012 8:32 pm
Forum: Plug-in Archive
Topic: Adjustable Fade
Replies: 271
Views: 73559

Re: Adjustable Fade

Gale Andrews wrote:then how different do EQ Power Log and EQ Power Cosine sound (on their own or combined)?
This plug-in produces "Equal Power" fades.
Square Root of linear, Cosine and Logarithmic.
In/out versions of each.
by steve
Sat Dec 01, 2012 6:37 pm
Forum: Plug-in Archive
Topic: Adjustable Fade
Replies: 271
Views: 73559

Re: Adjustable Fade

why a % and not dB for the slider Let's say that you have a linear fade-out from unity gain to silence. Half way through the duration of the fade the gain will be -6.1 dB. Now let's say that you have a linear fade from unity gain to 50%. Half way through the duration on the fade the gain will be -2...
by steve
Sat Dec 01, 2012 5:45 pm
Forum: Windows
Topic: Uncompress FLAC to WAV
Replies: 5
Views: 4154

Re: Uncompress FLAC to WAV

From what I've seen on Google, WAV is uncompressed and therefore a better format to edit in. I am trying to find out how to decompress FLAC to WAV. For editing in Audacity there is no need to manually convert from FLAC to WAV. Audacity will automatically uncompress FLAC files when you import them i...