audio.h 272 B

123456789101112131415
  1. #ifndef __AUDIO_H_
  2. #define __AUDIO_H_
  3. #include "bsp_anc.h"
  4. #include "bsp_aux.h"
  5. #include "bsp_dac.h"
  6. #include "bsp_eq.h"
  7. #include "bsp_audio.h"
  8. #include "bsp_effect.h"
  9. #include "bsp_anc_alg.h"
  10. #include "bsp_set_effect.h"
  11. #include "bsp_anc_tool.h"
  12. #endif // __AUDIO_H_