Shoot me a message if you need any help.
Edit:
Noticed someone posted my pcm2pwm software. I'm not sure it's exactly what you're looking for but might get you most of the way there. I think there are instructions on the use of the software and it's output. It's designed for use in some older CPU assembly code but I'm sure you could format it however you'd like. However, the output is a differential format used for latch audio and not necessarily what you want.
It's still 1-bit audio but it depends on what your 1-bit DAC is like. If it's a "true" 1-bit DAC then my code will work fine for you, if you have a more advanced delta-sigma modulator sort of setup then you'll need to write a little program to do the conversion. WAV files are extremely easy to parse byte by byte, so writing a little C program to convert to whatever format you need should be quick and painless.
Last edited by jefftheworld (Apr 4, 2014 7:12 pm)