Skip to content
Advertisement

Tag: wav

Create a wav file from blob audio django

On the client side, I am sending a blob audio (wav) file. On the server side, I am trying to convert the blob file to an audio wav file. I did the following: I thought that converting the blob would be similar to converting a blob image to a jpeg file, but was very incorrect in that assumption. That didn’t

Playing a wavefile from the html using flask framework?

This is my run.py code This my base.html file this my tasks.html This my s1.html In the s1.html i have a hyperlink to a audio wav file . I want to play the audio file from the s1.html. The wav file is present in the root directory. It is throwing error GET /ps.wav HTTP/1.1″ 404 Please tell how to solve

Advertisement