Commit Graph

15 Commits

Author SHA1 Message Date
Trek H 16df9e78cb ADPCM: encoder now uses bytes.Buffer so that bytes and byte arrays can be written out 2019-02-28 13:05:45 +10:30
Trek H 3ebf928ffe ADPCM: encoder now using byte writer instead of returning byte slices 2019-02-28 12:53:51 +10:30
Trek H d1c37569c4 ADPCM: resructure to encoder and decoder structs 2019-02-28 11:53:16 +10:30
Trek H 1ac4b16b5b ADPCM: removed reference to revid in headers 2019-02-27 16:46:15 +10:30
Trek H d95ce7efe6 ADPCM: fixed conversions and calculations for block variables 2019-02-25 14:43:26 +10:30
Trek H 936677f747 ADPCM: added descriptions to file headers and author to readme 2019-02-25 11:55:13 +10:30
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