Search found 59476 matches
- Mon Jun 03, 2013 8:37 am
- Forum: Windows
- Topic: Audacity Won't Launch
- Replies: 24
- Views: 4015
Re: Audicity Won't Launch
the Troubleshooter got hung up when it tried to check the Audio Recording devices -- this happened several times, and I gave up on it. Of course that should not happen, so there is clearly some other problem on your computer. Well, now I'm dumbfounded. I tried launching Audacity 2.0.2 immediately a...
- Mon Jun 03, 2013 8:26 am
- Forum: Feature Request Archive
- Topic: Improving "Clip Fix"
- Replies: 26
- Views: 24305
Re: Improving "Clip Fix"
Clip Fix can also be used almost like a waveshaper to construct peaks in audio that isn't clipped but perhaps overcompressed. I quite often use it like that - illegitimate or not I think it does a great job in those cases to breath life back into the audio (and much easier to use than a conventiona...
- Mon Jun 03, 2013 12:07 am
- Forum: Audio Processing
- Topic: Improved Click/Pop Removal
- Replies: 5
- Views: 2391
Re: Improved Click/Pop Removal
$40 US is hardly an arm and a legSpeedy77 wrote:Other programs (such as ClickRepair) can do this, but unfortunately they charge you an arm and a leg to do it
- Sun Jun 02, 2013 11:57 pm
- Forum: Windows
- Topic: Old Turntable Suddenly Won't Record Into Audacity
- Replies: 16
- Views: 2556
Re: Old Turntable Suddenly Won't Record Into Audacity
My guess is that a component has failed, or is starting to fail. Although electronic circuits don't have moving parts they still don't last forever. Of course I can't be 100% certain about that. If it is a hardware fault then that's not the sort of thing that can be fixed on a forum 
- Sun Jun 02, 2013 6:29 pm
- Forum: Windows
- Topic: separate audio by *beep*
- Replies: 8
- Views: 1617
Re: separate audio by *beep*
By selecting the beep and using Plot Spectrum you can see that the beep is at 1046 Hz. spectrum.png Assuming that all of the beeps have exactly the same frequency, you can make the beeps easily visible with the following method: 1) Make a duplicate of the recorded track (Select the track then Ctrl+D...
- Sun Jun 02, 2013 6:17 pm
- Forum: Feature Request Archive
- Topic: Improving "Clip Fix"
- Replies: 26
- Views: 24305
Re: Improving "Clip Fix"
ClipFix is a Nyquist plug-in . While a very versatile language for rapid development of plug-ins, Nyquist is very slow for sample-wise processing and would probably be too slow to implement a high order least squares auto-regression. I would therefore like to suggest that the interpolation used in &...
- Sun Jun 02, 2013 5:56 pm
- Forum: Feature Request Archive
- Topic: Improving "Clip Fix"
- Replies: 26
- Views: 24305
Re: Improving "Clip Fix"
You seem to have found a case where Clip Fix is bound to fail. It's close to a "best case" example for the Repair effect and close to a "worst case" example for ClipFix. It wasn't particularly obvious from the original picture why, but on close inspection and considering the alg...
- Sun Jun 02, 2013 11:10 am
- Forum: Windows
- Topic: Audacity Won't Launch
- Replies: 24
- Views: 4015
Re: Audicity Won't Launch
I was using version 2.0.2 OK, but I saw the upgrade to 2.0.3. I upgraded and no more Audacity :( The first thing that I would suggest is that you re-run the Audacity 2.0.3 installer and select the option to reset preferences. http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#r...
- Sun Jun 02, 2013 10:03 am
- Forum: macOS
- Topic: No input jack on new iMAC
- Replies: 12
- Views: 13705
Re: No input jack on new iMAC
Previously, I found the quickest, and still satisfactory, solution for recording sound from my computer was a patchcord linking the audio input to the headphones jack on the back of my iMac. I'm wondering if there's any interface that would permit a similar quick and handy way of capturing computer...
- Sat Jun 01, 2013 9:21 pm
- Forum: Feature Request Archive
- Topic: Improving "Clip Fix"
- Replies: 26
- Views: 24305
Re: Improving "Clip Fix"
although when working with 32-bit samples, I believe one only has to de-amplify afterwards so that the recovered peaks are no longer clipped. That is correct (with recent versions of Audacity). I've prepared a simple example that shows how, in my opinion, the interpolation of "Effects"->&...