Hello Michael,
If you want to enforce all videos to be autoplay by default, edit the file /components/com_easyblog/themes/default/blog.audio.php and locate the codes below at line 23,
'autostart': <?php echo $autoplay; ?>,
Replace it with,
'autostart': true,