Files
hpw421/component/SBC/encoder/msbc_encoder_port.h
2026-07-03 18:08:25 +08:00

11 lines
285 B
C

#ifndef __MSBC_ENCODER_PORT_H_
#define __MSBC_ENCODER_PORT_H_
int msbc_encoder_num_audio_frames(void);
uint8_t * msbc_encoder_sbc_buffer(void);
uint16_t msbc_encoder_sbc_buffer_length(void);
int msbc_encoder_init(void);
void msbc_encoder_process_data(int16_t * input_buffer);
#endif