Search found 3 matches

by hsinger
Thu May 13, 2021 10:53 am
Forum: Windows
Topic: enhancing named pipe to work cross OS
Replies: 1
Views: 23

enhancing named pipe to work cross OS

my understanding is that named pipe only works on the same computer, maybe for windows even across multiple machines (but I am unclear about that). Our scenario is that we run Audacity on a Windows10 VM, but our Python notebooks on a powerful CentOS linux server. We would love to remote control (win...
by hsinger
Wed May 12, 2021 10:26 am
Forum: Windows
Topic: ImportLabels does not accept file name
Replies: 3
Views: 94

Re: ImportLabels does not accept file name

"not accept" is probably the wrong terminology, the do_command does not fail on the file name for the label track, but the filename is completely ignored. So it's really pointless to specify a file name. I'll be more precise when posting my next questions 8-) If I want to change this in the source c...
by hsinger
Mon May 10, 2021 9:52 pm
Forum: Windows
Topic: ImportLabels does not accept file name
Replies: 3
Views: 94

ImportLabels does not accept file name

audacity 3.0.2 Windows 10, version 1909, Anaconda python 3.8 I just stumbled on the scripting interface and tried to use it to load audio + tracks. The audio loads fine, but for the tracks a selection window pops up. How can I import labels programmatically from a file, without the modal UI step? .....