I’d like to have a hotkey that pulls the current time stamp from an audio recording in progress, so I can take notes while recording audio and tag them with time stamps.
Can I access this information through JS? with Templater?
I’d like to have a hotkey that pulls the current time stamp from an audio recording in progress, so I can take notes while recording audio and tag them with time stamps.
Can I access this information through JS? with Templater?
This would depend a lot on what you use for audio recording, as it would require your script to ask it where it is in the recording.
Most likely though, I’m guessing it’s not available, but you could possibly do a workaround where you start a custom timer at the same time as you start recording and then use that timestamp for your annotations. It might be a little bit off, depending on how you start either of them, but if need be you could device some way to sync them I reckon.