Search found 59476 matches

by steve
Sun Jul 18, 2010 9:19 am
Forum: General Feedback and Discussion
Topic: Remove voice/specific frequency range without going mono?
Replies: 12
Views: 25252

Re: Remove voice/specific frequency range without going mono

As for the superposition/destructive interference etc., that is just how I thought it worked, Sounds like a fair summery of the "Vocal Removal" effect (as described by koz in previous post, or here on the wiki http://wiki.audacityteam.org/wiki/Vocal_Removal ) If you can upload a short sam...
by steve
Sat Jul 17, 2010 8:31 pm
Forum: GNU/Linux and Unix-like
Topic: Application of effects crashes Audacity 1.3.12-2
Replies: 10
Views: 2118

Re: Application of effects crashes Audacity 1.3.12-2

the fact that PCLinuxOS is compiling Audacity with Libsamplerate rather than the Libresample (which SVN would use by default) could be relevant. There are some known crashes in the Play-at-Speed slider at very slow playback speeds if you use Libsamplerate. That's interesting, I usually compile with...
by steve
Sat Jul 17, 2010 8:26 pm
Forum: Mac OS X
Topic: Convert Mac Audacity to Windows Audacity
Replies: 3
Views: 824

Re: Convert Mac Audacity to Windows Audacity

How do you get around the directory designators being different between the Mac and Windows versions? By copying any imported files into the project. Those paths only occur if there are dependencies that are external to the project. Resolving the dependencies avoids the problem (in Audacity 1.3.12,...
by steve
Sat Jul 17, 2010 8:20 pm
Forum: General Feedback and Discussion
Topic: Remove voice/specific frequency range without going mono?
Replies: 12
Views: 25252

Re: Remove voice/specific frequency range without going mono

These settings in the Equalizer effect will very effectively remove the frequency band from 1 kHz to 2 kHz.
Note the position of the sliders to enable such a strong Eq effect.
Removing a frequency range may not produce the results that you expect.
screenshot.png
screenshot.png (43.02 KiB) Viewed 24875 times
by steve
Sat Jul 17, 2010 8:10 pm
Forum: General Audio Programming
Topic: How to compute SPL from sound inputed from a microphone.
Replies: 42
Views: 50694

Re: How to compute SPL from sound inputed from a microphone.

Then you could use (multichan-expand ...), though it would probably be simpler to use (if (arrayp s)(analyze-stereo s)(analyze-mono s)) By wrapping up the analysis code into a function will remove the need for duplicate code. This is the type of thing that I'm thinking of: (defun analyze (s-in) ; co...
by steve
Sat Jul 17, 2010 7:45 pm
Forum: Windows
Topic: Edit options disabled
Replies: 9
Views: 1555

Re: Edit options disabled

I think Audacity has a bug about AC3, Not exactly - "Audacity" does not support AC3 at all. Importing AC3 files is entirely down to FFmpeg, which is still being actively developed for improved support of some of these more esoteric formats. It is quite probable that FFmpeg may still only ...
by steve
Sat Jul 17, 2010 7:38 pm
Forum: Recording Equipment
Topic: Analog vs. Digital
Replies: 14
Views: 2884

Re: Analog vs. Digital

So, are there any worthwhile, standalone, inexpensive, (second hand) multichannel digital recorders out there that give pro results? I think an 8 track would do me. It depends what you mean by "inexpensive". For an 8 channel digital recorder you are likely to be looking at a few hundred d...
by steve
Sat Jul 17, 2010 7:21 pm
Forum: Windows
Topic: Defining Songs.
Replies: 15
Views: 1755

Re: Defining Songs.

There are "zoom" buttons available (magnifying glass) (+) Zoom in (-) Zoom out -<->- Zoom to selection >---< Zoom to full project If you have a wheel mouse you can also use Ctrl + Mouse Wheel (probably the fastest way to zoom in and out). If you don't have a wheel mouse you can use Ctrl + ...
by steve
Sat Jul 17, 2010 6:56 pm
Forum: Audio Processing
Topic: voice removal - karryokee - karaoke
Replies: 3
Views: 596

Re: voice removal - karryokee - karaoke

There is some information about vocal removal on the Audacity wiki:
http://wiki.audacityteam.org/wiki/Vocal_Removal
by steve
Sat Jul 17, 2010 6:50 pm
Forum: General Audio Programming
Topic: How to compute SPL from sound inputed from a microphone.
Replies: 42
Views: 50694

Re: How to compute SPL from sound inputed from a microphone.

For stereo tracks, are you wanting to output data for the combined channels, or "left channel data" / "right channel data"?