-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio play mp3 Enhancement #266
Comments
The For MP3 you can use I also have a Xaudio2 sample (i.e. doesn't use DirectX Tool Kit for Audio) for WMA here. Note that due to patent issues, my tutorial on additional compressed streaming formats would likely not be MP3 but Ogg Vorbis instead, but the basic pattern would apply to any audio decompression library that produces PCM data. For background on the concerns here, see wikipedia. |
It looks like there's an Ogg Vorbis library on NuGet I could use for the tutorial here: |
Awesome, will you update here once you have the document completed? |
Yes. |
Hey Chuck, I was about to give this a shot. I see that you posted some helpful links previously but haven't gotten around to the documentation. Just curious if this is still on your radar or if I should just try to backwards engineer what you have already done? "I do have this implemented using WMA via MediaFoundation in the test suite." |
Would be awesome if you added mp3 support to the audio.
The text was updated successfully, but these errors were encountered: