Smart Remote 3 nRF52 v1.2
drv_audio_dsp.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
10 #ifndef __DRV_AUDIO_DSP_H__
11 #define __DRV_AUDIO_DSP_H__
12 
13 #include "nrf.h"
14 #include "arm_math.h"
15 
24 void drv_audio_dsp_gain_control(q15_t *p_samples_q15, unsigned int buffer_size);
25 
33 void drv_audio_dsp_equalizer(q15_t *p_samples_q15, unsigned int buffer_size);
34 
35 #endif

Documentation feedback | Developer Zone | Subscribe | Updated