We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6940f5c commit 1eb59cbCopy full SHA for 1eb59cb
examples/adc-a2dp/adc-a2dp.ino
@@ -11,7 +11,7 @@ using namespace sound_tools;
11
ADC adc;
12
BluetoothA2DPSource a2dp_source;
13
// The data has a center of around 26427, so we we need to shift it down to bring the center to 0
14
-<int16_t> scaler(1.0, -26427, 32700 );
+FilterScaler<int16_t> scaler(1.0, -26427, 32700 );
15
16
// callback used by A2DP to provide the sound data
17
int32_t get_sound_data(Channels* data, int32_t len) {
0 commit comments