- one audio instance for the whole obsidian vault
- easy to initialize
- wave visualizer
- keeps playing even if you've closed the tab
- add bookmarks to your audio files
- minimal version of player
- chapter support, only play part of your audio file
```audio-player
audio: [[my_audio.ogg]]
title: Yuru Talk 18
00:00:37 --- Section 1
00:02:42 --- Section 2
00:01:04 --- Section 3
```
```audio-player
audio: [[my_audio.ogg]]
chapter: 00:00:37;00:01:06
type: small
```
this will only play the given chapter (00:00:37 - 00:01:06) of the given audio file.
audio
- Internal obsidian link to the audio filetitle
- Optional: Title to displaytype
- Optional: Set to 'small' for smaller playerchapter
- Optional: Part of the audio to play
accessable through command menu (Ctrl-P)
- Pause Audio to pause whatever audio is playing
- Resume Audio to resume
Audio files using VBR can desync the waveform with the played audio. If you can, use CBR for your audio files. See here for more info.