Search found 59476 matches
- Fri Oct 19, 2012 5:07 pm
- Forum: New Plug-Ins
- Topic: Vocal Removal
- Replies: 6
- Views: 3663
Re: Vocal Removal
Since we're changing Vocal Removal. I'd like a different pan pot. "Follow the Singer." Suppose the singer isn't in the middle? The current tool is wedded to Middle Cancellation, but if you change the ratio of left to right, you can "find" a singer anywhere in the performance and...
- Fri Oct 19, 2012 4:47 pm
- Forum: Windows
- Topic: play transition end/start & accurate cut
- Replies: 15
- Views: 2183
Re: play transition end/start & accurate cut
so how can i start playback near the end of the 6 min track with no audio selected so to hear the transition again and again? Select the start of the track. Ctrl+C (copy) K (cursor to end of track) Ctrl+V (paste) Then select over the "join" and press shift + space . There is currently a f...
- Fri Oct 19, 2012 4:41 pm
- Forum: Windows
- Topic: Audio Scrub
- Replies: 3
- Views: 695
Re: Audio Scrub
Hi, does Audacity have an audio scrub facility No it doesn't. However, you can play from any part of the track by clicking on the time-line at the top of the tracks window. Also you can "loop play" a selection by pressing shift + space and you can hover you mouse pointer over a track and ...
- Fri Oct 19, 2012 4:33 pm
- Forum: Windows
- Topic: Sound withdrawl?
- Replies: 11
- Views: 1079
Re: Sound withdrawl?
Yeah I tried experimenting and whenever I start to record with fraps, it changes my microphone settings to "Sterio Mix" Which makes my volume extremely low, A quick search on Google suggests that it is a common problem for the microphone to be too quiet when recording on FRAPS. The usual ...
- Fri Oct 19, 2012 4:26 pm
- Forum: Nyquist
- Topic: Nearest Neighbor Upsampling
- Replies: 22
- Views: 13554
Re: Nearest Neighbor Upsampling
There's a very nice plug-in here that takes much of the sweat out of it: http://forum.audacityteam.org/viewtopic ... 69#p178369Robert J. H. wrote:Filter design gives me the creeps.
- Fri Oct 19, 2012 4:24 pm
- Forum: Nyquist
- Topic: Nearest Neighbor Upsampling
- Replies: 22
- Views: 13554
Re: Nearest Neighbor Upsampling
It isn't likely that it will win a beauty prize. But I grandiously boasted above that all could be squeezed into one line...;) A nice idea to use SND-COMPOSE with QUANTIZE. A slightly modified version in one line - I think the modern expression is "fugly" ;) (setq factor 4) (multichan-exp...
Re: Recording
It sounds like the computer is not always able to get the audio data from the USB and write it to disk fast enough. Ensure that the USB Cassette is connected directly to the computer - do not connect through a USB hub. If your computer is a full size computer, try the USB sockets on the back of the ...
- Fri Oct 19, 2012 2:33 am
- Forum: Windows
- Topic: Error Code 14001[SOLVED]
- Replies: 2
- Views: 6461
Re: Error Code 14001
Please install "Microsoft Visual C++ 2008 SP1 Redistributable Package" as described here: http://manual.audacityteam.org/man/FAQ: ... -Ins#probs
- Fri Oct 19, 2012 2:29 am
- Forum: Nyquist
- Topic: Nearest Neighbor Upsampling
- Replies: 22
- Views: 13554
Re: Nearest Neighbor Upsampling
But doesn't that negate the effect by capping the frequency band below the generated frequencies?Robert J. H. wrote:Optionally, the sound can immediately be resampled to the original sample rate,
- Fri Oct 19, 2012 12:15 am
- Forum: Nyquist
- Topic: Nearest Neighbor Upsampling
- Replies: 22
- Views: 13554
Re: Nearest Neighbor Upsampling
Definitely so. Quick and dirty programmingRobert J. H. wrote:I didn't test Steve's code but I think the approach with snd-fetch within loops may be a little bit slow.