Trek H
|
14f8e7d29c
|
ADPCM: correct calls to adpcm functions in test
|
2019-02-15 13:31:16 +10:30 |
Trek H
|
bd70144deb
|
ADPCM: Simplified for loops for creating and encoding/decoding blocks
|
2019-02-13 17:30:11 +10:30 |
Trek H
|
78a3127632
|
ADPCM: changed adpcm_test.go to use pre-allocation of byte slices
|
2019-02-13 16:58:21 +10:30 |
Trek H
|
7d3829d19f
|
ADPCM: pre-allocating memory for entire known length of output byte slice
|
2019-02-13 16:53:25 +10:30 |
Trek H
|
43c6027888
|
ADPCM: added helper function for adding int16s without overflowing
|
2019-02-13 12:43:13 +10:30 |
Trek H
|
c30b3de7c3
|
ADPCM: fixed spacing and overflow check
|
2019-02-13 11:53:06 +10:30 |
Trek H
|
eed8cf7b3f
|
ADPCM: added decode test, named constants and added comments
|
2019-02-12 14:49:16 +10:30 |
Trek H
|
a68b8ec5de
|
ADPCM: removed todo comments
|
2019-02-11 15:25:10 +10:30 |
Trek H
|
a447a20229
|
ADPCM: moved commands and adpcm codec to appropriate folders
|
2019-02-11 12:11:26 +10:30 |