I’m using mod-script-pipe to control Audacity via scripting, and I’m trying to insert a 5-second silence at the 3.5-second mark of a track.
Here are the commands I’ve tried:
SelectTime: Start=3.5 End=3.5
Silence: Duration=5
The console returns “BatchCommand finished: OK” for each of the commands. However, the result is that the entire track is replaced with silence, rather than just inserting silence at the specified point.
Could someone please clarify the correct way to insert a 5-second silence using scripting?
Thanks in advance for your help!