hpw421初始版本
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user