auto start and stop of recording

This section is now closed.
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
jchurchill
Posts: 1
Joined: Tue Jan 22, 2008 9:02 pm
Operating System: Please select

auto start and stop of recording

Post by jchurchill » Tue Jan 22, 2008 9:10 pm

We are trying to automate the starting of an audacity recording and hopefully the stopping and exporting to an mp3 file to a network drive. Currently we start and stop it manually and export it to mp3 manually. Not sure how we will do this in the future but for now I have a microsoft access app and hope to start and stop it from a button, using microsoft vba... Is this possible or should I do it another way or what do you think? Actually what kicks off the meeting is a WordPerfect macro, and from that I will put the start broadcast time in the database, and from that kick off the audacity recording however I can.... Is what I was thinnking.
Thanks,
Jerry in Montana

kozikowski
Forum Staff
Posts: 68941
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: auto start and stop of recording

Post by kozikowski » Wed Jan 23, 2008 6:57 am

If you can get the programming to simulate keypresses, then I suppose you could sweet-talk Audacity into cooperating. 1.2.x, as I'm sure you already know, has no timers built-in.

Just remember when you export, you have to trap filenames so they don't step on each other or create file sequence damage. I have one capture program that exports files automatically using the date and time codes down to the second. That's not bulletproof, but it's pretty bullet resistant.

Koz

Locked