How to write data correctly? #440
-
Hello, I'm new to microcontroller programming and I have a question. How do I need to transfer data for recording via bluetooth correctly? I have this situation: I get audio data on trrs breakout, but I can't write it to the column using your library. Could you help me solve this problem? I get stereo by trrs breakout. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Your description is slightly confusing and I am not sure if I understand you correctly: I assume you want to use the Bluetooth Sink and output the audio to your trrs breakout. This is simply what's already described in the Readme 'Output to the Internal DAC' chapter. However I do not recommend to use the internal DAC for Audio but to use a proper external DAC as described in the Wiki. |
Beta Was this translation helpful? Give feedback.
-
It is quite challenging to use A2DPSource, so if you are a beginner, it is nothing for you: Additional hint you need a proper Audio ADC that can provide stereo 16 bit at 44100 samples per second! Thought I never used this, I would expect it is far easier to just use a A2DP Module |
Beta Was this translation helpful? Give feedback.
Your description is slightly confusing and I am not sure if I understand you correctly: I assume you want to use the Bluetooth Sink and output the audio to your trrs breakout. This is simply what's already described in the Readme 'Output to the Internal DAC' chapter.
However I do not recommend to use the internal DAC for Audio but to use a proper external DAC as described in the Wiki.