Im trying to record using open al, Ive searched around and have only found examples of people recording from the mic.
I want to record sounds that openal is playing.
Could someone point me in the right direction?
Thanks
Im trying to record using open al, Ive searched around and have only found examples of people recording from the mic.
I want to record sounds that openal is playing.
Could someone point me in the right direction?
Thanks
This isn't really an OpenAL question from what I see. I don't believe OpenAL has any ability to go from the buffered data back to .wav file. You would need to do something like in the below thread.