Trek H
|
86506b916e
|
ADPCM: decoder now writes to bytes.Buffer instead of returning a byte array, tests updated.
|
2019-02-28 13:12:41 +10:30 |
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
|
936677f747
|
ADPCM: added descriptions to file headers and author to readme
|
2019-02-25 11:55:13 +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
|
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
|
a447a20229
|
ADPCM: moved commands and adpcm codec to appropriate folders
|
2019-02-11 12:11:26 +10:30 |