Search found 59476 matches

by steve
Sat May 12, 2012 5:18 pm
Forum: Plug-in Archive
Topic: Shelf Filter
Replies: 31
Views: 31178

Re: Shelf Filter

The snd-biquad function is implemented in "audacity/lib-src/libnyquist/nyquist/tran/biquadfilt.c", generated from "biquadfilt.alg" in the same directory. I get lost in the C++ code, but my best guess from tracing the problem back from: "highpass2 -> nyq:highpass2 -> nyq:biq...
by steve
Sat May 12, 2012 4:43 pm
Forum: Windows
Topic: Change of Pitch
Replies: 12
Views: 1985

Re: Change of Pitch

Try changing the "Audio Host" setting in the Device Toolbar. http://manual.audacityteam.org/man/Device_Toolbar
Audacity does not process the incoming audio, but you may find that one host setting works better than the other.
by steve
Sat May 12, 2012 4:39 pm
Forum: Plug-in Archive
Topic: Shelf Filter
Replies: 31
Views: 31178

Re: Shelf Filter

How about something like this?
shelf-filters.png
shelf-filters.png (37.42 KiB) Viewed 6697 times
by steve
Sat May 12, 2012 4:10 pm
Forum: Windows
Topic: Simple split and delete
Replies: 4
Views: 1048

Re: Simple split and delete

lontano wrote:If I click CTRL-l, my whole waveform just disappears.
The short-cut is Ctrl+i (9th letter of the alphabet, as in "me myself") not Ctrl+L.
Ctr+L is the shortcut to "silence audio".
by steve
Sat May 12, 2012 4:04 pm
Forum: Plug-in Archive
Topic: Shelf Filter
Replies: 31
Views: 31178

Re: Shelf Filter

Yes, but with +6 dB gain I was expecting a 6 dB boost below 200 Hz and above 8 kHz, based on the description. The description says "mid-band", so I would expect that "boosting" (positive gain) with that filter will "boost the mid-band". If it boosted everything outside...
by steve
Sat May 12, 2012 2:51 pm
Forum: Plug-in Archive
Topic: Shelf Filter
Replies: 31
Views: 31178

Re: Shelf Filter

It would be possible to add a "slope" parameter though the defaults usually work well for the purpose of "cutting/boosting bass" or "cutting/boosting treble" so I'm not sure that it is worth the extra complication. What do you think? shelf.ny Will there be a README zipp...
by steve
Sat May 12, 2012 2:29 pm
Forum: Plug-in Archive
Topic: Shelf Filter
Replies: 31
Views: 31178

Re: Shelf Filter

I found the "mid band" setting confusing. I was expecting a simultaneous application of low and high shelf but instead I got a band pass/reject between the two frequencies. It is a simultaneous application of low and high shelf, but the filter slope is not very steep, so if the low and hi...
by steve
Sat May 12, 2012 1:52 pm
Forum: Windows
Topic: Exporting a project to a stereo WAV
Replies: 3
Views: 907

Re: Exporting a project to a stereo WAV

If all of the tracks are mono (and centre panned) the exported file will be mono. To force the exported file to be 2 channels (even if the audio is actually mono), add an empty stereo track (Tracks menu > Add new > Stereo track). I'm not sure why you would want to export a mono recording as a stereo...
by steve
Sat May 12, 2012 1:48 pm
Forum: Windows
Topic: Simple split and delete
Replies: 4
Views: 1048

Re: Simple split and delete

There's several ways. Use whichever suits you best: Click at the "ten minute" point then press Ctrl+I to split. Double click on the part of the track to the left of the split to select it, then press DEL to delete. Click at the "ten minute" point then select "Edit menu > Cli...
by steve
Sat May 12, 2012 12:55 pm
Forum: Plug-in Archive
Topic: Shelf Filter
Replies: 31
Views: 31178

Re: Shelf Filter

I've proposed a new patch for bug 152 that doesn't break eq-lowshelf . Does anyone have in depth knowledge of biquad filters? (Edgar-rft?) If anyone has time to test the patch, all you need to do is find the file dspprims.lsp (in the Audacity Nyquist folder) and replace it with the attached version....