vs1053 #448
-
You indicated that the stream is audi PCM, but vs1053 does not perceive it |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 11 replies
-
This has nothing to do with A2DP and as far as I know the vs1053 does not support PCM. I converted this into a discussion because there is clearly no bug in my library. |
Beta Was this translation helpful? Give feedback.
-
Please read the specification again: It indicates that PCM and ADPCM is supported by providing WAV! After all that's exactly what my other projects are about e.g. |
Beta Was this translation helpful? Give feedback.
-
Tell me how and how can I convert this format so that it would be accepted by vs1053? |
Beta Was this translation helpful? Give feedback.
-
It would be ideal if they added support for this chip to the library |
Beta Was this translation helpful? Give feedback.
-
That does not make any sense at all. The A2DP library is part of the AudioTools which provides exactly what you are asking for |
Beta Was this translation helpful? Give feedback.
-
I just don't understand how to use it |
Beta Was this translation helpful? Give feedback.
-
how do i get the vs1053 stream to play? from read_data_stream |
Beta Was this translation helpful? Give feedback.
-
Use an EncodedAudioStream and define the output to be a VS1053Stream, also provide a WAV Encoder so that the output is converted to WAV. In the data callback function you just write to the EncodedAudioStream. Don't forget to open the streams properly... If you double check the VS1053Stream API, there is even a short cut where the above is done automatically. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I will try |
Beta Was this translation helpful? Give feedback.
-
Everything worked out great for me, YouTube transmits sound, but how can I make sure that the sound is transmitted when making a call? |
Beta Was this translation helpful? Give feedback.
This has nothing to do with A2DP and as far as I know the vs1053 does not support PCM.
I converted this into a discussion because there is clearly no bug in my library.
Did you try to encode the output into a WAV format ?