Search found 59476 matches

by steve
Mon Jun 11, 2012 5:36 pm
Forum: Windows
Topic: Filtering frequency during recording
Replies: 17
Views: 3736

Re: Filtering frequency during recording

What's it for? How exactly do you need it displayed?
by steve
Mon Jun 11, 2012 5:32 pm
Forum: Nyquist
Topic: Label data to text file
Replies: 108
Views: 21011

Re: Label data to text file

The "home" folder (Home directory). This is the root of a users "user space". The exact location depends on the operating system, but in Nyquist it can be found using the following code (run in the Nyquist Prompt effect) ;;; home directory (defun home () (or (get-env "HOME&q...
by steve
Mon Jun 11, 2012 5:14 pm
Forum: Windows
Topic: How Do I Automate Audacity?
Replies: 13
Views: 8311

Re: How Do I Automate Audacity?

I've started a new topic here: http://forum.audacityteam.org/viewtopic.php?f=39&t=66085 I'll be referring to line numbers in the code, so ensure that you have line numbers showing in Notepad++ I'll post the next "instalment" in an hour or so (got a few things that I need to do). It sho...
by steve
Mon Jun 11, 2012 5:05 pm
Forum: Nyquist
Topic: Label data to text file
Replies: 108
Views: 21011

Label data to text file

Following on from a request here . This topic is about how to modify a plug-in that outputs labels, so that it also outputs a text file. Writing to a text file can be quite problematic for it to work reliably, with error checking, with cross platform support, so we will take a short cut and limit th...
by steve
Mon Jun 11, 2012 4:48 pm
Forum: Windows
Topic: How Do I Automate Audacity?
Replies: 13
Views: 8311

Re: How Do I Automate Audacity?

Okay. Which build should I have downloaded exactly? Unicode Release, zip, 11 June 2012, r11774 --- 8.0 MB It doesn't need "installing", just unzip (extract) it into a new folder somewhere convenient. If you want to "sandbox" this version from your normal production version of Au...
by steve
Mon Jun 11, 2012 4:12 pm
Forum: Windows
Topic: How Do I Automate Audacity?
Replies: 13
Views: 8311

Re: How Do I Automate Audacity?

can you show me how to add the Sound Finder to the Chain and how I can output the time of each of the labels in order to find an average time? Sure. The first things that you will need are: 1) A good text editor. For Windows I would recommend Notepad++ which you can get (free) here: http://notepad-...
by steve
Mon Jun 11, 2012 3:33 pm
Forum: Windows
Topic: How Do I Automate Audacity?
Replies: 13
Views: 8311

Re: How Do I Automate Audacity?

Some, but not all of the tasks can be automated. See here: http://manual.audacityteam.org/manual/help/manual/man/batch_processing.html Tasks and if they can be done in Chains: Stereo to Mono - Yes Change Speed - Yes Noise Removal -Yes, but you will need to use the same noise profile for all files. R...
by steve
Mon Jun 11, 2012 3:13 pm
Forum: Plug-in Archive
Topic: Sample Printer
Replies: 43
Views: 37996

Re: Sample Printer

Here's the revised version.
sample-data-export6.ny
OBSOLETE
(20.15 KiB) Downloaded 222 times
by steve
Mon Jun 11, 2012 3:12 pm
Forum: Plug-in Archive
Topic: Sample Printer
Replies: 43
Views: 37996

Re: Sample Printer

To be fair I don't think the two indexed text files have much of a display problem, but it is more of a problem for the "sample list". And if you had to submit any of the text or csv files to someone else, the other person doesn't actually know for sure from the alternate lines versions t...