|
NSUNI/NSLAR Library a250670
|
Contains functions to encode and decode ADPCM audio buffers. More...
Go to the source code of this file.
Namespaces | |
| namespace | nnl |
| namespace | nnl::adpcm |
| Contains functions to encode and decode ADPCM audio buffers. | |
Functions | |
| Buffer | nnl::adpcm::Encode (const std::vector< i16 > &pcm) |
| Encodes a PCM audio buffer into ADPCM format. | |
| std::vector< i16 > | nnl::adpcm::Decode (BufferView adpcm) |
| Decodes an ADPCM audio buffer into PCM format. | |
Contains functions to encode and decode ADPCM audio buffers.
ADPCM compression is used in PHD/PBD sound banks.