by Dennis Knake on WordPress.org
DS Custom Audio Player adds a modern, responsive and customizable HTML5 audio player. Works in Gutenberg Block Editor and Classic Editor.

Global Settings Menu
The DS Custom Audio Player provides a lightweight, flexible and accessible alternative to the default WordPress audio player. It is designed for bloggers, podcasters and musicians who want more control over the look and functionality of their audio embeds without functionality overkill. It’s still just a simple player.
Comes with Language files for German, French, Spanish and Italian WordPress Installations
This plugin uses the text domain ds-custom-audio-player.
Basic example:
[dscap_audio src=”https://example.com/audio/song.mp3″]
src – required, URL to the audio file. width – CSS value, e.g. 400px or 100%. color – Button background color, e.g. #0073e6. bg – Player background color. icon – SVG icon color, e.g. #ffffff. compact – 0 = normal view incl. Metadata, 1 = compact view, 2 = super compact view show_volume – 1 = show volume control, 0 = hide. show_download – 1 = show download button, 0 = hide. align – alignment: left, center, or right. Example with overrides:
[dscap_audio src=”https://example.com/audio/podcast.mp3
” width=”100%” color=”#ff0000″ icon=”#000000″ compact=”1″ show_download=”0″ align=”center”]