How to play Ogg files in DirectSound with C++?

How to play Ogg files in DirectSound with C++?
[46 byte] By [鼯鼠] at [2008-3-5]
# 1

There's no built-in mechanism in DirectSound to play Ogg or other compressed files. But if you have an Ogg decoder, you can stream the output directly into a DirectSound buffer.

-Brian

BrianMS at 2007-9-3 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: Audio / XACT...
# 2
need libvorbis?
鼯鼠 at 2007-9-3 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: Audio / XACT...