Add audio in Github readme.md

Viewed 8408

Is there a way to add an audio bar in the Github readme.md? I want to be able to play a certain mp3 file directly through the readme.md, rather than be directed to some soundcloud or youtube link.

2 Answers

As of May 2021, GitHub supports video uploads, and sort of supports audio uploads. While you cannot directly upload .wav or .mp3 files to GitHub, uploading a .mp4 or .mov file containing only audio gives an (albeit poorly-formatted) audio player: Audio player

You can convert .wav and .mp4 files into compatible video files with freeconvert.com or any similar converter.

Related