Search found 59476 matches
- Wed Feb 20, 2013 4:13 pm
- Forum: General Audio Programming
- Topic: Does anyone know how to do this?
- Replies: 5
- Views: 9406
Re: Does anyone know how to do this?
As Koz said, Audacity has no provision to follow an animated GIF. Is that what you are asking? A "sine wave" can be described in a number if ways, one is: y = sin t The fundamental relationship between this and a circle is illustrated in this animation: http://upload.wikimedia.org/wikipedi...
- Wed Feb 20, 2013 3:24 pm
- Forum: macOS
- Topic: Clip Fix only fixes part of the signal?
- Replies: 8
- Views: 2414
Re: Clip Fix only fixes part of the signal?
I'm having a similar problem as described above, except that it's with the right track (2). But otherwise same thing: The clips on the bottom half aren't being reconstructed. One possible cause is that the audio in the right track may have positive peaks that are greater than the negative peaks. Th...
- Wed Feb 20, 2013 3:09 pm
- Forum: New Plug-Ins
- Topic: AGC - Automatic Gain Control
- Replies: 37
- Views: 42662
Re: AGC - Automatic Gain Control
Thanks, got it. ... which doesn't seem like a very official place to get it from. Most Nyquist plug-ins are user contributions. Other than the ones that are shipped with Audacity they should be thought of as "third party". Most plug-ins are initially posted to this forum so that they can b...
- Wed Feb 20, 2013 3:40 am
- Forum: New Plug-Ins
- Topic: Octave band filter
- Replies: 6
- Views: 6342
Re: Octave band filter
That works boffin, and a novel way to select the centre frequency. No 16 kHz band? Perhaps something like: ;control fc "Center frequency (Hz)" choice "31 Hz,63 Hz,125 Hz,250 Hz,500,1 k,2 k,4 k,8 k,16 k" 5 (let* ((f0 (* 1000 (expt 2.0 (- fc 5)))) (s (highpass8 s (/ f0 (sqrt 2.0)))...
- Wed Feb 20, 2013 2:59 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: recording volume vertical scale
- Replies: 3
- Views: 1543
Re: recording volume vertical scale
In audio recording the dB scale that is generally used is "dBFS". You can read about it here: http://en.wikipedia.org/wiki/DBFS
- Tue Feb 19, 2013 11:46 pm
- Forum: Windows
- Topic: Increment frequency automatically
- Replies: 4
- Views: 1839
Re: Increment frequency automatically
Try running this code in the "Nyquist Prompt" effect: 1) Open Audacity 2) Tracks menu > Add New > Audio Track 3) Select part of the track (click and drag on the audio track) 4) Effect menu > Nyquist Prompt 5) Copy and paste the code below into the Nyquist Prompt text window 6) Click the &q...
- Tue Feb 19, 2013 9:31 pm
- Forum: New Plug-Ins
- Topic: AGC - Automatic Gain Control
- Replies: 37
- Views: 42662
Re: AGC - Automatic Gain Control
I tried this with default settings on a selection of a 10 seconds selection of a longer mp3. It severely distorted the time domain - it played back super slow for the selected section. Anyone else had this problem? It's on Ubuntu 10.03, Audacity 1.3.12-beta. Please attach the plug-in .NY file so th...
- Tue Feb 19, 2013 9:28 pm
- Forum: Windows
- Topic: Input Streaming WMA?
- Replies: 9
- Views: 1393
Re: Input Streaming WMA?
My problem making a "portable Audacity " is where to put LAME? Please don't duplicate your posts. It wastes time and causes confusion because everyone loses track of who said what where ;) I answered your question in your other post: http://forum.audacityteam.org/viewtopic.php?p=206283#p2...
- Tue Feb 19, 2013 9:25 pm
- Forum: Audio Processing
- Topic: mp3 file 'quality'
- Replies: 4
- Views: 1308
Re: mp3 file 'quality'
Ensure that your recording is mono before you export. If necessary use "Tracks menu > Stereo track to mono". 32 kbps is too low for stereo and it will sound "swishy". A mono show at 32 kbps won't sound great, but will be better than stereo.
- Tue Feb 19, 2013 9:21 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: MP3 Patents & Lame Install for Portable Audacity?
- Replies: 4
- Views: 3475
Re: MP3 Patents & Lame Install for Portable Audacity?
If some patents are still current the "Lame Installation" http://wiki.audacityteam.org/wiki/Lame_Installation " should mention this. It does. Read that page and follow the links for more information. The answer I need is where to install LAME? Since you raised the issue, I do not wan...