Peter Ross
|
38eba25bcc
|
WASAPI: Add PaWaspi_GetIMMDevice function
The IMMDevice pointer enables access to audio device capabiltiies not exposed by PortAudio.
https://docs.microsoft.com/en-us/windows/win32/api/mmdeviceapi/nn-mmdeviceapi-immdevice
|
2021-02-10 08:10:21 +11:00 |
|
Peter Ross
|
0f26679b88
|
cmake_support/template_portaudio.def: make symbol numbers consistent with build/msvc/portaudio.def
|
2021-02-10 07:29:15 +11:00 |
|
Etienne Dechamps
|
5b75613f06
|
Add missing PaWasapi_GetDeviceMixFormat cmake DLL export
This omission made it impossible to use PaWasapi_GetDeviceMixFormat()
from a PortAudio DLL built using CMake.
|
2021-01-01 15:42:20 +00:00 |
|
Nicholas Appleton
|
dc568d54a8
|
only build x86 plain converters in Visual Studio due because of assembly syntax. add library dependencies for asio to get MinGW builds linking. disable WASAPI when using MinGW as I cannot get it to work.
|
2016-09-13 21:55:31 +10:00 |
|
Phil Burk
|
ed463ba658
|
Normalize all the line endings
|
2016-05-18 22:13:20 -07:00 |
|
rob_bielik
|
e535a7b800
|
Initial CMake support (MSVC only at the moment)
|
2011-05-19 08:24:02 +00:00 |
|