Spresense SDK Library v3.4.5-e9a4f17
Loading...
Searching...
No Matches
AsInitRecorderParam Struct Reference

#include <audio_recorder_api.h>

Public Attributes

uint32_t sampling_rate
 [in] Select sampling rate for recorded data
 
uint8_t channel_number
 [in] Select InitRecorder input channels
 
uint8_t bit_length
 [in] Select InitRecorder input bit length
 
uint8_t codec_type
 [in] Select InitRecorder codec type
 
uint8_t computational_complexity
 [in] Select InitRecorder computational complexity
 
uint32_t bitrate
 [in] Select InitRecorder bitrate
 
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: