|
Niotso
git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
|
Go to the source code of this file.
Classes | |
| struct | xaheader_t |
Functions | |
| size_t | xa_compressed_size (size_t Frames, size_t Channels) |
| int | xa_read_header (xaheader_t *XAHeader, const uint8_t *Buffer, size_t FileSize) |
| int | xa_decode (const uint8_t *__restrict InBuffer, uint8_t *__restrict OutBuffer, size_t Frames, size_t Channels) |
| size_t xa_compressed_size | ( | size_t | Frames, |
| size_t | Channels | ||
| ) |
| int xa_decode | ( | const uint8_t *__restrict | InBuffer, |
| uint8_t *__restrict | OutBuffer, | ||
| size_t | Frames, | ||
| size_t | Channels | ||
| ) |
| int xa_read_header | ( | xaheader_t * | XAHeader, |
| const uint8_t * | Buffer, | ||
| size_t | FileSize | ||
| ) |
1.8.4