I have cards with several sounds on them, a word and a couple of example sentences. I’d like the sounds to auto-play, but with a pause of half a second or so between them, to give me a chance to recall the word before I hear the examples.
There is another thread about this issue titled “Interval between audio playbacks during autoplay”. However the solution there doesn’t work for me, possibly because I’m on a Mac.
Is there a way to achieve this in Anki Desktop on a Mac?
For some inexplicable reason I’m not allowed to include links in my quesiton, but the URL of the other thread is https://forums.ankiweb.net/t/interval-between-audio-playbacks-during-autoplay/2308
The script on that page runs and creates a file in ~/Library/Application Support/Anki2, but seems to have no effect on audio playback, even if I restart Anki.
I don’t even know what mpv is (though I could guess it’s an audio player), so if it’s not the default on Mac I almost certainly don’t use it.
There doesn’t seem to be an anki command. I tried running open /Applications/Anki.app but it just opened Anki without printing anything to the terminal.
Since the message isn’t there I’m guessing mpv is installed.
To diagnose whether mpv supports adding a pause between audio playbacks at all, I ran the following in the terminal (on debian linux):
mpv --audio-wait-open=1 ./A.mp3 ./B.mp3
Result? Audio is played just fine, just without the desired pause.
I couldn’t really find anything on the internet regarding possible reasons and fixes and thus asked an ai chat bot. Its answer might be inaccurate but it does seem to make sense to me. The AIs answer:
As of the latest versions of mpv, the option --audio-wait-open is primarily used to control how long to wait for an audio stream to become available before starting playback. It doesn’t create an intentional pause between tracks in the same way you might be expecting.
[…]
While you noted reports from users about audio-wait-open, it’s primarily utilized in scenarios where there’s buffering involved rather than controlling playback timing between multiple files.
If this option is given, the player will wait for the given amount of seconds after opening the audio device before sending actual audio data to it. Useful if your expensive hardware discards the first 1 or 2 seconds of audio data sent to it.
So in short: Apparently it worked for the other users because their hardware just happend to behave this way.
Workaround
You can open some audio creating tool (like audacity),
create one minute of silence,
save the file,
include it in your fields.
Not ideal but the best thing I can come up with right now.
(and maybe js can be used to automate this in your template)
Edit: I just remembered I helped a user a while ago to set up a “ding” sound. You can look through the code and discussion and modify the code to create an automated one second pause: Conditional Audio Playback - #5 by Anon_0000.