this side Priti and my question is- How to play an audio/amr file in computer using HTML code?
Asked
Active
Viewed 1,035 times
1 Answers
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>

Peerbits - Backend Team
- 167
- 9
-
-
Please check [link](https://stackoverflow.com/questions/27915454/how-to-play-amr-file-on-a-website) – Peerbits - Backend Team Apr 04 '18 at 07:39