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>
|
7 years ago |
garyscavone
|
0757c50e3d
|
Merge pull request #165 from MarcusTomlinson/master
WASAPI : Allow loopback without output parameters
|
7 years ago |
Marcus Tomlinson
|
05f5f4ae9e
|
Fix potential memory leak
|
7 years ago |
Marcus Tomlinson
|
4e5d52a99b
|
Allow loopback without having to define output parameters
|
7 years ago |
Taylor Holberton
|
6ee55842a5
|
removed getStreamLatency() from derived API classes
|
7 years ago |
Ryan Schmidt
|
e41e3e845d
|
Change "Direct Sound" to "DirectSound"
|
7 years ago |
Marcus Tomlinson
|
5dff50ada9
|
Add loopback support to WASAPI
|
7 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
|
7 years ago |
Stephen Sinclair
|
ab57ca2569
|
Merge remote-tracking branch 'upstream/pr/141'
|
7 years ago |
Stephen Sinclair
|
40d607b2b3
|
Merge remote-tracking branch 'upstream/pr/154'
|
7 years ago |
Stephen Sinclair
|
4690b26068
|
Merge remote-tracking branch 'upstream/pr/136'
|
7 years ago |
Stephen Sinclair
|
154627e9e3
|
Merge remote-tracking branch 'upstream/pr/139'
|
7 years ago |
Stephen Sinclair
|
2312b02c03
|
Merge remote-tracking branch 'upstream/pr/159'
|
7 years ago |
Marcus Tomlinson
|
be6681af88
|
Merge branch 'master' of https://github.com/thestk/rtaudio
|
7 years ago |
Benjamin Brown
|
d25f1ee06c
|
Use current directory.
|
7 years ago |
Marcus Tomlinson
|
40c2eddb0c
|
Fix linker flags
|
7 years ago |
Marcus Tomlinson
|
0a5295596b
|
More fixes to MinGW build
|
7 years ago |
Marcus Tomlinson
|
22b98e491c
|
More fixes
|
7 years ago |
Marcus Tomlinson
|
e0bbf5f1ca
|
Fix mingw32 WASAPI build
|
7 years ago |
garyscavone
|
7ff0637a1f
|
Merge pull request #156 from spmp/feature/spmp-changes
Add device id to audioprobe output
|
7 years ago |
Ryan Schmidt
|
c887279141
|
Change "ex." to "e.g."
|
7 years ago |
Ryan Schmidt
|
aa16de39c6
|
Add missing apostrophe and parentheses
And capitalize and add a period at the end of the next sentence.
|
7 years ago |
Ryan Schmidt
|
9c3387e5c1
|
Change "eg." to "e.g."
|
7 years ago |
Ryan Schmidt
|
b1dce0571a
|
Change "eg:" to "e.g."
|
7 years ago |
Stephen Sinclair
|
f9ba7c277e
|
Don't error on unused-function.
Because of convertCharPointerToStdString for example.
|
7 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
|
8 years ago |
Marcus Tomlinson
|
ecf694b88f
|
Case sensitive header perhaps?
|
8 years ago |
Marcus Tomlinson
|
15ba9185d6
|
Fix indentation
|
8 years ago |
Marcus Tomlinson
|
fe5acf0320
|
Fix setting stream_.doConvertBuffer[mode]
|
8 years ago |
Marcus Tomlinson
|
91f3e58346
|
Replace convertBufferWasapi() calls with renderResampler->Convert()
|
8 years ago |
Marcus Tomlinson
|
470f62b4af
|
Init resamplers
|
8 years ago |
Marcus Tomlinson
|
f35e0e26ee
|
Replace convertBufferWasapi with new WasapiResampler
|
8 years ago |
Marcus Tomlinson
|
7a179f6a59
|
Revert strict sample rate selection in WASAPI API
|
8 years ago |
Stephen Sinclair
|
4a75d6db73
|
automake: Fix rtaudio.pc prefix variable
|
7 years ago |
JP Cimalando
|
6919d35787
|
allow to obtain api names regardless of being compiled or not
|
7 years ago |
Stephen Sinclair
|
be6a6c266b
|
Merge branch 'separate-os-api-testing'
|
7 years ago |
Stephen Sinclair
|
77c5f22ade
|
Update availability of platforms in configure help.
|
7 years ago |
Stephen Sinclair
|
b296e4bfdb
|
Remove the compiledApis vector.
|
7 years ago |
JP Cimalando
|
7aa565412b
|
Jack: allow unconnected streams to have more ports than device
|
7 years ago |
JP Cimalando
|
975e28a000
|
make some data extern C and const
|
7 years ago |
JP Cimalando
|
5c44223993
|
replace with something nicer: init_compiledApis
|
7 years ago |
JP Cimalando
|
609a2c2f0a
|
enable selective exports in CMake builds
|
7 years ago |
JP Cimalando
|
7c363fe1f7
|
fix the link step on Windows
|
7 years ago |
Stephen Sinclair
|
1abbca05a6
|
Fix typo in previous commit.
|
7 years ago |
Stephen Sinclair
|
e92130e9e1
|
Fix api name functions for C, replace map with array.
|
7 years ago |
Stephen Sinclair
|
5f0720fef7
|
Export C API symbols when compiled with g++
|
7 years ago |
JP Cimalando
|
bc469fab7b
|
reference return for API names
|
7 years ago |
Stephen Sinclair
|
3d054aec68
|
Use a map for API names
|
7 years ago |