Thank you, the question has been solved by another friend developer
Here is his code:
<?php if (function_exists("insert_audio_player")) {
if ( is_home() ) {
// homepage code goes here
insert_audio_player("[audio:https://link.mp3]");
} else {
// other pages code go here
insert_audio_player("[audio:https://link2.mp3]");
}
} ?>
Hope this helps another people who have the same problem