This might be off topic for this list, I apologize if it is.
        I am currently looking for a *very simple* Ogg Vorbis player to help me 
in developing one of my own (for a thesis project).  I would actually 
settle for any simple audio player that plays a compressed format (MP3, 
or whatever) so I can see some active demonstrations of playing PCM 
buffers through waveOut of DirectSound implementations.
        Is there a player out there that *just* plays Vorbis files?  I know of 
open source apps like FreeAmp, but it is 1000x more complicated then 
what I am trying to accomplish in the short run.
        I'm am currently working with Windows, and am not concerned with a 
"universal" solution; it only has to work in Windows!  I am assuming 
that a DirectSound implementation will probably work best (especially 
since other components of this application require DirectDraw), so if 
any resource shows this it would just make my semester! :)
        If anyone knows of any good general audio resources (online or books) or
DirectSound resources, I would greatly appreciate any pointers.  It has 
been some time since I programmed from Windows (stuck with UNIX for the 
past 2 years) and the first time I've dealt with audio.
        Any help is greatly appreciated, and I apologize if this is not the
right
list to be sending this to.
        Nick
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
> If anyone knows of any good general audio resources (online or books) or > DirectSound resources, I would greatly appreciate any pointers. It has > been some time since I programmed from Windows (stuck with UNIX for the > past 2 years) and the first time I've dealt with audio.First of all you need the DirectX SDK from Microsoft. It's free for download. All the documentation you'll need is there. There are also sample applications with source, so this is the best resource out there. I hope that you have made some Win32 apps before? If not, then don't start with DirectX. If you still have problems I might help you. Your Sincerely Richard Eng richard.eng@c2i.net --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
You may be interested in sub-sonic (http://sub-sonic.sf.net, the website is not completely functional yet, but check the project page. Sub-Sonic is a cross-platform library that can play audio files in various formats. We had some discussion about buffers and things as well.) Lourens --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.