Mozzi  version 2016-12-11-17:03
sound synthesis library for Arduino
AudioConfigTeensy3_12bit.h
1 #ifndef AUDIOCONFIGTEENSY3_12BIT_H
2 #define AUDIOCONFIGTEENSY3_12BIT_H
3 
4 
7 /* Used internally to put the 0-biased generated audio into the centre of the output range (12 bits on Teensy 3) */
8 #define AUDIO_BIAS ((uint16_t) 2048)
9 
10 #define AUDIO_CHANNEL_1_PIN A14
11 
12 #endif // #ifndef AUDIOCONFIGTEENSY3_12BIT_H
13