Play a greeting sound at startup #380
-
Hello,
This is a wav audio file with unsigned 8 bit PCM encoding.
The error message I get is this:
This is the last attempt I tried after I read the documentation as far as I could understand it. Can you please help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This does not make any sense. The BluetoothSink is receiving Bluetooth Audio from a external Source (e.g. a Mobile Phone). You can't write data to it. I suggest that you re-read the README carefully! So you want to send the sound to a Bluetooth Speaker ? If you want to output the sound via I2S, I suggest that you use the AudioTools and manage the I2S outside of this library! |
Beta Was this translation helpful? Give feedback.
This does not make any sense. The BluetoothSink is receiving Bluetooth Audio from a external Source (e.g. a Mobile Phone). You can't write data to it. I suggest that you re-read the README carefully! So you want to send the sound to a Bluetooth Speaker ?
If you want to output the sound via I2S, I suggest that you use the AudioTools and manage the I2S outside of this library!