testxlog

testxlog

Enable looping playback of embedded local audio in Obsidian

  • 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' />
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.