Stephen Sinclair
|
b787f3630b
|
Fix warning re S24 not trivially copyable by removing copy constructor.
|
6 years ago |
Stephen Sinclair
|
bd3db58ad0
|
automake: fix inconsistency between --with-ds and --with-dsound
Go with --with-dsound.
|
6 years ago |
Stephen Sinclair
|
aba5317def
|
automake: add configuration for mingw64 and msys/msys2
|
6 years ago |
Stephen Sinclair
|
995012960b
|
automake: fix repeated defines and libs for WASAPI and DSound.
|
6 years ago |
Stephen Sinclair
|
f580e841ce
|
Update lastTickTimestamp in startStream.
Fixes #144.
|
6 years ago |
Stephen Sinclair
|
b9468aa6f8
|
Windows: include stdint.h for ThreadHandle.
Fixes #142.
|
6 years ago |
Marcus Tomlinson
|
22c1d6cbea
|
#170 : Insert missing render memcpy when !doConvertBuffer in WASAPI
|
6 years ago |
Stephen Sinclair
|
fa8b676a57
|
Merge remote-tracking branch 'upstream/pr/174'
|
6 years ago |
Marcus Tomlinson
|
79c306a909
|
#170 : Enable WASAPI doConvertBuffer when userInterleaved is enabled
|
6 years ago |
Stephen Sinclair
|
f58bf86ad5
|
Merge remote-tracking branch 'upstream/pr/173'
|
6 years ago |
Marcus Tomlinson
|
affbdbe901
|
#172 : Fix hang in closing logic of wasapiThread()
|
6 years ago |
sonoro1234
|
71fa91ede7
|
rename in header also
|
6 years ago |
sonoro1234
|
9fe31398ed
|
rtaudio_num_comiled_api renamed rtaudio_get_num_compiled_apis
|
6 years ago |
sonoro1234
|
be9c18c31b
|
drop const from return
|
6 years ago |
sonoro1234
|
7b58989d83
|
rtaudio_c: add rtaudio_num_compiled_api()
|
6 years ago |
sonoro1234
|
be212c14cd
|
CMakeLists.txt: only change include in WASAPI
|
6 years ago |
sonoro1234
|
ee101b2f7f
|
CMakeLists: avoid include error: C:\luaGL\gitsources\luaRtAudio\rtaudio\RtAudio.cpp:3758:43: fatal error: functiondiscoverykeys_devpkey.h: No s
uch file or directory
#include <functiondiscoverykeys_devpkey.h>
|
6 years ago |
garyscavone
|
0757c50e3d
|
Merge pull request #165 from MarcusTomlinson/master
WASAPI : Allow loopback without output parameters
|
6 years ago |
Marcus Tomlinson
|
05f5f4ae9e
|
Fix potential memory leak
|
6 years ago |
Marcus Tomlinson
|
4e5d52a99b
|
Allow loopback without having to define output parameters
|
6 years ago |
Taylor Holberton
|
6ee55842a5
|
removed getStreamLatency() from derived API classes
|
7 years ago |
Ryan Schmidt
|
e41e3e845d
|
Change "Direct Sound" to "DirectSound"
|
6 years ago |
Marcus Tomlinson
|
5dff50ada9
|
Add loopback support to WASAPI
|
6 years ago |
Serge Zaitsev
|
920bb62a47
|
Fix Go build due to enum casting (#164)
* fix go build due to enum casts by casting enum array explicitly
|
6 years ago |
Stephen Sinclair
|
ab57ca2569
|
Merge remote-tracking branch 'upstream/pr/141'
|
6 years ago |
Stephen Sinclair
|
40d607b2b3
|
Merge remote-tracking branch 'upstream/pr/154'
|
6 years ago |
Stephen Sinclair
|
4690b26068
|
Merge remote-tracking branch 'upstream/pr/136'
|
6 years ago |
Stephen Sinclair
|
154627e9e3
|
Merge remote-tracking branch 'upstream/pr/139'
|
6 years ago |
Stephen Sinclair
|
2312b02c03
|
Merge remote-tracking branch 'upstream/pr/159'
|
6 years ago |
Marcus Tomlinson
|
be6681af88
|
Merge branch 'master' of https://github.com/thestk/rtaudio
|
6 years ago |
Benjamin Brown
|
d25f1ee06c
|
Use current directory.
|
6 years ago |
Marcus Tomlinson
|
40c2eddb0c
|
Fix linker flags
|
6 years ago |
Marcus Tomlinson
|
0a5295596b
|
More fixes to MinGW build
|
6 years ago |
Marcus Tomlinson
|
22b98e491c
|
More fixes
|
6 years ago |
Marcus Tomlinson
|
e0bbf5f1ca
|
Fix mingw32 WASAPI build
|
6 years ago |
garyscavone
|
7ff0637a1f
|
Merge pull request #156 from spmp/feature/spmp-changes
Add device id to audioprobe output
|
6 years ago |
Ryan Schmidt
|
c887279141
|
Change "ex." to "e.g."
|
6 years ago |
Ryan Schmidt
|
aa16de39c6
|
Add missing apostrophe and parentheses
And capitalize and add a period at the end of the next sentence.
|
6 years ago |
Ryan Schmidt
|
9c3387e5c1
|
Change "eg." to "e.g."
|
6 years ago |
Ryan Schmidt
|
b1dce0571a
|
Change "eg:" to "e.g."
|
6 years ago |
Stephen Sinclair
|
f9ba7c277e
|
Don't error on unused-function.
Because of convertCharPointerToStdString for example.
|
6 years ago |
Marcus Tomlinson
|
109ab70963
|
Move stream_.state update to the end of wasapiThread()
|
7 years ago |
Marcus Tomlinson
|
ebf50fc3e4
|
Fix conversion between different format types in resampler
|
7 years ago |
Marcus Tomlinson
|
f1bd87ebea
|
Only autolink on VS
|
7 years ago |
Marcus Tomlinson
|
ecf694b88f
|
Case sensitive header perhaps?
|
7 years ago |
Marcus Tomlinson
|
15ba9185d6
|
Fix indentation
|
7 years ago |
Marcus Tomlinson
|
fe5acf0320
|
Fix setting stream_.doConvertBuffer[mode]
|
7 years ago |
Marcus Tomlinson
|
91f3e58346
|
Replace convertBufferWasapi() calls with renderResampler->Convert()
|
7 years ago |
Marcus Tomlinson
|
470f62b4af
|
Init resamplers
|
7 years ago |
Marcus Tomlinson
|
f35e0e26ee
|
Replace convertBufferWasapi with new WasapiResampler
|
7 years ago |