I'm using Audacity on Ubuntu and have a pretty simple (I think) desire, curious if it is as easy as I'd like it to be.
I need to basically choose various points within a track and pass those time locations off to some script to do things with it. (Specifically, to put images in between the chosen times and make it into a video.) I've already made the other script, but my current workflow is basically to listen to various parts of the audio file in Audacity, and when I choose a time location, copy the sample number from the status bar into a text document for the other script to read. Is it possible to grab this kind of info in a more automatic way, such as running a script to write all split time locations to a file?
Retrieving Time Information [SOLVED]
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see 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 Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see 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: Retrieving Time Information
You could add labels (http://manual.audacityteam.org/man/label_tracks.html) at the relevant points, then export the label track (http://manual.audacityteam.org/man/labe ... tml#export)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Retrieving Time Information [SOLVED]
Thanks! That's exactly what I need!