summaryrefslogtreecommitdiff
path: root/rcaudio/mainSBC.h (plain)
blob: a1fd48c1e603933f3d25cb9527915dbc980075ea
1void sbc_decoder_reset(void);
2int32_t BCM_SBC_Decode(uint8_t * DataIn, uint16_t *usDecodedBuffer, FILE * fOutput);
3
4