how to read the response which is a sound file in python?
问题 I am sending a request to the server and server is sending a response back. But the response is in the form of sound file. working - I am sending the request, response is received on the terminal, so I am writing it to text but later how to convert that into a sound file (.wav). The response from the server is as shown below. The response as a text in the beginning and the binary in the middle and later text in the end. how to get a sound file out of it ? someone help me in this ? 来源: https:/