index
:
rtaudio
arm64
carl
dcpomatic-6.0.1
fix-wasapi-resampler-crash
good
master
noexceptions
releases
travis
Fork of rtaudio library for interfacing to audio interfaces
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-11-20
Fix jackXrun handle pointer
Stephen Sinclair
2017-10-18
Send Travis notifications to Steve.
Stephen Sinclair
2017-10-18
Add Travis build status to README.md.
Stephen Sinclair
2017-10-18
Install libpulse-dev for Linux builds.
Stephen Sinclair
2017-10-18
Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu.
Stephen Sinclair
2017-10-18
Remove use of C++11 std::to_string in WASAPI code.
Stephen Sinclair
2017-10-18
Reformat readme as markdown.
Stephen Sinclair
2017-10-18
Allow only the device's native sample rate in WASAPI API
Marcus Tomlinson
2017-10-18
fixed cmake install error : rtaudio.pc error
bejuryu
2017-10-10
Add a tentative Travis-CI config.
Stephen Sinclair
2017-10-10
Merge remote-tracking branch 'upstream/master' into debian-fixes
IOhannes m zmölnig
2017-10-10
Add @api@ to rtaudio.pc
Stephen Sinclair
2017-10-10
Don't export private symbols in non-debug builds
IOhannes m zmölnig
2017-10-10
defines for exporting symbols on GCC
IOhannes m zmölnig
2017-10-10
properly quote message strings
IOhannes m zmölnig
2017-10-10
removed unused fallback definitions of PKG_CHECK_MODULES and friends
IOhannes m zmölnig
2017-10-10
Conditionally build asio sources
IOhannes m zmölnig
2017-10-10
use AS_CASE rather than "case"
IOhannes m zmölnig
2017-10-10
fixed AC_MSG_ERROR arg
IOhannes m zmölnig
2017-10-10
fixed bash-style assignment
IOhannes m zmölnig
2017-10-10
ported "--enable-debug" fixes from RtMidi
IOhannes m zmölnig
2017-10-10
pretty "--with-..." help (and grouped AC_ARG_WITH together)
IOhannes m zmölnig
2017-10-10
Do not require a program to compile/run to check for version coherency
IOhannes m zmölnig
2017-10-10
consistent API checks
IOhannes m zmölnig
2017-10-10
use AS_IF rather than "if"
IOhannes m zmölnig
2017-10-10
add @api@ to pkg-config's CFLAGS
IOhannes m zmölnig
2017-10-10
Getting rid of repeated and useless calls to AC_SUBST
IOhannes m zmölnig
2017-10-09
Dropped CPPFLAGS from generated pkg-config
Jaromír Mikeš
2017-10-09
Prevent .gitignore and friends from being exported to the final archive
IOhannes m zmölnig
2017-10-06
Merge pr96.
Stephen Sinclair
2017-10-06
Use "using namespace std" for roundf in previous patch.
Stephen Sinclair
2017-10-06
go bindings: use static build flag for windows to fix mingw builds, use array...
Serge A. Zaitsev
2017-10-06
Use "using namespace std" for roundf instead of std::roundf.
Stephen Sinclair
2017-10-06
c api: Fix struct initializer stuff for older gcc.
Stephen Sinclair
2017-10-03
move go bindings into contrib/go/rtaudio subdirectory
Serge A. Zaitsev
2017-10-03
go bindings: fix unsafe.Pointer warning
Serge A. Zaitsev
2017-10-03
go bindings: rename example functions to fix go vet warnindgs
Serge A. Zaitsev
2017-10-03
go bindings: fix typo
Serge A. Zaitsev
2017-10-03
add go bindings
Serge A. Zaitsev
2017-10-02
add rtaudio c api wrappers (#98)
Serge Zaitsev
2017-09-05
Round floats by using roundf in order to round correctly.
rehans
2017-08-30
Fix `jackSilentError(const char*)’ defined but not used
v5.0.0
Stephen Sinclair
2017-08-30
Converted line endings in RtAudio.cpp to unix format.
5.0.0
Gary Scavone
2017-08-30
Version and documentation updates in advance of new release.
Gary Scavone
2017-08-26
Use AS_IF.
Stephen Sinclair
2017-08-26
For BSDs, only set OSS if Jack not found.
Stephen Sinclair
2017-08-26
Check for jack on all operating systems and add freebsd host.
Stephen Sinclair
2017-08-26
Don't force ALSA when checking for Jack.
Stephen Sinclair
2017-08-26
Don't check all libraries, use AS_IF.
Stephen Sinclair
2017-08-24
Merge pull request #68 from jpcima/master
garyscavone
[next]