Making Audio Captcha using audacity
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.
Making Audio Captcha using audacity
Hello everyone, I have two folders. One of them contains A-Z and 0-9 audio clips of 1.5 seconds and in another folder I have different kinds of noises. I want to take 5 characters from first folder (randomly) and stitch them. Then randomly select a noise from the noise folder and add that to the already 5 characters audio that has been stitched. Can I do this using audacity?
Re: Making Audio Captcha using audacity
How many times will you need to do this? Once, twice, 10 times, 50000 times, more?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Making Audio Captcha using audacity
I want this 1000 times first, then 5000 times and if needed then 10,000 times. I am making a dataset for training a neural network.
Re: Making Audio Captcha using audacity
If you know Python, then probably your best option would be to automate Audacity with Python. See: https://manual.audacityteam.org/man/scripting.html
(Note that the scripting API is not yet frozen, so there may be changes in later versions of Audacity, though such changes are likely to be small).
(Note that the scripting API is not yet frozen, so there may be changes in later versions of Audacity, though such changes are likely to be small).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Making Audio Captcha using audacity
Maybe possible with SoX ... https://en.wikipedia.org/wiki/SoX
[stitch = concatenate ]
unCaptcha-ing ?
Re: Making Audio Captcha using audacity
Yes, I am trying to break audio captcha for which I need a dataset and I am trying to make my own dataset.