Search found 57626 matches: help
Searched query: help
- Wed Apr 13, 2016 2:41 am
- Forum: Podcasting with Audacity
- Topic: Audio Finishing for Best, Most Even Sound
- Replies: 24
- Views: 8658
Re: Audio Finishing for Best, Most Even Sound
... it records from directly behind itself. It's not only facing a hard wall, but a corner as well. If I hang a blanket in that corner it would help with echo? That's quite useful to know. (EDIT oh wait, you mean behind ME. Um, that's a hard wall, but it's slanted towards me so if sound waves ...
- Tue Apr 12, 2016 11:49 pm
- Forum: Nyquist
- Topic: Help with Nyquist filters
- Replies: 18
- Views: 2696
Re: Help with Nyquist filters
You can nest filters one inside another:
Code: Select all
(dotimes (i 4 sig)
(setf sig (lp (hp sig control) control2))))
- Tue Apr 12, 2016 11:02 pm
- Forum: Nyquist
- Topic: Help with Nyquist filters
- Replies: 18
- Views: 2696
Re: Help with Nyquist filters
Ok, so thanks to everybody's help and examples, I almost have it doing everything I'd like. The last thing I'm stuck on is making a band pass filter. I think I was able to use eq-band(thank you Robert J. H.) as a rough band stop filter, ...
- Tue Apr 12, 2016 8:45 pm
- Forum: Windows
- Topic: Noise Reduction process
- Replies: 4
- Views: 268
Re: Noise Reduction process
actually, zoom in worked to give me the first minute by second.
but i still could not update the noise reduction
appreciate your ideas on the other stuff, but in still need help in updating the noise reduction settings.
but i still could not update the noise reduction
appreciate your ideas on the other stuff, but in still need help in updating the noise reduction settings.
- Tue Apr 12, 2016 8:26 pm
- Forum: Windows
- Topic: Noise Reduction process
- Replies: 4
- Views: 268
Re: Noise Reduction process
... you do, the more you become aware of ambient noise. it now is like 10x louder than the voices. If that's really true, noise reduction won't help and the cure will probably be worse than the disease. Noise reduction works best when you have a constant-quiet background noise... It works best ...
- Tue Apr 12, 2016 7:05 pm
- Forum: Windows
- Topic: Noise Reduction process
- Replies: 4
- Views: 268
Noise Reduction process
win 7, audacity 2.1.0. i think .exe being new to audacity, i am not well versed in the basics. the help manual talks about "select the entire region... want to reduce the noise". i am not doing so well there. at first i selected the entire range, and now, everytime ...
- Tue Apr 12, 2016 11:34 am
- Forum: Windows
- Topic: Windows volume mutes itself during recording vinyl
- Replies: 6
- Views: 387
Re: Windows volume mutes itself during recording vinyl
... conflicts were there and had no luck , i thought maybe windows had something that was conflicting with audacity and couldn't find anything that helped ....i am not giving up , i used audacity with XP and it worked fine but unforeseen crashes made me upgrade to 7 PRO Have you ensured you have ...
- Tue Apr 12, 2016 4:07 am
- Forum: Podcasting with Audacity
- Topic: HELP me please
- Replies: 2
- Views: 1205
Re: HELP me please
You use Pamela if you really need it to work perfectly, generate a split stereo sound file (you on one side and the guest on the other) in WAV (Microsoft) format suitable for editing and post production. If you don't have the bank for a license or your application isn't critical, there are other pro...
- Tue Apr 12, 2016 3:26 am
- Forum: Podcasting with Audacity
- Topic: HELP me please
- Replies: 2
- Views: 1205
Re: HELP me please
It seems like most people use Pamela for recording Skype. I haven't used it myself so I don't know much about it. There is a free version with a 5 minute limit and paid versions. I assume you can edit the Pamela recordings with Audacity.
- Tue Apr 12, 2016 12:44 am
- Forum: Nyquist
- Topic: Help with Nyquist filters
- Replies: 18
- Views: 2696
Re: Help with Nyquist filters
is there a way to make it so that it doesn't stretch to the current duration? Normally you would wrap this sort of thing up as a "generate" type plug-in (because it is generating audio). For "generate" type plug-ins, one second in "Nyquist time" is one second in real (...