Hello,<br>I am writing a program that decodes Ogg Vorbis and output to the hardware.&nbsp; I followed the decoding examples and got the bytes ready for output.&nbsp; I am looking for an audio output library on Windows.&nbsp; So far, I tried at DirectSound but it is quite complicated and requires lots of set up.&nbsp; I have several questions: 
<br><br>1. Does Libao work on Windows?&nbsp; <br>2. And Is there a simpler audio output library?<br>3. The bits I get from ov_read.&nbsp; Are they equivalent to the .wav bits?&nbsp; Can I just load them to the buffer and play them like a normal .wav?
<br><br>A simple Ogg audio output example would be very helpful.<br><br>Thanks,<br>Phuoc Do<br>