I don't know anything about the codec (expect that is is not finished and does not work anyway), try asking on the mailing list.
On 16.7.2017 18:11, Telliez Landry wrote:
Hello,
I encounter an error at launching
./voice_frame.py
Traceback (most recent call last): File "./voice_frame.py", line 105, in <module> Frame = get_voice_frame (line) File "./voice_frame.py", line 67, in get_voice_frame J = json.loads (json_row) File "/usr/lib/python3.5/json/__init__.py", line 319, in loads Return _default_decoder.decode (s) File "/usr/lib/python3.5/json/decoder.py", line 339, in decode Obj, end = self.raw_decode (s, idx = _w (s, 0) .end ()) File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode Raise JSONDecodeError ("Expecting value", s, err.value) from None Json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
What is the solution to this problem
Thank you for your reply
Regards,