Search found 59476 matches
- Sun Nov 03, 2013 4:26 pm
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7961
Re: Click Finder
I've started looking at the code. I like the use of macros to make the code more readable, though the update-max / update-min macros look to be more complicated than necessary. Wouldn't this do the job more simply? (defmacro update-max (x val) `(if (or (not ,x)(> ,val ,x)) (setf ,x ,val))) (defmacro...
- Sun Nov 03, 2013 2:58 pm
- Forum: Windows
- Topic: Recording multiple mic problems
- Replies: 2
- Views: 437
Re: Recording multiple mic problems
Ensure that "Software Playthrough" is off (not selected) in the Transport menu.
- Sun Nov 03, 2013 2:55 pm
- Forum: New Plug-Ins
- Topic: Click Finder
- Replies: 20
- Views: 7961
Re: Click Finder
Nice work Paul. A couple of issues: 1) When detecting short clicks, the detection varies depending on the start position of the selection. I've not checked the code, but my guess is that this is due to difference between detection in the middle of a block compared to the block boundaries. Do the blo...
- Sun Nov 03, 2013 2:15 pm
- Forum: Windows
- Topic: Intelligent splitting of audio files?
- Replies: 3
- Views: 1311
Re: Intelligent splitting of audio files?
Assuming that you're not wanting to automatically process huge amounts of speech: Use the "Regular Interval Labels" feature (Analyze menu http://manual.audacityteam.org/o/man/regular_interval_labels.html) to generate labels every 12 or 13 seconds. Then go through and manually adjust each l...
- Sun Nov 03, 2013 1:27 pm
- Forum: GNU/Linux
- Topic: Cannot recognize audacity, cannot download new vn. (SOLVED)
- Replies: 6
- Views: 3173
Re: Cannot recognize audacity, cannot download new version
Good newsziggo1 wrote:Figured it out, had to delete audacity_data, then re-install was a breeze. All is well in the universe again, cheers.
- Sat Nov 02, 2013 9:14 pm
- Forum: GNU/Linux
- Topic: Cannot recognize audacity, cannot download new vn. (SOLVED)
- Replies: 6
- Views: 3173
Re: Cannot recognize audacity, cannot download new version
According to this page (http://packages.ubuntu.com/raring/audacity) the repository version of Audacity for Ubuntu 13.04 is 2.0.3-1 
- Sat Nov 02, 2013 8:09 pm
- Forum: Windows
- Topic: SAVING AUDACITY 2.0.5 IN MY MUSIC
- Replies: 4
- Views: 657
Re: SAVING AUDACITY 2.0.5 IN MY MUSIC
Your quote from the Audacity manual is about Recording audio playing on the computer. It has nothing to do with blairhansler's question. This is a waste of everyone's time. Please stop doing this. This is your second warning about this issue.dadabujontomasteel wrote:This is often the hardest part of the overall task,...
- Sat Nov 02, 2013 6:11 pm
- Forum: GNU/Linux
- Topic: Cannot recognize audacity, cannot download new vn. (SOLVED)
- Replies: 6
- Views: 3173
Re: Cannot recognize audacity, cannot download new version
How did you install Audacity?
- Sat Nov 02, 2013 6:08 pm
- Forum: Windows
- Topic: NO SOUND AFTER RECORDING USING Win 8
- Replies: 16
- Views: 2810
Re: NO SOUND AFTER RECORDING USING Win 8
How do you do that?Dj Fresh 247 wrote:My second laptop runs win 7 with serato and I don't have any recording issues
Why doesn't it work on your Windows 8 laptop?
- Sat Nov 02, 2013 3:32 pm
- Forum: Nyquist
- Topic: How to apply multiple crossfaded effects?
- Replies: 7
- Views: 2492
Re: How to apply multiple crossfaded effects?
Just passing through briefly - about to go to work 
Have a look at graphiceq.lsp (I've attached it as I don't think it is included in Audacity). In particular, see: (defun nband-range (sig gains lowf highf)
Have a look at graphiceq.lsp (I've attached it as I don't think it is included in Audacity). In particular, see: (defun nband-range (sig gains lowf highf)