- 14 Nov, 2015 1 commit
-
-
Jan Willhaus authored
-
- 13 Nov, 2015 11 commits
-
-
Jan Willhaus authored
-
Jan Willhaus authored
-
Jan Willhaus authored
-
Jan Willhaus authored
-
Jan Willhaus authored
-
Jan Willhaus authored
-
Jan Willhaus authored
-
Jan Willhaus authored
-
Jan Willhaus authored
-
Jan Willhaus authored
This boils down to removing the universal binary flag (considered a legacy feature), and disabling deprecation warnings for Core Audio APIs (nobody's fixing that anyway.)
-
Jan Willhaus authored
Fix is borrowed from @bwhitman: https://gist.github.com/bwhitman/59d3761cfa7a8ab63e28
-
- 21 Oct, 2015 1 commit
-
-
dmitrykos authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1963 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 20 Oct, 2015 1 commit
-
-
dmitrykos authored
wasapi: workaround to avoid PaWasapi_Initialize() failure when enumerating devices and device fails to report min/default periods with IAudioClient::GetDevicePeriod(): ignore error and assign WASAPI common known period values for min/default git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1962 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 19 Oct, 2015 1 commit
-
-
dmitrykos authored
wasapi: support for setting the WASAPI's AudioClientProperties options via PaWasapiStreamInfo struct (__IAudioClient2_INTERFACE_DEFINED__ must be defined by Windows SDK (for Windows 8 and up) to have effect from these new options, otherwise it will be noop) git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1961 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 06 Sep, 2015 5 commits
-
-
rbencina authored
update doxygen main page to reference developer guidelines and implementation style guidelines on the Wiki git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1960 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1959 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1958 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
Issue #234 fixed typo in configure and configure.in affecting mingw builds. Rename: pa_win_wdmks_util.o --> pa_win_wdmks_utils.o git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1957 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1956 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 19 Apr, 2015 1 commit
-
-
gineera authored
Pa_process: Fix output channel adaption by not skipping the conversion when the host and user number-of-channels are not equal. Reported by Leif Asbrink when using an envy24 soundcard on Linux at it's native Int32 format with 1 or 2 channels. Corresponding fix for input already in r1913. git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1954 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 10 Apr, 2015 1 commit
-
-
philburk authored
Add scripts to update pa_svnrevision.h git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1953 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 12 Mar, 2015 3 commits
-
-
philburk authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1952 0f58301d-fd10-0410-b4af-bbb618454e57
-
philburk authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1951 0f58301d-fd10-0410-b4af-bbb618454e57
-
philburk authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1950 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 03 Mar, 2015 1 commit
-
-
philburk authored
Bump version to 19.5.0 git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1949 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 21 Jan, 2015 5 commits
-
-
rbencina authored
pa/wmme: avoid potential (but highly unlikely) overflow in buffer size in call to WideCharToMultiByte if a device name length exceeds INT_MAX. should also fix compiler warning about size_t to int assignment. git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1948 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1947 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1946 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1945 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
Removed MSVC dependence on ksguid.lib from src/os/win/pa_win_wdmks_utils.c (ksguid.lib is no longer in Platform SDK 8.0). Always use static instances of GUIDs like the GCC builds do. Removed ksguid.lib from MSVC project file. The following symbols are no longer used: PA_WDMKS_NO_KSGUID_LIB, PAWIN_WDMKS_NO_KSGUID_LIB; removed them from CMakeLists.txt and the MSVC project file. git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1944 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 20 Jan, 2015 1 commit
-
-
rbencina authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1943 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 05 Nov, 2014 1 commit
-
-
rbencina authored
PA/CoreAudio: fixed copy-pasto: last host error was being associated with paInDevelopment host api not paCoreAudio git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1934 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 28 Aug, 2014 1 commit
-
-
robiwan authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1933 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 15 Aug, 2014 1 commit
-
-
robiwan authored
Committing Lelands patch for WDM-KS, should take care of some of the problems referenced here http://music.columbia.edu/pipermail/portaudio/2014-August/016246.html git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1932 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 28 Jun, 2014 1 commit
-
-
bejayoharen authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1930 0f58301d-fd10-0410-b4af-bbb618454e57
-
- 11 Apr, 2014 4 commits
-
-
rbencina authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1928 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
DirectSound: correctly output device names as UTF-8 when compiled with UNICODE defined. Note that this patch may not be correct if UNICODE is not defined. Patch from Tobias Erichsen. See ticket #224 for details. git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1927 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1926 0f58301d-fd10-0410-b4af-bbb618454e57
-
rbencina authored
WMME: correctly convert device names to UTF-8, see ticket #224. Thanks to Tobias Erichsen for the patch. git-svn-id: https://subversion.assembla.com/svn/portaudio/portaudio/trunk@1925 0f58301d-fd10-0410-b4af-bbb618454e57
-