Reading full 32-bit data stream on sink #183
-
Hi, I’m trying to access the full data stream for a sink to do some signal processing on it, but using set_stream_reader only allows 8 bits of the data, resulting in clipping, I was wondering if it’s possible to access the whole stream or remove the clipping by converting the 32 but stream to 8 bits. thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Mar 7, 2022
Replies: 2 comments 5 replies
-
No, it's not 8 bits. Its int16_t with 2 channels... |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
riskray
-
I have updated the readme to be a little bit clearer on this... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it's not 8 bits. Its int16_t with 2 channels...