Audacity and pipe_test.py

Steve Gronicus at SGA.Ninja
Wed Sep 9 03:12:59 EDT 2020


I am trying to adapt this short file to be used for simple control of the
Audacity audio recording program.
I can get the following does to work:
       do_command("Record1stChoice")  #Creates a new track and starts
recording
        do_command("AddLabel:")  #Places a label in the label track
        do_command("Stop") # stops the recording

But not this one:
        do_command("SetLabel:Label='1' Text='Hello' ")

This is supposed to place "Hello" into the label.
Steve


Foonote:
The patient shall strive to suffer the symptoms of the disease that has been
diagnosed by the doctor.




More information about the Python-list mailing list