如何在音频标签中播放高音量音频文件HTML

问题描述:

<audio src="/audioFiles/song.mp3" controls> 
Your browser does not support the audio element. 
</audio> 

这是我用来播放音频文件的代码。它适用于小文件。有没有什么办法可以在HTML中播放高音频文件?如何在音频标签中播放高音量音频文件HTML

我已经安装了并使用此外壳EXEC

shell_exec("/usr/local/bin/sox $oldVoice -r 8000 -c1 $newVoice -q -G"); 

现在,它的播放转换出的大小音频文件!