locked
[UWP]How to convert AAC byte stream to PCM in UWP RRS feed

  • Question

  • How to convert AAC byte stream to PCM before playing in UWP since AudioGraph - CreateFrameInputNode encoding properties accepts only PCM. How to play AAC byte stream in UWP using AudioGraph?

    Friday, June 9, 2017 11:26 AM

Answers

  • I thought we have to convert AAC byte stream to PCM before playing it in UWP. After looking in Media​Stream​Source class I understood there is no need for conversion. Solved the issue by supplying AAC data to Media​Stream​Source. Used MediaPlayer to play Media​Stream​Sample data.
    Thursday, June 22, 2017 7:22 AM
  • I thought we have to convert AAC byte stream to PCM before playing it in UWP. After looking in Media​Stream​Source class I understood there is no need for conversion. Solved the issue by supplying AAC data to Media​Stream​Source. Used MediaPlayer to play Media​Stream​Sample data.
    Thursday, June 22, 2017 7:26 AM

All replies