Trek H
|
e45c67e157
|
ADPCM: encoder now uses bytes.Buffer so that bytes and byte arrays can be written out
|
2019-03-08 15:27:10 +10:30 |
Trek H
|
edb0ec6de1
|
ADPCM: encoder now using byte writer instead of returning byte slices
|
2019-03-08 15:27:10 +10:30 |
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
|
48e848b7c4
|
ADPCM: added descriptions to file headers and author to readme
|
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
|
6edd86f5da
|
ADPCM: added helper function for adding int16s without overflowing
|
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
|
7f9a919baa
|
ADPCM: moved commands and adpcm codec to appropriate folders
|
2019-03-08 15:27:10 +10:30 |