Search found 59476 matches

by steve
Sat May 30, 2020 12:00 pm
Forum: Adding Features to Audacity
Topic: Macros and Scripting
Replies: 6
Views: 472

Re: Macros and Scripting

Alternatively you could create a Nyquist plug-in to read a label text file and create a label track. For example: importlabels.ny You can of course modify the ";control" line to set your own default label track file name. When used from Python you would pass the file name as a parameter.
by steve
Sat May 30, 2020 11:46 am
Forum: Adding Features to Audacity
Topic: Macros and Scripting
Replies: 6
Views: 472

Re: Macros and Scripting

It would be nice to have a macro for ImportLabelFile If you are using mod-script-pipe, you can fairly easily read a label text file with your scripting language, then create the labels according to that data. Alternatively you could create a Nyquist plug-in to read a label text file and create a la...
by steve
Sat May 30, 2020 11:21 am
Forum: macOS
Topic: ACX Check fails in 2.4.1
Replies: 97
Views: 3204

Re: ACX Check fails in 2.4.1

I remember at the time that we all thought that the language was an interesting intellectual exercise but that no rational person would ever use it for a real task..... :D personally I don't think this tool should be used on more than a short (less that 60 second) test. This is the crucial question...
by steve
Fri May 29, 2020 6:47 pm
Forum: Windows
Topic: Cable / Connection issue with my stereo and pc or laptop
Replies: 9
Views: 41

Re: Cable / Connection issue with my stereo and pc or laptop

If the Mac has a "line in" socket. I think that most do, but you will need to check.
by steve
Fri May 29, 2020 6:45 pm
Forum: Windows
Topic: mics
Replies: 7
Views: 312

Re: mics

What's the advantage or disadvantage of using a mic that plugs directly into the USB port for recording dialogue ... as opposed to a mic which is also connected to a mixer USB microphones can be useful if you only need one microphone and you are on a tight budget, otherwise an XLR microphone with a...
by steve
Fri May 29, 2020 6:34 pm
Forum: Windows
Topic: LADSPA Granular Scatter Processor (1096/grain_scatter) on Windows
Replies: 2
Views: 166

Re: LADSPA Granular Scatter Processor (1096/grain_scatter) on Windows

I think the "Granular Scatter Processor" is part of the "Computer Music Toolkit" set of LADSPA plug-ins. As far as I'm aware this set of plug-ins is only available for Linux or as source code . The old (ancient) set of LADSPA plug-ins for Windows was the SWH plug-in. These are av...
by steve
Fri May 29, 2020 1:15 pm
Forum: Windows
Topic: Can i unmute a selected portion of the track while the rest remains silent?
Replies: 2
Views: 96

Re: Can i unmute a selected portion of the track while the rest remains silent?

Dan_Varkholme wrote:
Fri May 29, 2020 1:01 pm
Can i have two sound files that do not overlap on the same row?
Like this do you mean?

First Track000.png
First Track000.png (11.17 KiB) Viewed 94 times
by steve
Fri May 29, 2020 1:10 pm
Forum: Windows
Topic: Help with loudness normalization
Replies: 6
Views: 1484

Re: Help with loudness normalization

karlkeymer wrote:
Thu May 28, 2020 3:26 pm
I have folders with over 100 tracks each, and I need some advice on using the best settings to achieve a fixed volume throughout each folder?
An important question that, unless I missed it, hasn't been stated yet: How will you be playing these files?
by steve
Fri May 29, 2020 1:03 pm
Forum: Windows
Topic: Cable / Connection issue with my stereo and pc or laptop
Replies: 9
Views: 41

Re: Cable / Connection issue with my stereo and pc or laptop

Lotl wrote:
Fri May 29, 2020 12:20 pm
Am I correct in saying a Mac is also a viable option?
An option for what? Running Audacity? Yes Audacity can run on a Mac (https://www.audacityteam.org/download/mac/).
by steve
Fri May 29, 2020 12:08 pm
Forum: Adding Features to Audacity
Topic: Keep labels synched with audio
Replies: 6
Views: 355

Re: Keep labels synched with audio

If you select some audio + labels, then you can cut and paste. The only "trick" is that when pasting you must ensure that both the audio track and label track are selected. For a detailed step-by-step example, see my previous post . One feature that I think would help to make handling labe...