Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_sco_hook_event_mic_samples_t Struct Reference

Data associated with WICED_BT_SCO_HOOK_EVT_MIC_SAMPLES. More...

Data Fields

int16_t * p_input
 Pointer to Received PCM samples (16 bits, Mono)
 
int16_t * p_output
 Pointer to PCM samples which will be send (16 bits, Mono)
 
uint32_t sample_count
 Number of PCM samples.
 
union {
   uint32_t   value
 
   union {
      struct {
         uint32_t   timeSeqNum: 16
 
         uint32_t   res: 8
 
         uint32_t   bufSmpCnt: 8
 
      }   in
 < bit definition used for input SCO (PCM) data. More...
 
      struct {
         uint32_t   corr: 9
 
         uint32_t   sign: 1
 
         uint32_t   tStamp: 21
 
         uint32_t   reset: 1
 
      }   out
 
   }   sco_info
 
inserted_silence_len
 Number of silence PCM samples (0 for for Mic)
 

Detailed Description

Data associated with WICED_BT_SCO_HOOK_EVT_MIC_SAMPLES.

This event is received when Audio samples have been received from the Microphone


The documentation for this struct was generated from the following file: