adding variable reference freqency support. Currently only 48kHz work

This commit is contained in:
Keith Au
2020-01-16 15:05:41 +08:00
parent 1ef566a570
commit 2f4da7f262
3 changed files with 18 additions and 1 deletions

View File

@@ -233,6 +233,13 @@
#define DEFAULT_AUDOUT_FREQ (48000)
#endif
/**
* @brief Default Reference input sampling frequency
*/
#ifndef DEFAULT_AUDIN_FREQ
#define DEFAULT_AUDIN_FREQ (48000)
#endif
/* Audio Class Defines */
/**