Search found 59476 matches
- Fri May 24, 2013 12:33 pm
- Forum: Feature Request Archive
- Topic: beep on completion of batch processing
- Replies: 19
- Views: 9814
Re: beep on completion of batch processing
Incidentally although Audacity HEAD produces no beep for me on Ubuntu 13.04, I do hear the system error noise if I type letters into the boxes in Change Pitch, which I understand Steve does not hear. I do now hear a beep if I type letters into the boxes in Change Pitch. I needed to enable system be...
- Fri May 24, 2013 11:48 am
- Forum: Windows
- Topic: *how can I REMOVE this STATIC INTERFERENCE...?
- Replies: 5
- Views: 1052
Re: *how can I REMOVE this STATIC INTERFERENCE...?
That worked better than I expected. The result is a bit muffled and hollow sounding, but better than I expected.Trebor wrote: sample static 2, before-after Kn0ck0ut.mp3
- Thu May 23, 2013 5:53 pm
- Forum: Windows
- Topic: *how can I REMOVE this STATIC INTERFERENCE...?
- Replies: 5
- Views: 1052
Re: *how can I REMOVE this STATIC INTERFERENCE...?
I'm going with "can't be done".
- Thu May 23, 2013 5:51 pm
- Forum: Windows
- Topic: Export to MP2
- Replies: 1
- Views: 318
Re: Export to MP2
Select MP2 as the file type in the Export dialogue screen. http://manual.audacityteam.org/o/man/fi ... ialog.html
- Thu May 23, 2013 5:06 pm
- Forum: Plug-in Archive
- Topic: New plug-in effect - PopMute
- Replies: 105
- Views: 70379
Re: New plug-in effect - PopMute
Nyquist plug-in effect appear "below the line" in the Effect menu. You should have "Adjustable Fade", "Cross Fade In", Cross Fade Out", "Pop Mute" and several others there. If you see none of those, then you probably have not installed Audacity correctly....
- Thu May 23, 2013 5:01 pm
- Forum: Windows
- Topic: How to Generate Arbitrary Waveforms as Envelopes
- Replies: 8
- Views: 2261
Re: How to Generate Arbitrary Waveforms as Envelopes
Here's an idea that you may like: Create some silence in a mono track, Zoom in really close Switch to the Draw Tool and draw an envelope shape. firsttrack000.png Select the drawn envelope and apply this code in the Nyquist Prompt to copy the points into memory: (let ((envlist '())) (do ((val (snd-fe...
- Thu May 23, 2013 4:15 pm
- Forum: Windows
- Topic: Poor recordings/ environmental noise due to microphone input
- Replies: 2
- Views: 771
Re: Poor recordings/ environmental noise due to microphone i
Is it not possible just to record the sound as it streams through the sound card It depends on your sound card, sound card drivers and operating system. On modern Windows computers it is becoming increasingly rare. The option that you need to select as the recording input (if available) is "St...
- Thu May 23, 2013 4:08 pm
- Forum: Windows
- Topic: *^is there a way to get mouse to scroll horizontally w/o...
- Replies: 3
- Views: 601
Re: *^is there a way to get mouse to scroll horizontally w/o
Is there a way to get the mouse to scroll in audacity horizontally...without having to use "shift + scroll"? No. The Mouse bindings are not currently configurable. The scroll wheel scrolls vertically, Shift + Mouse Wheel scrolls horizontally, Ctrl + Mouse Wheel zooms in/out. I've added yo...
- Thu May 23, 2013 2:00 pm
- Forum: New Plug-Ins
- Topic: Pauken - add silence and repeat chunk
- Replies: 12
- Views: 9165
Re: Pauken - add silence and repeat chunk
Thanks olpa. It works perfectly 
What does the name mean?
What does the name mean?
- Thu May 23, 2013 12:33 pm
- Forum: Windows
- Topic: How to Generate Arbitrary Waveforms as Envelopes
- Replies: 8
- Views: 2261
Re: How to Generate Arbitrary Waveforms as Envelopes
... and there's Steve's Text Envelope plug-in, where you can enter the values into a text field (I usually Import the values from Excel). Link: http://wiki.audacityteam.org/wiki/Nyquist_Effect_Plug-ins#Text_Envelope Smoothing and Looping are currently not supported (possible Features?). I doubt tha...