WalkerCao

Results 2 issues of WalkerCao

This two bug was found on Python3.2 for RaspberryPi. 1. COLOR = u'#444' ^ SyntaxError: invalid syntax Fix: remove the "u" before '#444' 2. File "server.py", line 123, in run...

目前这个库中的G726貌似是ffmpeg中的AV_CODEC_ID_ADPCM_G726类型。 怎样才能支持ffmpeg中的AV_CODEC_ID_ADPCM_G726LE(RFC3551)的类型呢?