Jebbs / DSFML

DSFML is a D binding of SFML
Other
95 stars 23 forks source link

Working SoundRecorder base class #6

Closed Jebbs closed 11 years ago

Jebbs commented 11 years ago

Implement a class that has a nice front end for users to make nice recorders and use it to make the SoundBufferRecorder class to verifies it works correctly.

Jebbs commented 11 years ago

For some reason, I couldn't get this to work in the same way I was able to get SoundStream working. For the time being, I am going to skip this and just include SoundBuferRecorder unless I need to make the base SoundRecorder or someone requires it for their project. I will eventually make a module for OpenAL/ALC and rewrite everything using calls to that instead of having to go through SFML to get to it. I'll try writing the SoundRecorder classes then.