Search found 20 matches

by sebalorek
Tue Dec 29, 2020 8:49 pm
Forum: Windows
Topic: Audacity and Windows Task Scheduler
Replies: 11
Views: 334

Re: Audacity and Windows Task Scheduler

I will try. It is a pity that Audacity does not have such an additional option to start recording when the program is turned on :-) But I know that my case is quite specific ...
by sebalorek
Tue Dec 29, 2020 7:43 pm
Forum: Windows
Topic: Audacity and Windows Task Scheduler
Replies: 11
Views: 334

Re: Audacity and Windows Task Scheduler

Can it be done somehow from Audacity? I would like to add that sometimes after unsuccessful start of recording, I run the script again and recording starts without any problems. But sometimes Audacity freezes.
I'm using version 2.3.3 - but I don't know if it matters in this situation.
by sebalorek
Tue Dec 29, 2020 5:51 pm
Forum: Windows
Topic: Audacity and Windows Task Scheduler
Replies: 11
Views: 334

Re: Audacity and Windows Task Scheduler

This is an error that i'm getting after script is opened by task scheduler. It seems like it cannot open the pipe for some reason. FROMFILE = open(FROMNAME, 'rt') FileNotFoundError: [Errno 2] No such file or directory: '\\\\.\\pipe\\FromSrvPipe' but when I try manually open the script after the firs...
by sebalorek
Mon Dec 21, 2020 2:35 pm
Forum: Windows
Topic: Audacity and Windows Task Scheduler
Replies: 11
Views: 334

Re: Audacity and Windows Task Scheduler

I can, but I doubt it will change anything. With normal operation, the program starts in a second and is basically ready to run. And here are 2 minutes from starting the program to the start of recording. I have never encountered a crash of Audacity when I run it manually from the desktop.
by sebalorek
Mon Dec 21, 2020 12:40 pm
Forum: Windows
Topic: Audacity and Windows Task Scheduler
Replies: 11
Views: 334

Re: Audacity and Windows Task Scheduler

1. yes 2. yes 3. yes The python.py file is written like this, I am pasting it below. It usually works. It happens, however, that it will not start, for which, I do not know. And the crash of the application itself at startup is a different problem. import of os import sys if sys.platform == 'win32':...
by sebalorek
Mon Dec 21, 2020 11:03 am
Forum: Windows
Topic: Audacity and Windows Task Scheduler
Replies: 11
Views: 334

Audacity and Windows Task Scheduler

In the Windows Task Scheduler, I can run Audacity at 3:48 and then at 3:50, automatically starting Python recording. However, sometimes there is an error in the task schedule. Or the Audacity.ece application freezes, it is usually described in the schedule as error 0xFFFFF. Then the automatic record...
by sebalorek
Thu Dec 10, 2020 3:30 pm
Forum: Windows
Topic: Functionality question
Replies: 3
Views: 59

Re: Functionality question

@steve The point is that the length of the selection as shown in the drawing is unchanged, even after pasting another fragment to the place of the beginning of the selection (marked with X in the drawing). And the method you gave me, the length of the selection changes after pasting the fragment. Su...
by sebalorek
Thu Dec 10, 2020 2:32 pm
Forum: Windows
Topic: Functionality question
Replies: 3
Views: 59

Functionality question

Let's say I have two separate recorded calls with a few seconds of silence / pause in between. I want to copy the excerpt from the end of the second conversation and paste it in place of the excerpt from the end of the first conversation. And now the crux of the matter: Is it going to be somehow set...
by sebalorek
Fri Nov 06, 2020 12:03 pm
Forum: Windows
Topic: Scrolling on a track
Replies: 1
Views: 54

Scrolling on a track

Where in options to disable scrolling of the selected track during playback? I had it turned off, but I pushed something accidentally and it turned on.
by sebalorek
Sun Sep 06, 2020 1:20 pm
Forum: Windows
Topic: mod-script-pipe [SOLVED]
Replies: 2
Views: 89

Re: mod-script-pipe [SOLVED]

Thanks. Problem solved, script is running. Recording starts automatically :)