Open cracker0dks opened 9 years ago
Thanks for the lib. When I do inArray>encode>decode>outArray I get an outArray wich is bigger than my inArray.
var d1 = Codec.encode(inArray); var outArray = Codec.decode(d1);
inArray.length = 2048 outArray.length = 2079
why and how can i fix this? Because of this reason i get legs in my voice chat. Thanks :)
Thanks for the lib. When I do inArray>encode>decode>outArray I get an outArray wich is bigger than my inArray.
var d1 = Codec.encode(inArray); var outArray = Codec.decode(d1);
inArray.length = 2048 outArray.length = 2079
why and how can i fix this? Because of this reason i get legs in my voice chat. Thanks :)