- Idea: Solve it with HTML audio tag
- Method: Copy and paste the following code into the note
- Note: Change the audio file path to an absolute path based on the system
<audio controls loop src='file path' />
- For example:
<audio controls loop src='f:/audio/song.mp3' />