Public Member Functions | |
int32_t | Decode (uint_t uDeltaCode) |
Given a 4 bit sample, process a sample. | |
Public Attributes | |
int32_t | m_iFirstSample |
First audio sample. | |
int32_t | m_iSecondSample |
Second audio sample. | |
int32_t | m_iCoef1 |
Coefficient 1 constant. | |
int32_t | m_iCoef2 |
Coefficient 2 constant. | |
int32_t | m_iIndex |
Index into step size table. | |
int32_t BURGER_API Burger::ADPCMState_t::Decode | ( | uint_t | uDeltaCode | ) |
Given a 4 bit sample, process a sample.
Decode a sample and update the state tables Each sample is 4 bits in size
int32_t Burger::ADPCMState_t::m_iCoef1 |
Coefficient 1 constant.
int32_t Burger::ADPCMState_t::m_iCoef2 |
Coefficient 2 constant.
int32_t Burger::ADPCMState_t::m_iFirstSample |
First audio sample.
int32_t Burger::ADPCMState_t::m_iIndex |
Index into step size table.
int32_t Burger::ADPCMState_t::m_iSecondSample |
Second audio sample.