mirror of
https://github.com/audacity/portaudio.git
synced 2026-02-04 03:56:14 -06:00
- support for explicit 8.24 format (24-bit inside 32-bit container) by specifying paCustomFormat (see IMPORTANT notes in the header file); - new flag paWinWasapiExplicitSampleFormat to force explicit format and avoid fallback to a closest working; - new function PaWasapi_GetDeviceCurrentFormat to get device format of the opened stream; - support PaWasapi_ThreadPriorityXXX API on UWP to boot thread priority; - improved selection of the closest format in Exclusive mode.