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
path:
root
/
RtAudio.cpp
Age
Commit message (
Expand
)
Author
2018-08-22
Fix indentation
Marcus Tomlinson
2018-08-22
Fix setting stream_.doConvertBuffer[mode]
Marcus Tomlinson
2018-08-22
Replace convertBufferWasapi() calls with renderResampler->Convert()
Marcus Tomlinson
2018-08-22
Init resamplers
Marcus Tomlinson
2018-08-22
Replace convertBufferWasapi with new WasapiResampler
Marcus Tomlinson
2018-08-22
Revert strict sample rate selection in WASAPI API
Marcus Tomlinson
2018-08-11
allow to obtain api names regardless of being compiled or not
JP Cimalando
2018-08-09
Remove the compiledApis vector.
Stephen Sinclair
2018-08-09
Jack: allow unconnected streams to have more ports than device
JP Cimalando
2018-08-09
make some data extern C and const
JP Cimalando
2018-08-09
replace with something nicer: init_compiledApis
JP Cimalando
2018-08-08
Fix typo in previous commit.
Stephen Sinclair
2018-08-08
Fix api name functions for C, replace map with array.
Stephen Sinclair
2018-08-08
reference return for API names
JP Cimalando
2018-08-08
Use a map for API names
Stephen Sinclair
2018-08-08
Merge remote-tracking branch 'upstream/pr/136'
Stephen Sinclair
2018-08-08
Use short lower-case names as API identifiers
JP Cimalando
2018-07-14
Include process.h for _beginthreadex for DS.
Stephen Sinclair
2018-05-24
Fix another missing call to snd_ctl_close
Connor MacDonald
2018-05-24
Fix ALSA CTL handle not being closed in the default case
Connor MacDonald
2018-05-13
make WASAPI instantiation errors non-fatal for older Windows
JP Cimalando
2018-05-07
API names, and conversion from/to API identifier
JP Cimalando
2018-04-30
Realtime fixes
terminator356
2018-03-20
Give more priority to PulseAudio api (#129)
Marcelo Fernandez
2017-11-20
Fix jackXrun handle pointer
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
Allow only the device's native sample rate in WASAPI API
Marcus Tomlinson
2017-10-06
Merge pr96.
Stephen Sinclair
2017-10-06
Use "using namespace std" for roundf in previous patch.
Stephen Sinclair
2017-10-06
Use "using namespace std" for roundf instead of std::roundf.
Stephen Sinclair
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-24
Merge pull request #68 from jpcima/master
garyscavone
2017-08-22
Merge pull request #79 from radarsat1/dsound-mmsystem
Stephen Sinclair
2017-08-22
Fix to initialize lastTickTimestamp when setting stream time.
Gary Scavone
2017-08-22
Add cmath include.
Stephen Sinclair
2017-08-22
Fix order of calling CoUninitialize()
Stephen Sinclair
2017-08-22
Merge pull request #67 from antis81/refactor/cpp0x-compatibility
Stephen Sinclair
2017-08-22
Fix line endings back to CR for last 2 commits.
Stephen Sinclair
2017-08-22
Fix a signed-unsigned comparison.
Stephen Sinclair
2017-08-22
oss: possible that AFMT_FLOAT is not available
Stephen Sinclair
2017-04-22
Simplify
Marcus Tomlinson
2017-04-22
Some optimisation
Marcus Tomlinson
2017-04-22
Slight simplification
Marcus Tomlinson
2017-04-22
Fix formatting
Marcus Tomlinson
2017-04-22
Fix formatting
Marcus Tomlinson
2017-04-22
Fix formatting
Marcus Tomlinson
[prev]
[next]