Send MP3/audio file to BT sink on trigger #415
-
Could someone please point me to one of the example files (impressive library!) that I could use for the following please?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The Readme of this project contains all the information that you need! If you are new to audio, maybe the introduction to the AudioTools Wiki might help. Also read the Readme of the AudioTools. I suggest to use PCM data if possible instead of mp3. Otherwise you will need to do some more reading in the AudioTools... I suggest to use the MemoryStream from the AudioTools as data source: This should make the implementation quite trivial... Just learn how to use the callback! In the pause you would just send 0 values... |
Beta Was this translation helpful? Give feedback.
-
Just use https://github.com/pschatzmann/arduino-audio-tools: Read the Readme and the Wiki |
Beta Was this translation helpful? Give feedback.
The Readme of this project contains all the information that you need! If you are new to audio, maybe the introduction to the AudioTools Wiki might help. Also read the Readme of the AudioTools. I suggest to use PCM data if possible instead of mp3. Otherwise you will need to do some more reading in the AudioTools...
I suggest to use the MemoryStream from the AudioTools as data source: This should make the implementation quite trivial...
Just learn how to use the callback! In the pause you would just send 0 values...