streams-generator-a2dp and stream mixing #544
-
I have tried the streams-generator-a2dp example and although it connects to the Bluetooth speaker I don't get any sound. the debug output shows However I can get sound with BluetoothA2DPSource using data from OneChannelSoundData My aim is to have a number of sound samples in memory send them to the Bluetooth speaker using the mixer. I have tried streams-memory_pcm-mixer-audiokit and that works fine to the serial plotter. What file format would be required in the MemoryStream to be able to send the output to the Bluetooth speaker. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I recommend to use the Basic Callback API. You have much more control there! There are several examples in the A2DP project and in the Basic Examples of this project. |
Beta Was this translation helpful? Give feedback.
I recommend to use the Basic Callback API. You have much more control there! There are several examples in the A2DP project and in the Basic Examples of this project.