Developer World
Spresense SDK Library v3.2.0-ebc0364
AsInitRecorderParam Struct Reference

#include <audio_recorder_api.h>

Public Attributes

uint32_t sampling_rate
 [in] Select sampling rate for recorded data More...
 
uint8_t channel_number
 [in] Select InitRecorder input channels More...
 
uint8_t bit_length
 [in] Select InitRecorder input bit length More...
 
uint8_t codec_type
 [in] Select InitRecorder codec type More...
 
uint8_t computational_complexity
 [in] Select InitRecorder computational complexity More...
 
uint32_t bitrate
 [in] Select InitRecorder bitrate More...
 
char dsp_path [AS_AUDIO_DSP_PATH_LEN]
 [in] DSP path
 

Detailed Description

InitRecorder Command (AUDCMD_INITREC) parameter

Member Data Documentation

◆ sampling_rate

uint32_t sampling_rate

[in] Select sampling rate for recorded data

Use #AsInitRecorderSamplingRateIndex enum type

◆ channel_number

uint8_t channel_number

[in] Select InitRecorder input channels

Use #AsInitRecorderChannelNumberIndex enum type

◆ bit_length

uint8_t bit_length

[in] Select InitRecorder input bit length

Use #AsInitRecorderBitLength enum type

◆ codec_type

uint8_t codec_type

[in] Select InitRecorder codec type

Use #AsInitRecorderCodecType enum type

◆ computational_complexity

uint8_t computational_complexity

[in] Select InitRecorder computational complexity

Use AsInitRecorderComputationalComplexity enum type

◆ bitrate

uint32_t bitrate

[in] Select InitRecorder bitrate

Use #AsInitRecorderBitrate enum type


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