标签: python audio
我使用html = response.read() {{1}}从网址(例如)下载mp3。如何将其转换为wav并将数据保存在变量的内存中而不将其保存到本地文件并再次读出?
html = response.read()