e41e3e8
Change "Direct Sound" to "DirectSound" by
2018-08-25 21:29:46 -0500
5dff50a
Add loopback support to WASAPI by
2018-10-26 20:10:11 +0100
920bb62
Fix Go build due to enum casting (#164) by
2018-10-30 12:17:42 +0100
ab57ca2
Merge remote-tracking branch 'upstream/pr/141' by
2018-10-16 15:09:53 +0200
40d607b
Merge remote-tracking branch 'upstream/pr/154' by
2018-10-16 15:04:54 +0200
4690b26
Merge remote-tracking branch 'upstream/pr/136' by
2018-10-16 15:01:30 +0200
154627e
Merge remote-tracking branch 'upstream/pr/139' by
2018-10-16 14:59:30 +0200
2312b02
Merge remote-tracking branch 'upstream/pr/159' by
2018-10-16 14:58:45 +0200
be6681a
Merge branch 'master' of https://github.com/thestk/rtaudio by
2018-10-12 22:27:33 +0100
d25f1ee
Use current directory. by
2018-10-02 02:36:36 -0400
40c2edd
Fix linker flags by
2018-09-28 23:14:14 +0100
0a52955
More fixes to MinGW build by
2018-09-28 22:56:08 +0100
22b98e4
More fixes by
2018-09-28 22:48:54 +0100
e0bbf5f
Fix mingw32 WASAPI build by
2018-09-28 22:00:15 +0100
7ff0637
Merge pull request #156 from spmp/feature/spmp-changes by
2018-08-27 17:30:42 -0400
c887279
Change "ex." to "e.g." by
2018-08-25 21:14:48 -0500
aa16de3
Add missing apostrophe and parentheses by
2018-08-25 21:13:54 -0500
9c3387e
Change "eg." to "e.g." by
2018-08-25 21:12:45 -0500
b1dce05
Change "eg:" to "e.g." by
2018-08-25 21:11:17 -0500
f9ba7c2
Don't error on unused-function. by
2018-08-24 08:13:23 -0300
109ab70
Move stream_.state update to the end of wasapiThread() by
2018-04-20 18:37:02 +0200
ebf50fc
Fix conversion between different format types in resampler by
2018-04-15 09:40:48 +0200
f1bd87e
Only autolink on VS by
2017-12-23 15:57:51 +0200
ecf694b
Case sensitive header perhaps? by
2017-12-23 14:46:16 +0200
15ba918
Fix indentation by
2017-12-23 11:37:08 +0200
fe5acf0
Fix setting stream_.doConvertBuffer[mode] by
2017-12-23 11:28:25 +0200
91f3e58
Replace convertBufferWasapi() calls with renderResampler->Convert() by
2017-12-23 11:22:43 +0200
470f62b
Init resamplers by
2017-12-23 11:10:28 +0200
f35e0e2
Replace convertBufferWasapi with new WasapiResampler by
2017-12-23 10:59:28 +0200
7a179f6
Revert strict sample rate selection in WASAPI API by
2017-12-23 10:45:10 +0200
4a75d6d
automake: Fix rtaudio.pc prefix variable by
2018-08-15 15:25:06 -0300
6919d35
allow to obtain api names regardless of being compiled or not by
2018-08-10 15:24:46 +0200
be6a6c2
Merge branch 'separate-os-api-testing' by
2018-08-10 21:45:56 -0400
77c5f22
Update availability of platforms in configure help. by
2018-08-10 21:07:15 -0400
b296e4b
Remove the compiledApis vector. by
2018-08-09 15:55:57 -0400
7aa5654
Jack: allow unconnected streams to have more ports than device by
2018-08-09 16:45:07 +0200
975e28a
make some data extern C and const by
2018-08-09 13:27:45 +0200
5c44223
replace with something nicer: init_compiledApis by
2018-08-09 13:16:54 +0200
609a2c2
enable selective exports in CMake builds by
2018-08-09 13:04:07 +0200
7c363fe
fix the link step on Windows by
2018-08-09 12:49:45 +0200
1abbca0
Fix typo in previous commit. by
2018-08-08 19:28:12 -0400
e92130e
Fix api name functions for C, replace map with array. by
2018-08-08 15:01:18 -0400
5f0720f
Export C API symbols when compiled with g++ by
2018-08-08 14:15:00 -0400
bc469fa
reference return for API names by
2018-08-08 18:51:45 +0200
3d054ae
Use a map for API names by
2018-08-08 11:55:39 -0400
f4061fc
Merge remote-tracking branch 'upstream/pr/136' by
2018-08-08 10:30:51 -0400
83a17cd
add device id to audioprobe output by
2018-08-08 18:28:57 +1200
0219287
Use short lower-case names as API identifiers by
2018-08-08 00:36:22 +0200
ee6fd4b
Add the C interface for the name API by
2018-08-07 22:12:06 +0200
ecafdd6
cmake: forgot the C API! by
2018-07-14 19:37:40 -0400
9802c12
cmake: make CMakeLists.txt more similar to RtMidi's by
2018-07-14 18:46:12 -0400
0b54bd2
Improve clarity of error message when no known system was found. by
2018-07-13 20:25:24 -0400
598a21f
Check for headers for Windows APIs (except ASIO) by
2018-07-13 20:24:52 -0400
ebd023a
Improve OSS4 detection on Linux. by
2018-07-13 20:24:27 -0400
0c67992
Allow to disable an implicitly-selected system using --without-*api* by
2018-07-13 19:48:58 -0400
adefaeb
cmake: Flatten API config logic, complete missing rtaudio.pc fields by
2018-07-14 11:21:43 -0400
1de9bea
Include process.h for _beginthreadex for DS. by
2018-07-14 10:17:47 -0400
8f4579a
avoid cmake error: "install Library TARGETS given no DESTINATION!" by
2018-06-03 16:59:55 +0200
ab4af53
Fix another missing call to snd_ctl_close by
2018-05-24 12:34:07 -0300
d79e960
Fix ALSA CTL handle not being closed in the default case by
2018-05-24 10:57:30 -0300
2f4e77d
make WASAPI instantiation errors non-fatal for older Windows by
2018-05-13 14:14:04 +0200
f7b624b
API names, and conversion from/to API identifier by
2018-05-07 17:30:27 +0200
c2c7972
Fix option name with_ds -> with_dsound by
2018-05-02 19:11:58 -0300
2a797f9
Remove Travis config for non-existent '--with-winmm' option by
2018-05-02 19:11:29 -0300
7fbc900
Make libossaudio a soft OSS requirement, but do check for sys/soundcard.h by
2018-05-02 18:57:43 -0300
7883fef
autoconf: separate OS defaults and audio API testing by
2018-05-01 12:34:17 -0300
4a7ca4f
fix cmake build system missing variables in pkgconfig by
2018-01-28 12:46:29 +0100
febd0d2
Fix strict prototype warning by
2018-04-01 17:28:05 +0200
13d6295
Realtime fixes by
2018-04-30 19:54:09 -0400
34376d3
Give more priority to PulseAudio api (#129) by
2018-03-20 12:40:16 -0300
e70927f
Add jack to pkg-config requires. by
2018-01-31 17:05:13 -0300
a748c36
Update ASIO headers to version 2.3. by
2018-01-02 16:47:07 -0300
ce13dfb
Fix jackXrun handle pointer by
2017-11-20 20:37:49 -0300
cd561b7
Send Travis notifications to Steve. by
2017-10-18 17:35:02 -0300
564dd60
Add Travis build status to README.md. by
2017-10-18 10:16:41 -0300
7457720
Install libpulse-dev for Linux builds. by
2017-10-18 12:00:28 -0300
3b1331c
Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu. by
2017-10-18 12:00:00 -0300
0645e8f
Remove use of C++11 std::to_string in WASAPI code. by
2017-10-18 14:50:48 -0300
853e5b7
Reformat readme as markdown. by
2017-10-18 10:15:54 -0300
8b543a2
Allow only the device's native sample rate in WASAPI API by
2017-10-17 20:55:18 +0200
021df8f
fixed cmake install error : rtaudio.pc error by
2017-10-16 19:00:42 +0900
3fe493c
Add a tentative Travis-CI config. by
2017-10-10 15:52:00 -0300
bd4e62a
Merge remote-tracking branch 'upstream/master' into debian-fixes by
2017-10-10 16:00:15 +0200
e28fc7f
Add @api@ to rtaudio.pc by
2017-10-10 10:55:16 -0300
3541a1f
Don't export private symbols in non-debug builds by
2017-10-10 14:47:46 +0200
004d9c4
defines for exporting symbols on GCC by
2017-10-10 14:47:08 +0200
ae8cf13
properly quote message strings by
2017-10-10 14:36:26 +0200
3322efd
removed unused fallback definitions of PKG_CHECK_MODULES and friends by
2017-10-10 14:36:09 +0200
59c91ec
Conditionally build asio sources by
2017-10-10 14:28:37 +0200
4543e0a
use AS_CASE rather than "case" by
2017-10-10 13:01:35 +0200
e796a55
fixed AC_MSG_ERROR arg by
2017-10-10 12:35:46 +0200
b95a66e
fixed bash-style assignment by
2017-10-10 12:35:35 +0200
46082a8
ported "--enable-debug" fixes from RtMidi by
2017-10-10 12:31:09 +0200
ec3f210
pretty "--with-..." help (and grouped AC_ARG_WITH together) by
2017-10-10 12:21:10 +0200
82893fb
Do not require a program to compile/run to check for version coherency by
2017-10-10 12:16:11 +0200
587cd78
consistent API checks by
2017-10-10 12:14:22 +0200
dca4d85
use AS_IF rather than "if" by
2017-10-10 12:05:36 +0200
5835fe7
add @api@ to pkg-config's CFLAGS by
2017-10-10 11:50:09 +0200
aae1881
Getting rid of repeated and useless calls to AC_SUBST by
2017-10-10 11:49:51 +0200
a8fcb15
Dropped CPPFLAGS from generated pkg-config by
2017-10-09 16:20:19 +0200