get sample rate , channels , sample bits as variable from decoder . #921
Answered
by
pschatzmann
aqildad-create
asked this question in
Q&A
-
decoder successfully change i2s sample rate ,bits and channel --- decoder.setNotifyAudioChange(i2s); -- but i want to display these attribute on screen so i need it as variable . I read relevant documents but cant find the solution nor in any example . so need your guidance . |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jul 12, 2023
Replies: 1 comment
-
If you check the class documentation you will find the audioInfo() method! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you check the class documentation you will find the audioInfo() method!