Hello,<br>I am writing a program that decodes Ogg Vorbis and output to the hardware. I followed the decoding examples and got the bytes ready for output. I am looking for an audio output library on Windows. So far, I tried at DirectSound but it is quite complicated and requires lots of set up. I have several questions:
<br><br>1. Does Libao work on Windows? <br>2. And Is there a simpler audio output library?<br>3. The bits I get from ov_read. Are they equivalent to the .wav bits? 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>