0

this side Priti and my question is- How to play an audio/amr file in computer using HTML code?

Pri
  • 9
  • 3

1 Answers1

0

Please try with below code

<audio controls>
<source src="<?php echo $file;?>" type="audio/ogg">
Your browser does not support the audio element
</audio>