Specificzlly, the problem seems to be with the 3rd bit of code you added.
I added that function at the end of my audio-player.php
at line 819. The error message i get is
Fatal error: Cannot redeclare media_send_to_editor() (previously declared in /home/church/www/pdf/wp-content/plugins/audio-player/audio-player.php:819) in /home/church/www/pdf/wp-admin/includes/media.php on line 170
line 819 reads
function media_send_to_editor( $html ) {
I am going to back up my media.php and then look for similar code in there, and replace it with your code…