mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-25 00:02:27 +00:00
hfp_msbc: annotate PCM samples are in host endianess
This commit is contained in:
parent
2faa06e0e6
commit
972807b1e9
@ -82,7 +82,7 @@ typedef struct {
|
|||||||
* @brief Init SBC decoder
|
* @brief Init SBC decoder
|
||||||
* @param state
|
* @param state
|
||||||
* @param mode
|
* @param mode
|
||||||
* @param callback for decoded PCM data
|
* @param callback for decoded PCM data in host endianess
|
||||||
* @param context provided in callback
|
* @param context provided in callback
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -128,8 +128,8 @@ void btstack_sbc_encoder_init(btstack_sbc_encoder_state_t * state, btstack_sbc_m
|
|||||||
int blocks, int subbands, int allocation_method, int sample_rate, int bitpool);
|
int blocks, int subbands, int allocation_method, int sample_rate, int bitpool);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Process received PCM data
|
* @brief Encode PCM data
|
||||||
* @param buffer
|
* @param buffer with samples in host endianess
|
||||||
*/
|
*/
|
||||||
void btstack_sbc_encoder_process_data(int16_t * input_buffer);
|
void btstack_sbc_encoder_process_data(int16_t * input_buffer);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user