Search found 59476 matches
- Wed Apr 24, 2013 3:33 pm
- Forum: GNU/Linux
- Topic: Memory bug in SuSE Audacity 2.0.3-80.7.i586 package
- Replies: 18
- Views: 19113
Re: possibly experiencing "2.0.3 known issues" random pgm fr
By far the most common reason that I experience Audacity freezing is PulseAudio. I don't think that this would explain 100% CPU usage, but it is certainly something to eliminate before looking deeper. Assuming that you are using ALSA host: In the Device Toolbar , set the recording and playback devic...
- Wed Apr 24, 2013 3:19 pm
- Forum: New Plug-Ins
- Topic: Zero-crossing finding functions
- Replies: 2
- Views: 3092
Re: Zero-crossing finding functions
Here's a tiny and reasonably efficient function for finding the number of zero crossings per second (not necessarily the frequency). It's good for up to a few seconds of audio. ;;; number of zero crossings per second (defun zcps (sig) (let ((dur (/ (snd-length sig ny:all)(snd-srate sig))) (beh (cont...
- Wed Apr 24, 2013 1:16 pm
- Forum: Feature Request Archive
- Topic: Labels wish-list
- Replies: 67
- Views: 15846
Re: Labels wish-list
If point labels were sufficient (which they usually are for Export Multiple) I was thinking in terms of region labels. For example if a song had been labelled to show verses and choruses (possibly with lyrics as the label text), but then the user wanted to split one of the labels which previously m...
- Wed Apr 24, 2013 12:43 pm
- Forum: Windows
- Topic: Discrepancy in zoomed display of the region and of cuts
- Replies: 23
- Views: 3236
Re: Discrepancy in zoomed display of the region and of cuts
why not snap to samples as default if you are not snapped to any other format In audio tracks we already do that, and I think that is the only sensible thing to do. What we don't currently do when "Snap To" is not enabled, is to snap the selection (hence labels) to sample periods. Quantiz...
- Wed Apr 24, 2013 11:46 am
- Forum: macOS
- Topic: Does normalizing require upconverting to preserve quality?
- Replies: 40
- Views: 7738
Re: Does normalizing require upconverting to preserve qualit
Since Plug-Ins can only apply their effect to the selected Audio, the rest of your track will be untouched. However, I don't know how distinguishable the boundaries are in such a case. It's not likely to be very noticeable, but given that we are quibbling about details that are barely noticeable, t...
- Wed Apr 24, 2013 5:09 am
- Forum: macOS
- Topic: Nyquist returns value... but why???
- Replies: 36
- Views: 7016
Re: Nyquist returns value... but why???
When I clicked the "Debug" button, I got the value returned by Niquist. When I clicked the "OK" within that message, THEN I got the error message. OK, I think that makes sense. You click the Debug button, and you first get a pop-up that says "Nyquist returned a value of : 4...
- Wed Apr 24, 2013 4:21 am
- Forum: macOS
- Topic: Nyquist returns value... but why???
- Replies: 36
- Views: 7016
Re: Nyquist returns value... but why???
Are you sure you don't mean, when you click the "Debug" button?djblanch wrote:when I clicked "OK", I got another message: "error: unbound function - GET-DURATION".
Do other Nyquist plug-ins work? (for example; High Pass Filter).
- Tue Apr 23, 2013 11:12 pm
- Forum: macOS
- Topic: Problem changing pitch
- Replies: 3
- Views: 747
Re: Problem changing pitch
when i go to effects/change pitch it wont allow me to type into the frequency box from provided. I have searched forum but this is not covered It gets a brief mention in the manual: If changing by pitch, modify the "To:" and optionally the "From:". If modifying by frequency, mod...
- Tue Apr 23, 2013 10:41 pm
- Forum: macOS
- Topic: Does normalizing require upconverting to preserve quality?
- Replies: 40
- Views: 7738
Re: Does normalizing require upconverting to preserve qualit
Sure that will work for amplifying by 200%, 400%, 800%...
Your original question was about normalizing, so what happens when normalizing requires 3.287341 dB amplification?
Your original question was about normalizing, so what happens when normalizing requires 3.287341 dB amplification?
- Tue Apr 23, 2013 9:26 pm
- Forum: Windows
- Topic: Buzzing When recording from ION Turntable
- Replies: 2
- Views: 606
Re: Buzzing When recording from ION Turntable
Do you still get the buzzing if the laptop is running on batteries and not connected to the mains adaptor?