Skip to content

Commit 225eefc

Browse files
committed
cleanup adpcm test
1 parent a843652 commit 225eefc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/tests/codecs/test-codec-adpcm/test-codec-adpcm.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
*/
1212
#include "AudioTools.h"
1313
#include "AudioTools/AudioCodecs/CodecADPCM.h" // https://github.com/pschatzmann/adpcm
14-
#include "AudioTools/AudioLibs/AudioBoardStream.h"
14+
//#include "AudioTools/AudioLibs/AudioBoardStream.h" //
1515

1616
AudioInfo info(44100, 2, 16);
1717
SineWaveGenerator<int16_t> sineWave( 32000); // subclass of SoundGenerator with max amplitude of 32000
1818
GeneratedSoundStream<int16_t> sound( sineWave); // Stream generated from sine wave
19-
//AudioBoardStream out(AudioKitEs8388V1);
2019
//I2SStream out;
2120
//AudioBoardStream out(AudioKitEs8388V1);
2221
CsvOutput<int16_t> out(Serial);

0 commit comments

Comments
 (0)