File tree Expand file tree Collapse file tree 6 files changed +4
-15
lines changed Expand file tree Collapse file tree 6 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 6
6
#include " Wire.h"
7
7
#include " Adafruit_ADS1015.h"
8
8
#include " BluetoothA2DPSource.h"
9
- #include " Buffer.h"
10
- #include " TimerAlarmRepeating.h"
9
+ #include " SoundTools.h"
11
10
12
11
const int buffer_size = 512 ;
13
12
const int buffer_count = 10 ;
Original file line number Diff line number Diff line change 1
1
2
2
#include " SoundTools.h"
3
- #ifndef A2DP
4
- #error You need to install the A2DP Library
5
- #endif
6
-
7
3
#include " BluetoothA2DPSource.h"
8
4
#include < SPI.h>
9
5
#include < SD.h>
Original file line number Diff line number Diff line change 2
2
* Test sampling rate
3
3
*/
4
4
5
- #include " SoundGenerator.h"
6
- #include " TimerAlarmRepeating.h"
7
- #include " Notes.h"
5
+ #include " SoundTools.h"
8
6
9
7
unsigned long count;
10
8
unsigned long start;
Original file line number Diff line number Diff line change 2
2
* Generate a sine wave to test the TimerAlarmRepeating and UpSampler
3
3
*/
4
4
5
- #include " SoundGenerator.h"
6
- #include " TimerAlarmRepeating.h"
7
- #include " Buffer.h"
5
+ #include " SoundTools.h"
8
6
9
7
const int sample_rate = 44100 ;
10
8
const int buffer_size = 512 ;
Original file line number Diff line number Diff line change 1
1
#include " AudioWAV.h"
2
- #include " AudioTools.h"
3
- #include " AudioToolsESP32.h"
2
+ #include " SoundTools.h"
4
3
5
4
I2S i2s; // I2S output destination
6
5
WAVDecoder decoder (i2s);
Original file line number Diff line number Diff line change 1
1
#pragma once
2
- #include " Config.h"
3
2
#include " SoundTypes.h"
4
3
#include " BluetoothA2DPSource.h"
5
4
You can’t perform that action at this time.
0 commit comments