Hi
is it possible to pause and play the sound file from audacity using script?
please help me
Thanks
Play and pause audacity automatically from a script
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Play and pause audacity automatically from a script
Audacity does not "directly" support scripting, but there may be ways to accomplish what you want to do. What exactly do you want to do (including "why")?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Play and pause audacity automatically from a script
Hi,
Thank you for your response.
i just wanted to play a series of utterances with different gains for thousands of times. i need to wait for some time after each of the utterance. Here the waiting time is dynamic. so i need to pause and play the audacity project file. In pause time i need to record and pass the uttered signal through the network, so that i can get the real time speech data with different environment noise.
Now i am doing it manually by pressing Pause(P) shortcut key from key board. This is boring and wasting lot of time.
i have tried to use the scripting to do the same with the help of manual at "https://manual.audacityteam.org/man/scripting.html", but i am failed to load the scripting module.
Please help me
Thank you for your response.
i just wanted to play a series of utterances with different gains for thousands of times. i need to wait for some time after each of the utterance. Here the waiting time is dynamic. so i need to pause and play the audacity project file. In pause time i need to record and pass the uttered signal through the network, so that i can get the real time speech data with different environment noise.
Now i am doing it manually by pressing Pause(P) shortcut key from key board. This is boring and wasting lot of time.
i have tried to use the scripting to do the same with the help of manual at "https://manual.audacityteam.org/man/scripting.html", but i am failed to load the scripting module.
Please help me
Re: Play and pause audacity automatically from a script
What does that mean?1045 wrote:Here the waiting time is dynamic.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Play and pause audacity automatically from a script
i am simulating the clean speech to get the real time speech data with different noises and different gains. I am going to use this data for ASR system training.
Thanks
Thanks