Reading decoded MP3 Data #506
pschatzmann
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far the standard use case of the EncodedAudioStream was to define the final output destination and a Decoder and write the encoded (e.g. mp3) data to it.
I thought it might be cool if we could read the decoded data as well: When we specify the mp3 data input stream and the Decoder, we can just read the decoded data now as well: Here is a simple example.
Beta Was this translation helpful? Give feedback.
All reactions