jjmaldonis / obsidian-audio-notes

Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
MIT License
146 stars 2 forks source link

[Feature Request] When Creating Audio Note, Set Start and End Points Manually #19

Open julroger2013 opened 1 year ago

julroger2013 commented 1 year ago

This is kind of a companion request to Issue #18, which I just opened. Rather than designating the time that should be added to the start and end of a timestamp when creating an audio note, I think a clock-in, clock-out system would be helpful.

The implementation I'm imagining is this:

This would make it easier to create an audio note with precise start and stop times so that we can better avoid capturing too much or too little audio & transcript when taking notes.

Thanks again for making this plugin! It works really well.

julroger2013 commented 1 year ago

I think a logical addition to this would be allowing plugin settings that add different amounts of time to the stop & start points of an audio sample, rather than, for example, a uniform 5 seconds +/- to a particular timestamp.

jjmaldonis commented 1 year ago

Glad you like the plugin!

This makes sense. It would be nice to have start/stop buttons for the transcript+codeblock generation. I'm going to close #18 in favor of this.

It is straightforward to add different +/- durations. I can do that in the next update. The start/stop buttons may take longer.