Hirotoshi YOSHITAKA
d0e2d3a608
Add algorithm header include
Without algorithm header, Visual Studio complaints that std::max is not
declared and defined.
Including algorithm header resolves this issue.
10 years ago
garyscavone
e2f63bd305
Merge pull request #14 from dancing-bone-machine/debian-configure
Checking for pulseaudio on Debian
11 years ago
Rafael Vega
54e567b8af
Checking for pulseaudio on Debian
11 years ago
Gary Scavone
c0b9de42a3
Removed add_defines line for ALSA from CMakeLists.txt file, as it does not seem necessary (and the add_defines macro does not exist)
11 years ago
Gary Scavone
22c00ec584
Added new setStreamTime function; Documentation updates for 4.1.1 release.
11 years ago
Gary Scavone
097b83163e
Updates to test programs when specifying default device numbers.
11 years ago
Gary Scavone
1bf562b79a
Merge branch 'master' of https://github.com/thestk/rtaudio
11 years ago
garyscavone
bd6177260d
Merge pull request #11 from MarcusTomlinson/master
Fix choppy audio on input only mode (WASAPI)
11 years ago
Gary Scavone
154e121e50
Wasap bug(?) fix in destructor; Update to record.cpp for default device selection.
11 years ago
Marcus Tomlinson
4411d7c79e
Let convertBuffer() take care of all channel count conversion, while convertBufferWasapi() does only sample rate conversion.
11 years ago
Marcus Tomlinson
1a14e053f7
Set callbackPushed flag if there is no render stream (input only mode)
11 years ago
Gary Scavone
9a920447e1
Bug fix in Core, Jack, ASIO, and DS for internal draining in INPUT mode only; Added some mutexes in DS to fix input-only errors; Added libraries to CMakeLists.txt for MinGW compile of WASAPI.
11 years ago
Gary Scavone
4ca315146d
Added an explicit cast of (LPCTSRT) on line 4626, which seemed necessary when compiling with UNICODE defined.
11 years ago
garyscavone
1bf01e75ca
Merge pull request #8 from MarcusTomlinson/master
Fix WASAPI shutdown crash
11 years ago
Marcus Tomlinson
e4a070b5fc
Removed now irrelevant comment
11 years ago
Marcus Tomlinson
27d53f8096
Support all sample rates for WASAPI
11 years ago
Marcus Tomlinson
8b7653b945
Fixed shutdown crash on certain sample rates
11 years ago
Marcus Tomlinson
148caac0c1
Added an author header to the WASAPI section
11 years ago
Gary Scavone
adf4deb452
Update for compiling WASAPI on both MinGW and VS.
11 years ago
Gary Scavone
d5c164a7fd
Added include file (FunctionDiscoveryKeys_devpkey.h) needed for MinGW compile of WASAPI API.
11 years ago
Gary Scavone
3db24e95fe
Updates to WASAPI API to support MinGW compile.
11 years ago
Gary Scavone
4be80163cd
Update to CMake file for WASAPI; documentation update for CMake; finalized date for release 4.1.0
11 years ago
garyscavone
17613bf3d5
Merge pull request #3 from berkus/master
Add CMake buildfile.
11 years ago
Gary Scavone
0843ca2ce7
Another small documentation change before the next release.
11 years ago
Gary Scavone
25b4595016
Bug fix for DS enumeration when devices are unplugged; bug fix if an error occurs when opening a stream after a previous stream was closed; various documentation updates in preparation for release 4.1.0.
11 years ago
Gary Scavone
0d0fb5433a
Updated WASAPI code from v0.1 to v0.2.
11 years ago
Gary Scavone
986ffc39fd
Various WASAPI-related changes.
11 years ago
Gary Scavone
18e6f51260
Added Wasapi code (though untested); Updates for better data format support in PulseAudio; Commented-out various unused function arguments in tests/ files.
11 years ago
Gary Scavone
a71027332b
Fix for ALSA runnable flag update mistake; moved streamname declaration in PULSE code to avoid compiler complaint.
11 years ago
Gary Scavone
12516be654
Minor update to release.txt
11 years ago
Gary Scavone
015f3721b7
Bug fix for OS-X xrun reporting, plus small efficiency change to getVersion() function.
11 years ago
Berkus
704da88113
Build test programs.
11 years ago
Berkus
184ac3fff2
Set some flags depending on compiler and environment.
11 years ago
Berkus
f31af1aa0f
Add full API selection mechanism.
Mostly copied from configure.ac.
11 years ago
Berkus
447333f40a
Remove primitive API selection code.
11 years ago
Berkus
cba3e8a203
Add options for manual selection of APIs.
11 years ago
Berkus
446401ac1d
Add prologue code.
11 years ago
Berkus
f35571c600
Add CMake buildfile.
11 years ago
Gary Scavone
b8f788ee2a
Changes to fix display issue for non-ASCII device names and some compile warnings on the Windows platform (most from Pavel Mogilevskiy).
11 years ago
Gary Scavone
ee76af899f
Updates to OS-X sample rate querying, other small changes suggested by Martin Koegler.
11 years ago
Gary Scavone
9d0703f03a
A few small memory leak fixes from MK
11 years ago
Gary Scavone
a4f8006d95
Hades and Koegler patches for ALSA and general efficiency.
11 years ago
Gary Scavone
952720f173
PulseAudio update for input buffer size support.
11 years ago
Gary Scavone
8276d1721b
Modified VERSION name to avoid conflict with gcc 4.8.
11 years ago
Gary Scavone
bc89055478
A few more minor updates for the RtAudioError class change.
11 years ago
Gary Scavone
c01dce01ba
An update to RtAudio.h for the new RtAudioError class.
11 years ago
Gary Scavone
07c639e411
Renamed RtError class to RtAudioError and embedded it in RtAudio.h.
Deleted RtError.h from distribution and renamed all references to
RtError in the documentation, test files, and Windows .dsp files.
The version number was incremented to 4.1.0 in anticipation of
the next release, as this change affects the API.
11 years ago
Gary Scavone
a16508efc3
Bug fix in probing documentation
11 years ago
garyscavone
068617080d
Merge pull request #2 from radarsat1/master
Add install/uninstall targets, fix rtaudio-config, support --prefix option. (2nd try)
11 years ago
Stephen Sinclair
606e1c1722
Add prefix to rtaudio-config output.
11 years ago