initial support for ac3+wma spdif passthrough for pa_win_wmme. see flags in pa_win_wmme.h. flags currently work for OpenStream but are ignored for IsFormatSupported
This commit is contained in:
parent
6cff10c3f4
commit
1de1b421f9
5 changed files with 77 additions and 32 deletions
|
|
@ -64,6 +64,10 @@ extern "C"
|
|||
*/
|
||||
#define paWinMmeDontThrottleOverloadedProcessingThread (0x08)
|
||||
|
||||
/* flags for non-PCM spdif passthrough */
|
||||
#define paWinMmeWaveFormatDolbyAc3Spdif (0x10)
|
||||
#define paWinMmeWaveFormatWmaSpdif (0x20)
|
||||
|
||||
|
||||
typedef struct PaWinMmeDeviceAndChannelCount{
|
||||
PaDeviceIndex device;
|
||||
|
|
|
|||
Loading…
Reference in a new issue