On Thursday, 2 June 2016 at 11:15:59 UTC, Guillaume Piolat wrote:
On Thursday, 2 June 2016 at 06:28:51 UTC, Pie? wrote:
On Thursday, 2 June 2016 at 04:52:50 UTC, Mithun Hunsur wrote:
On Thursday, 2 June 2016 at 04:02:36 UTC, Pie? wrote:
Does anyone know if there is any Asio bindings or direct D
available that allows for IO?
Check out vibe.d: https://vibed.org/ - it includes a fairly
complete implementation of asynchronous I/O, among other
things.
Oh, lol, I should have mentioned I meant for audio! ;)
It doesn't seem to exist but using bindings for FMOD you should
be able to access ASIO as an audio driver.
If FMOD is that commercial sound lib then I'm not interested. I
guess I'll have to try and write some type of asio lib when I get
around to it. Hopefully it is not too difficult.