You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This approach will not work in your case because the filename you're using has a space in it and there's no end range.
We can try coming up with a better way of passing extra arguments that will ideally work for different playback programs.
One idea would be something like :FC_AUDIO_BEFORE_SETUP_FRONT: /Users/daraul/Test\ Method.mp3 :start 1:23 :end 4:56 where the space in the filename can be correctly parsed with a bit of effort.
I think passing extra arguments would be the better option. That way, you don't have to worry too much about spaces in the file path, and it'd be easier to discover this functionality by inspecting the package's arguments with describe-variable.
I've installed org-fc-audio, and can confirm that it works -- see my example card below.
I was under the impression that I'd be able to set the position of the audio, but so far my attempts have silently failed:
Am I making some syntax error, or is it not possible to start playback at a particular position?
The text was updated successfully, but these errors were encountered: