Atsushi Watanabe
|
96fd92142c
|
Fix go vet errors on 1.16
- Avoid 'possible misuse of reflect.SliceHeader'
- Fix 'call to (*T).Fatal from a non-test goroutine'
|
2021-03-26 08:27:08 +09:00 |
|
Lukas Herman
|
122aec0536
|
Make raw audio decoder more practical
|
2020-06-17 11:02:47 -04:00 |
|
Lukas Herman
|
8c49553179
|
Fix invalid copy for non interleaved
|
2020-06-07 11:27:34 -04:00 |
|
Atsushi Watanabe
|
6735d5541e
|
Directly copy memory in audio decoder if endianness matches
|
2020-06-07 11:27:34 -04:00 |
|
Lukas Herman
|
94b57d40e3
|
Add raw audio decoder
* Add Int16Interleaved and Int16NonInterleaved formats
* Add Float32Interleaved and Float32NonInterleaved formats
* Add unit tests
|
2020-06-07 09:54:26 -04:00 |
|