Ross Bencina
7fcdfbf5df
DirectSound and CoreAudio draft version of Pa_RefreshDevices() from David Stuart (Sourced from Ross private email June 30, 2010). This is an early version before we implemented 2-phase commit/rollback for device list changes. Pushed so that Evan can look at the CoreAudio code.
2016-09-01 14:22:02 +10:00
dmitrykos
50986ea63b
wasapi:
...
- new method PaWasapi_GetFramesPerHostBuffer which allows to get number of input/output frames per host (WASAPI) buffer, this method helps to find out maximal values for PaWasapiHostProcessorCallback
- documentation fixes
2010-04-16 08:31:19 +00:00
dmitrykos
75e59cb874
improved PaWasapi_ThreadPriorityBoost by providing enum PaWasapiThreadPriority with explicit thread priority values for convenience. it is possible to override default thread priority setting for Event/Poll-driven modes by specifying new flag paWinWasapiThreadPriority and setting priority value through PaWasapiStreamInfo::threadPriority member.
2010-02-17 10:11:40 +00:00
dmitrykos
01a0391237
finished WASAPI implementation:
...
- Callback/Blocking interface
- Playback/Capture
- Shared/Exclusive mode
to compile you must have installed recent Windows SDK(Vista SDK or higher) and min Visual Studio 2005 SP1. WASAPI is enabled by default, to disable you must define PA_NO_WASAPI prior compilation.
2010-02-16 09:46:08 +00:00
aknudsen
822c292009
Add PA ALSA extension to allow setting number of retries when busy
2009-05-24 17:02:10 +00:00
rossb
5bf449b175
always disable wmme clip and dither if an spdif passthrough wave format is requested
2009-03-08 08:10:55 +00:00
rossb
1de1b421f9
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
2009-01-21 12:07:32 +00:00
rossb
6cff10c3f4
doccomment for PaAsio_SetStreamSampleRate()
2009-01-21 10:20:42 +00:00
bjornroche
c1e1d067d2
moved trunk into place
2008-03-20 14:24:39 +00:00