The main reason is that I'm expecting there will be a much better version when Audacity 2.1.4 comes out.nesrad wrote:Is there any reason why the SetRMS code isn't packaged as a plugin?
Search found 59476 matches
- Tue Feb 07, 2017 7:19 pm
- Forum: Recording Equipment
- Topic: ART USB Dual Pre digital artifact
- Replies: 49
- Views: 6540
Re: ART USB Dual Pre digital artifact
- Tue Feb 07, 2017 6:56 pm
- Forum: Audio Processing
- Topic: Easy way to put Selection Toolbar info into export filename?
- Replies: 26
- Views: 5692
Re: Easy way to put Selection Toolbar info into export filen
frew' requested (an) " Easy way to put Selection Toolbar info into export filename " Frew gave a very detailed use case in the first post, then described a more general use case: (for) "those creating lots of loop extracts from long recordings, where a reference to the time position o...
- Tue Feb 07, 2017 3:03 pm
- Forum: Windows
- Topic: reverse out of control
- Replies: 10
- Views: 488
Re: reverse out of control
I think you must have inadvertently enabled "scrub play".
See: http://manual.audacityteam.org/man/scru ... eking.html
See: http://manual.audacityteam.org/man/scru ... eking.html
- Tue Feb 07, 2017 2:36 pm
- Forum: Audio Processing
- Topic: Real time spectrum analysis
- Replies: 4
- Views: 7822
Re: Real time spectrum analysis
As Audacity does not have this feature, I've moved this post to the "adding features" part of the forum.
- Tue Feb 07, 2017 2:34 pm
- Forum: Audio Processing
- Topic: Real time spectrum analysis
- Replies: 4
- Views: 7822
Re: Real time spectrum analysis
The closest built-in feature is the track "spectrogram view" (see: http://manual.audacityteam.org/man/spec ... _view.html)
- Tue Feb 07, 2017 11:29 am
- Forum: Windows
- Topic: audacity... on a tablet
- Replies: 3
- Views: 948
Re: audacity... on a tablet
Audacity does not run on portable devices, though there are recording apps available.
See here in the FAQ: http://manual.audacityteam.org/man/faq_ ... tml#mobile
See here in the FAQ: http://manual.audacityteam.org/man/faq_ ... tml#mobile
- Tue Feb 07, 2017 9:34 am
- Forum: Audio Processing
- Topic: Easy way to put Selection Toolbar info into export filename?
- Replies: 26
- Views: 5692
Re: Easy way to put Selection Toolbar info into export filen
It would be great to have the times formatted as hh:mm:ss + milliseconds Try this: (setf decimal-places 3) (defun format-time (sec) (setf *float-format* (format nil "%.~af" decimal-places)) (let* ((hh (truncate (/ sec 3600))) (sec (- sec (* hh 3600))) (mm (truncate (/ sec 60))) (sec (- se...
- Tue Feb 07, 2017 8:41 am
- Forum: Windows
- Topic: reverse out of control
- Replies: 10
- Views: 488
Re: reverse out of control
Are you using a wireless keyboard?
- Tue Feb 07, 2017 8:38 am
- Forum: Audio Processing
- Topic: Easy way to put Selection Toolbar info into export filename?
- Replies: 26
- Views: 5692
Re: Easy way to put Selection Toolbar info into export filen
Export Multiple can use the label text, if you are exporting based on labels: http://manual.audacityteam.org/man/expo ... .html#namefrew_frew wrote:So for now I guess copy and paste the label into the filename
- Mon Feb 06, 2017 10:43 pm
- Forum: Making Music with Audacity
- Topic: Is A Computer Inaccurate for Music Editing?
- Replies: 20
- Views: 2522
Re: Is A Computer Inaccurate for Music Editing?
I tried - on a generated silence and still the clicks.. Do you hear a click if you plug headphones into the UCA-222, or is it only when playing through an amp? I'm not convinced that your UCA-222 is faulty. Does this seem right?: http://www.asio4all.com/ No. Audacity does not ship with ASIO support...