wasapi 0.1.3

D binding to Windows Core Audio interfaces: Core Audio interfaces: MMDevice, WASAPI, EndpointVolume API


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

wasapi

D bindings of Windows Core Audio interfaces: Core Audio interfaces: MMDevice, WASAPI, EndpointVolume API

Manual translation of Windows Core Audio .h files.

// Useful helper functions: setHighThreadPriority && restoreThreadPriority.

// use setHighThreadPriority to boost current thread priority
void * hTask = setHighThreadPriority();

// play audio

// restore normal priority
restoreThreadPriority(hTask);
Authors:
  • Vadim Lopatin
Dependencies:
none
Versions:
0.1.3 2017-Feb-10
0.1.2 2016-Oct-07
0.1.1 2016-Oct-07
0.1.0 2016-Oct-06
~master 2017-Feb-10
Show all 5 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 75 downloads total

Score:
0.4
Short URL:
wasapi.dub.pm