modified audio output frequency as a variable

This commit is contained in:
Keith Au
2019-12-31 10:34:32 +08:00
parent d8f34aa64d
commit 3b80f63cb9
3 changed files with 25 additions and 14 deletions

View File

@@ -226,6 +226,13 @@
#define DEFAULT_FREQ (MIN_FREQ)
#endif
/**
* @brief Default Audio output sampling frequency
*/
#ifndef DEFAULT_AUDOUT_FREQ
#define DEFAULT_AUDOUT_FREQ (48000)
#endif
/* Audio Class Defines */
/**