Ken Cooke
3cdf25f2bc
Fix compiler warning (unused variable in Release build)
2019-11-01 07:36:35 -07:00
Ken Cooke
30564a67ef
Only log a single "AEC not supported" warning per audio device configuration
2019-10-31 14:50:52 -07:00
amer cerkic
4b4b722875
fixed issues related to context switching and selection with hmd
2019-10-30 16:27:19 -07:00
amerhifi
7d5dcbfc77
space cleanup
2019-10-29 11:58:04 -07:00
amerhifi
77f5b985a1
added read/write lock to hmd name
2019-10-29 11:19:59 -07:00
amerhifi
884cbd7de9
working on moving display plugin lookup to audiodevices
2019-10-29 09:26:48 -07:00
amer cerkic
f1f67f1996
android build fix
2019-10-28 10:42:25 -07:00
amerhifi
8dc13ec242
fixed mac param spacing
2019-10-25 16:01:24 -07:00
amerhifi
397586bd19
setting defauld device code for mac to use QT with optional backup to platform code on failure
2019-10-25 15:19:24 -07:00
amerhifi
6860ac9693
fix missing default device
2019-10-25 13:09:13 -07:00
amerhifi
3e1f341225
typo fix
2019-10-25 12:50:13 -07:00
amerhifi
52637320f0
mac build fix
2019-10-25 12:49:03 -07:00
amerhifi
49465b1b96
null default device
2019-10-25 12:10:26 -07:00
amerhifi
5dd5447095
moved call to hmd device name prior to locking device mutex
2019-10-24 15:03:55 -07:00
amer cerkic
ac8b664537
addresing pr comments
2019-10-23 15:39:38 -07:00
amer cerkic
ed4df09a26
updated logging added clarifying comment for emit
2019-10-23 15:15:41 -07:00
amer cerkic
d7996c77f4
android build fix
2019-10-23 14:48:25 -07:00
amer cerkic
179f5e0873
fixed context switching issue with hmd. included additional output info for other audio crash issues
2019-10-23 12:56:43 -07:00
amer cerkic
0410a45da1
fixed selection issue
2019-10-22 11:11:13 -07:00
amerhifi
a8602195d4
addressing comments
2019-10-22 07:17:57 -07:00
amerhifi
ec7c8ce13c
updated default changes check to account for multiple devicetypes
2019-10-18 16:50:36 -07:00
amerhifi
c7e1fdaeac
adding hmd audio device info to deviceslist
...
changing locations
one more
merge
working on the threading issue
changing offices, working on qml
simple qml filtering
fixed spacing problem when item is removed
2019-10-18 15:29:10 -07:00
Ken Cooke
ec67b67966
On waking from sleep/hibernate, restart the audio devices
2019-10-10 14:10:47 -07:00
amer cerkic
c0a852d68c
updated audio wording and removed audio defaul spamming.
2019-10-01 16:55:37 -07:00
Brad Davis
403499bf32
Cleaning up android build warnings
2019-09-27 09:19:52 -07:00
amerhifi
fbc68e7f69
removed clang format issue, removed old attempt at getting defaults to startup correctly
2019-09-23 15:07:04 -07:00
amer cerkic
64f14dd6ba
fixing selection issues
2019-09-20 11:32:57 -07:00
amerhifi
7fbce46e30
fixing android build, I removed a function thinking it was unused. also added android ifdef guards for name since default does to exist on that device. Simplified getting a default device
2019-09-19 15:57:38 -07:00
amerhifi
8d7c28fe83
fixed audio switching issues. removed risky access to properties. adressing comments
2019-09-19 14:19:43 -07:00
amerhifi
9cc3b7a5c7
addressing pr comments
2019-09-19 10:08:30 -07:00
amer cerkic
be2fff13d2
fixed wrong device in if block
2019-09-18 17:10:12 -07:00
amer cerkic
ecca898db8
fixed some more vs clang reformatting
2019-09-18 14:39:55 -07:00
amer cerkic
d4dc06d2e7
fixed issue with null device on load.
2019-09-18 12:44:03 -07:00
amer cerkic
46b9496965
fixing mac build error
2019-09-17 16:02:20 -07:00
amer cerkic
a777757c48
fixed android build
2019-09-17 12:46:38 -07:00
amerhifi
46f654114a
for real, changing location
2019-09-17 08:03:51 -07:00
amerhifi
065df442f3
changing work location
2019-09-17 08:01:05 -07:00
amerhifi
66725f5f1b
working on swapping default devices on system change
2019-09-17 07:50:22 -07:00
amerhifi
e689531410
added unique identifier to device for comparison. Because a default device had a different name, but same underlying device. So comparing with device name is not necessarily the same device. Possibly fixed select issue with multiple devices same name
2019-09-16 15:31:44 -07:00
amerhifi
92d1f7bdcb
removed clang formatting issues :"
2019-09-16 13:09:14 -07:00
amerhifi
aa6cf466d9
fixing jenkins warning. Added pseudo device and fixed issues with names
2019-09-16 11:52:04 -07:00
amerhifi
68cd8cc8a6
getting wrapper to correctly detect default and fixed clang formatting changes by vs19
2019-09-16 10:32:22 -07:00
amerhifi
bdfb82c072
finishing up the wrapper code implementation.
2019-09-13 13:13:54 -07:00
amerhifi
cc11bd9552
created new AudioWrapper
2019-09-13 11:24:41 -07:00
Ken Cooke
f445737550
Merge pull request #16040 from kencooke/audio-webrtc-improvements
...
Better detection of audio clipping during echo cancellation
2019-08-08 09:17:58 -07:00
Ken Cooke
86adc6099b
Attempt audio device format with native sample rate and channels forced to 2/1 before failing
2019-08-05 12:14:45 -07:00
Ken Cooke
ccfe6bda63
Detect clipping prior to echo cancellation (overload of the uncancelled raw input will cause echo leakage!)
2019-08-05 10:34:03 -07:00
Ken Cooke
8c6cee4e4d
Bypass WebRTC processing when not enabled.
...
Note: WebRTC processing with all features disabled still holds locks and performs resampling in the callback.
2019-07-30 14:09:33 -07:00
Ken Cooke
e6e8491098
Improved WebRTC error reporting
2019-07-30 14:09:33 -07:00
Ken Cooke
bd0849fd4f
Allow AEC with device sample rate up to 96KHz
2019-07-30 14:09:32 -07:00