in web application, have foot pedal , playing .wav files using html audio player.
but suitable work foot pedal using html audio player.
if not suitable work html audio player can 1 please suggest me audio player use work foot pedal.
thank you
the html5 <audio> element specifies standard way embed audio in web page.
and dont need other thing play audio in html web
this element support of browsers , easy use code :
<audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> browser not support audio element. </audio> also supported .wav type of audios
Comments
Post a Comment