Stephen Sinclair
e70927f4ee
Add jack to pkg-config requires.
8 years ago
Stephen Sinclair
a748c36885
Update ASIO headers to version 2.3.
8 years ago
Stephen Sinclair
ce13dfbf30
Fix jackXrun handle pointer
Thanks github user @bontric , closes #113 .
8 years ago
Stephen Sinclair
cd561b79e6
Send Travis notifications to Steve.
8 years ago
Stephen Sinclair
564dd60f13
Add Travis build status to README.md.
8 years ago
Stephen Sinclair
7457720940
Install libpulse-dev for Linux builds.
8 years ago
Stephen Sinclair
3b1331c16e
Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu.
Warnings/errors "unused function" are from the unicode conversion
functions on Windows, and "unused but set variable" is from ASIO
source code; we disable these warnings on Windows builds.
8 years ago
Stephen Sinclair
0645e8f466
Remove use of C++11 std::to_string in WASAPI code.
8 years ago
Stephen Sinclair
853e5b7cde
Reformat readme as markdown.
8 years ago
Marcus Tomlinson
8b543a2850
Allow only the device's native sample rate in WASAPI API
Revert "fix" for Issue #69
8 years ago
bejuryu
021df8fa72
fixed cmake install error : rtaudio.pc error
8 years ago
Stephen Sinclair
3fe493c525
Add a tentative Travis-CI config.
8 years ago
IOhannes m zmölnig
bd4e62a2f8
Merge remote-tracking branch 'upstream/master' into debian-fixes
8 years ago
Stephen Sinclair
e28fc7f3b6
Add @api@ to rtaudio.pc
8 years ago
IOhannes m zmölnig
3541a1fc13
Don't export private symbols in non-debug builds
8 years ago
IOhannes m zmölnig
004d9c461d
defines for exporting symbols on GCC
8 years ago
IOhannes m zmölnig
ae8cf1370a
properly quote message strings
8 years ago
IOhannes m zmölnig
3322efdcb3
removed unused fallback definitions of PKG_CHECK_MODULES and friends
it's only cruft
8 years ago
IOhannes m zmölnig
59c91ece11
Conditionally build asio sources
afaict, the current code wouldn't work at all (defining an unused 'objects'
Makefile-variable).
8 years ago
IOhannes m zmölnig
4543e0a2ca
use AS_CASE rather than "case"
8 years ago
IOhannes m zmölnig
e796a55694
fixed AC_MSG_ERROR arg
8 years ago
IOhannes m zmölnig
b95a66eca1
fixed bash-style assignment
8 years ago
IOhannes m zmölnig
46082a884c
ported "--enable-debug" fixes from RtMidi
8 years ago
IOhannes m zmölnig
ec3f2109b6
pretty "--with-..." help (and grouped AC_ARG_WITH together)
8 years ago
IOhannes m zmölnig
82893fbb26
Do not require a program to compile/run to check for version coherency
8 years ago
IOhannes m zmölnig
587cd78467
consistent API checks
consistent ordering of AC_MSG, additional library checks and var-setting.
also, use "=" rather than "=" when testing for equality
8 years ago
IOhannes m zmölnig
dca4d85b45
use AS_IF rather than "if"
8 years ago
IOhannes m zmölnig
5835fe7842
add @api@ to pkg-config's CFLAGS
8 years ago
IOhannes m zmölnig
aae1881aa7
Getting rid of repeated and useless calls to AC_SUBST
8 years ago
Jaromír Mikeš
a8fcb15e97
Dropped CPPFLAGS from generated pkg-config
CPPFLAGS are needed to compile rtaudio.
these are not the same flags as needed for compiling an application using rtaudio.
sometimes this is even harmful.
Closes: https://github.com/thestk/rtaudio/issues/103
Signed-off-by: IOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
8 years ago
IOhannes m zmölnig
22c1e890f8
Prevent .gitignore and friends from being exported to the final archive
8 years ago
Stephen Sinclair
44e8c742d4
Merge pr96.
8 years ago
Stephen Sinclair
c3a3407216
Use "using namespace std" for roundf in previous patch.
Similar to edb4ec67 . The reason is because std::roundf causes errors
in some compilers even with cmath, yet roundf by itself should exist
in math.h. TODO: Switch to std::round when moving to C++11.
8 years ago
Serge A. Zaitsev
2e5704f2a6
go bindings: use static build flag for windows to fix mingw builds, use array sizes compatible with 32-bit systems
8 years ago
Stephen Sinclair
edb4ec67a9
Use "using namespace std" for roundf instead of std::roundf.
8 years ago
Stephen Sinclair
d6662a2e8a
c api: Fix struct initializer stuff for older gcc.
Fixes #100 .
8 years ago
Serge A. Zaitsev
9193026b6f
move go bindings into contrib/go/rtaudio subdirectory
8 years ago
Serge A. Zaitsev
c2f8addd21
go bindings: fix unsafe.Pointer warning
8 years ago
Serge A. Zaitsev
7b7b350faa
go bindings: rename example functions to fix go vet warnindgs
8 years ago
Serge A. Zaitsev
3f409fbabf
go bindings: fix typo
8 years ago
Serge A. Zaitsev
c8fd4f1142
add go bindings
8 years ago
Serge Zaitsev
5c69780f4b
add rtaudio c api wrappers ( #98 )
add rtaudio c api wrappers
8 years ago
rehans
77bc4543d8
Round floats by using roundf in order to round correctly.
8 years ago
Stephen Sinclair
802179520e
Fix `jackSilentError(const char*)’ defined but not used
8 years ago
Gary Scavone
29167f363e
Converted line endings in RtAudio.cpp to unix format.
8 years ago
Gary Scavone
2662111a39
Version and documentation updates in advance of new release.
8 years ago
Stephen Sinclair
1b3e2e0b8e
Use AS_IF.
8 years ago
Stephen Sinclair
0ad882762c
For BSDs, only set OSS if Jack not found.
8 years ago
Stephen Sinclair
d9f967e5e3
Check for jack on all operating systems and add freebsd host.
8 years ago
Stephen Sinclair
7ee88e03ee
Don't force ALSA when checking for Jack.
8 years ago