Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 15940

audio playing is not working in react js and getting error while importing audio file

$
0
0

When try to run my this code,

<audio controls><source src="./audio/sound.mp3" type="audio/mpeg" /></audio>

The audio file was not playing.

Later I tried to do it this way :

import sound from './audio/sound.mp3'<audio controls><source src={sound} type="audio/mpeg" /></audio>

Module not found: Error: Can't resolve './notes/c.mp3' in the src

how can I import mp3/wav file in react without error ?


Viewing all articles
Browse latest Browse all 15940


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>