We have an app that uses DirectShow to allow us to analyse music files (mp3, m4a, etc.). We're basically using DirectShow to decode the audio, along with a SampleGrabber-style filter to inspect each sample.
We also do audio manipulation, and need to re-encode the music back to mp3 format.
Is there an equivalent of DirectShow that can be used from metro-style apps? If not, what would be the suggested route for re-implementing?