c# - Wav files not working after conversion of DSS and DS2 file -


in web application need convert dss , ds2 files .wav format done using switch audio converter link http://www.nchsoftware.com/ problem after converting wav format unable play audio files below code used

<form id="form1" runat="server">     <div>     <audio controls="controls" autoplay="autoplay">         <source src="sounds/dpm317.wav"/>     </audio> 

actually dpm317 in dss format , had converted .wav format after converting has placed thatwav file in application creating folder sounds , placed converted dss file in folder , had placed path in source src not working can me out mistake new this


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -