Display HTML5 jQuery Audio Player On Front Page

If the plugin has shortcodes, then you can use the function do_shortcode to display it within a theme file.

It’d be a case of:

<div class="align-center"><?php do_shortcode( "[audio-player title="Lorem Ipsum"]" ); ?></div>