我的index.html
文件包含以下代码行:
<audio controls>
<source src="tts.wav" type="audio/wav">
</audio>
这就是我的html页面音频的样子。即使文件存在,它也会变灰:
我收到此错误消息Failed to load resource: the server responded with a status of 404 (Not Found) :3000/tts.wav
我该如何解决这个问题?