Get raw PCM audio from Transport Stream #47
Answered
by
samuraiexx
samuraiexx
asked this question in
Q&A
-
Hi! Follows the code I've done so far.
Other than that, thanks for your work on this wrapper for rust! |
Beta Was this translation helpful? Give feedback.
Answered by
samuraiexx
Jan 27, 2021
Replies: 1 comment
-
I already found out how: using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samuraiexx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I already found out how: using
decoded_frame.plane::<f32>(0)[i]
- my code completer/formater/.. wasn't understanding that it was an audio frame.Thanks =]