Re: Are there D bindings for Win7's Core Audio anywhere?

2013-03-21 Thread Andrej Mitrovic
On 3/20/13, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: It seems to be COM-based, so it should be usable from D. Apparently there aren't any. Anyway I've ported the basic Core Audio sample to D, which has a slider for the main volume and a mute button:

Are there D bindings for Win7's Core Audio anywhere?

2013-03-20 Thread Andrej Mitrovic
It seems to be COM-based, so it should be usable from D.

Re: Are there D bindings for Win7's Core Audio anywhere?

2013-03-20 Thread Andrej Mitrovic
On 3/20/13, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: It seems to be COM-based, so it should be usable from D. Actually slight correction, for example the endpointvolume.h header in the Windows SDK defines both a COM and a C API, but the COM API is probably easier to use.