IOhannes m zmölnig
e796a55694
fixed AC_MSG_ERROR arg
7 years ago
IOhannes m zmölnig
b95a66eca1
fixed bash-style assignment
7 years ago
IOhannes m zmölnig
46082a884c
ported "--enable-debug" fixes from RtMidi
7 years ago
IOhannes m zmölnig
ec3f2109b6
pretty "--with-..." help (and grouped AC_ARG_WITH together)
7 years ago
IOhannes m zmölnig
82893fbb26
Do not require a program to compile/run to check for version coherency
7 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
7 years ago
IOhannes m zmölnig
dca4d85b45
use AS_IF rather than "if"
7 years ago
IOhannes m zmölnig
5835fe7842
add @api@ to pkg-config's CFLAGS
7 years ago
IOhannes m zmölnig
aae1881aa7
Getting rid of repeated and useless calls to AC_SUBST
7 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>
7 years ago
IOhannes m zmölnig
22c1e890f8
Prevent .gitignore and friends from being exported to the final archive
7 years ago
Stephen Sinclair
44e8c742d4
Merge pr96.
7 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.
7 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
7 years ago
Stephen Sinclair
edb4ec67a9
Use "using namespace std" for roundf instead of std::roundf.
7 years ago
Stephen Sinclair
d6662a2e8a
c api: Fix struct initializer stuff for older gcc.
Fixes #100 .
7 years ago
Serge A. Zaitsev
9193026b6f
move go bindings into contrib/go/rtaudio subdirectory
7 years ago
Serge A. Zaitsev
c2f8addd21
go bindings: fix unsafe.Pointer warning
7 years ago
Serge A. Zaitsev
7b7b350faa
go bindings: rename example functions to fix go vet warnindgs
7 years ago
Serge A. Zaitsev
3f409fbabf
go bindings: fix typo
7 years ago
Serge A. Zaitsev
c8fd4f1142
add go bindings
7 years ago
Serge Zaitsev
5c69780f4b
add rtaudio c api wrappers ( #98 )
add rtaudio c api wrappers
7 years ago
rehans
77bc4543d8
Round floats by using roundf in order to round correctly.
7 years ago
Stephen Sinclair
802179520e
Fix `jackSilentError(const char*)’ defined but not used
7 years ago
Gary Scavone
29167f363e
Converted line endings in RtAudio.cpp to unix format.
7 years ago
Gary Scavone
2662111a39
Version and documentation updates in advance of new release.
7 years ago
Stephen Sinclair
1b3e2e0b8e
Use AS_IF.
7 years ago
Stephen Sinclair
0ad882762c
For BSDs, only set OSS if Jack not found.
7 years ago
Stephen Sinclair
d9f967e5e3
Check for jack on all operating systems and add freebsd host.
7 years ago
Stephen Sinclair
7ee88e03ee
Don't force ALSA when checking for Jack.
7 years ago
Stephen Sinclair
0a5344b064
Don't check all libraries, use AS_IF.
Fix AC_ARG_WITH usage to be like the manual suggests:
https://autotools.io/autoconf/arguments.html
7 years ago
garyscavone
4ee8b95d79
Merge pull request #68 from jpcima/master
a JACK-specific flag to disable automatic connection of ports
7 years ago
Stephen Sinclair
89d9757f80
Merge pull request #79 from radarsat1/dsound-mmsystem
Add mmsystem.h and mmreg.h for dsound.
7 years ago
Stephen Sinclair
dd61d7a832
Derive RtAudioError from std::runtime_error
7 years ago
Gary Scavone
62f62cf903
Fix to initialize lastTickTimestamp when setting stream time.
7 years ago
Stephen Sinclair
ee94a98f96
Further fix std::exception noexcept-related compile error
7 years ago
Stephen Sinclair
3a3f183a0b
Add cmath include.
Closes #39
7 years ago
Stephen Sinclair
3125beff6a
Fix order of calling CoUninitialize()
Closes #80
7 years ago
Stephen Sinclair
f075fd0339
Add CMake install targets
Closes #86
7 years ago
Stephen Sinclair
8feb1dab32
Fix std::exception noexcept-related compile error
7 years ago
Stephen Sinclair
d75b9e7f29
Merge pull request #67 from antis81/refactor/cpp0x-compatibility
C++0x compatible exception semantics: remove throw()
7 years ago
Gary Scavone
142d06e937
Initialized member priority in CallbackInfo constructor.
7 years ago
Stephen Sinclair
7423320bc2
Fix line endings back to CR for last 2 commits.
7 years ago
Stephen Sinclair
5a04c0ad22
Fix a signed-unsigned comparison.
7 years ago
Stephen Sinclair
b9d8c432dd
oss: possible that AFMT_FLOAT is not available
7 years ago
Stephen Sinclair
e880888795
Remove OSS configuration from pyrtaudio.
Fixes #91 .
8 years ago
Stephen Sinclair
bd5f15d2ab
Fix references to RtError / RtAudioError in pyrtaudio
8 years ago
garyscavone
e786e45107
Merge pull request #81 from jossgray/fix-warnings
Fix some warnings in the tests in Visual Studio
8 years ago
garyscavone
56c85084bc
Merge pull request #88 from MarcusTomlinson/wasapi_sr_fix
Added interpolation to WASAPI's sample rate converter
8 years ago
Marcus Tomlinson
bdce037498
Simplify
8 years ago