Hello:
I have a bunch of files, each one consists of short sound clippings (verb conjugations). I want the silence parts between the clippings be exactly .75 seconds. How do I do it automatically?,
Many thanks,
Eugene
automatically addding spaces between clippings
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity 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 macOS you are using,
and the exact three-section version number of Audacity from "Audacity 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: automatically addding spaces between clippings
If there is already silence* ≥ 0.75 seconds, truncate silence to 0.75 seconds.
To batch process many files in the same way use Audacity macro.
[ * silence is any sound below a user-defined threshold, not necessarily zero flatline ]
Re: automatically addding spaces between clippings
Many thanks!