Revert Bytes changes, prevents ppremature GC on audio decoding

This commit is contained in:
Joshua Granick
2016-12-19 19:50:56 -08:00
parent 1283ad44f2
commit ad339aa827
28 changed files with 451 additions and 302 deletions

View File

@@ -43,7 +43,7 @@ namespace lime {
int bitsPerSample;
int channels;
int sampleRate;
ArrayBufferView data;
ArrayBufferView *data;
private: