Trek H
|
8f282b1200
|
ADPCM: resructure to encoder and decoder structs
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
5204b52ece
|
ADPCM: removed reference to revid in headers
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
1ad2195938
|
ADPCM: fixed conversions and calculations for block variables
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
48e848b7c4
|
ADPCM: added descriptions to file headers and author to readme
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
3f8d889ce5
|
ADPCM: correct calls to adpcm functions in test
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
ebdd65ea09
|
ADPCM: Simplified for loops for creating and encoding/decoding blocks
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
408a952c9a
|
ADPCM: changed adpcm_test.go to use pre-allocation of byte slices
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
071b16ccf6
|
ADPCM: pre-allocating memory for entire known length of output byte slice
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
8762b3c74f
|
ADPCM: fixed spacing and overflow check
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
1d88c498ca
|
ADPCM: added decode test, named constants and added comments
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
9fdfde6d87
|
ADPCM: removed todo comments
|
2019-03-08 15:27:10 +10:30 |