rodio
rodio copied to clipboard
Access DecoderImpl ?
Hi, I would like to get tags of the FLAC file I'm reading. Claxon FlacReader has a method for that. https://docs.rs/claxon/0.4.2/claxon/struct.FlacReader.html#method.tags
However, I cannot find a way in rodio to access the DecoderImpl (here FlacDecoder) to get the reader
property
https://github.com/tomaka/rodio/blob/master/src/decoder/flac.rs#L14
Is it possible with the current code base? Or is it require some visibility changes?
Thanks