arduino-audio-tools/examples/examples-stream/streams-generator-a2dp
2024-03-21 08:51:06 +01:00
..
README.md Example simple_tts to a2dp 2023-09-07 10:25:37 +02:00
streams-generator-a2dp.ino rename to A2DPStream.h 2024-03-21 08:51:06 +01:00

Test Signal to Bluetooth Speaker

Sometimes it is quite useful to be able to generate a test tone. We can use the GeneratedSoundStream class together with a SoundGenerator class. In my example I use a SineWaveGenerator.

To test the output I'm using this generated signal and write it to A2DP (e.g. a Bluetooth Speaker).

Dependencies