在Django中,尝试使用base64编码对.wav文件进行编码,但出现此错误

时间:2018-06-26 12:35:39

标签: django api encoding base64 wav

audio_content = open("okay.wav").read()
AUDIO_FILE = base64.b64encode(audio_content)

screen shot of the error I am getting

我正在尝试使用base64编码对.wav文件进行编码,但出现此错误

任何建议?

0 个答案:

没有答案