Skip to content

Questions about Bluetooth streaming #26

Answered by pschatzmann
craiglindley asked this question in Q&A
Discussion options

You must be logged in to vote

Interesting question. One small disclaimer: I did't try this myself so I don't know all the stumbling blocks!
I think most likely you will be streaming mp3. So the relevant information is provided by the codec. I noticed that most often I am getting the following output:

  • sample_rate: 44100
  • bits_per_sample: 16
  • channels: 2
    And this is exactly what you need for A2DP as well!

I suggest that you experiment first a little bit with the following sketch:
https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-player/player-url-i2s

So there is a good chance that in most cases it might just work...

Replies: 6 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@craiglindley
Comment options

@craiglindley
Comment options

@pschatzmann
Comment options

Comment options

You must be logged in to vote
10 replies
@craiglindley
Comment options

@craiglindley
Comment options

@pschatzmann
Comment options

@pschatzmann
Comment options

@monojk
Comment options

Comment options

You must be logged in to vote
1 reply
@pschatzmann
Comment options

Comment options

You must be logged in to vote
1 reply
@pschatzmann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants