Read Data Size Issue #155
Answered
by
pschatzmann
degnarraer
asked this question in
Q&A
-
read_data_stream data length is too big for my app, how can I set it. Currently it is outputting 1024 samples (4096 bytes) every call. I am pushing that data to queues and that is not making my app very happy. I would like the call back to be called way more frequently, but with less data. Is there a way that I can set this somewhere? |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jan 10, 2022
Replies: 1 comment
-
I am not aware of any functionality which would allow this. |
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
I am not aware of any functionality which would allow this.
You could consider to combine the 2 channels into one and/or convert it from int16_t to int8_t.