|
|
@@ -29,14 +29,17 @@ |
|
|
|
``` |
|
|
|
|
|
|
|
``` |
|
|
|
SAMPLE_RATE_DIVIDE_BY_x --> This sets 'SAMPLE_SKIP' to pass on every (x) data piont from the Audio Block being saved to the buffer, it determines the sample rate. |
|
|
|
SAMPLE_RATE_DIVIDE_BY_x --> This sets 'SAMPLE_SKIP' to pass on every (x) data piont from the |
|
|
|
Audio Block being saved to the buffer, it determines the sample rate. |
|
|
|
``` |
|
|
|
|
|
|
|
``` |
|
|
|
NUM_SAMPLES --> This the size of each buffer, there two for double buffering. |
|
|
|
``` |
|
|
|
``` |
|
|
|
SAMPLE_SKIP --> This sets your sample window lenght and sampling rate. Sample Window Size is (NUM_SAMPLES * SAMPLE_SKIP) of the ~44100 samples every second. Sample Rate is (AUDIO_SAMPLE_RATE_EXACT / SAMPLE_SKIP). |
|
|
|
SAMPLE_SKIP --> This sets your sample window lenght and sampling rate. Sample Window Size is |
|
|
|
(NUM_SAMPLES * SAMPLE_SKIP) of the ~44100 samples every second. Sample Rate is |
|
|
|
(AUDIO_SAMPLE_RATE_EXACT / SAMPLE_SKIP). |
|
|
|
``` |
|
|
|
<!-- language: lang-none --> |
|
|
|
Hookup Guide - 1.2v DC Bias and High Pass Filter - No Amplification |