Ken Cooke
|
dfc8c86571
|
Fix bug when calling switchOutputToAudioDevice() with the active device.
Pass QAudioDeviceInfo by value to avoid getting clobbered.
|
2018-01-11 18:22:34 -08:00 |
|
Ken Cooke
|
db6e70cb24
|
Fix bug when calling switchInputToAudioDevice() with the active device.
Pass QAudioDeviceInfo by value to avoid getting clobbered.
|
2018-01-11 18:14:16 -08:00 |
|
Ken Cooke
|
7c5085bd24
|
Handle stereo changes while active, by restarting the codec on both ends
|
2018-01-11 16:10:50 -08:00 |
|
Ken Cooke
|
6a2e3cc272
|
Enable stereo codecs for AvatarAudioStream
|
2018-01-10 15:14:18 -08:00 |
|
Ken Cooke
|
660032d8fb
|
Fix bug in how emitAudioPacket() determines mono/stereo.
Compressed bytes were counted as if audio samples.
|
2018-01-10 06:54:27 -08:00 |
|
luiscuenca
|
8abe8b9879
|
move save logic to audioclient
|
2017-12-05 18:22:14 -08:00 |
|
luiscuenca
|
20d6615417
|
emit only when recording
|
2017-12-05 16:13:44 -08:00 |
|
luiscuenca
|
4030688e7a
|
added record wav files
|
2017-12-03 11:54:37 -07:00 |
|
luiscuenca
|
027d2d323c
|
Measure tool and corrections
|
2017-11-26 22:28:34 -07:00 |
|
Bradley Austin Davis
|
e42068f681
|
Merge branch 'master' into android_new
|
2017-09-26 14:31:29 -07:00 |
|
Bradley Austin Davis
|
b93e91b9f3
|
New android toolchain
|
2017-09-19 13:45:12 -07:00 |
|
vladest
|
6c32783a09
|
Merge branch 'master' into audio_devices_split
|
2017-09-19 17:43:03 +02:00 |
|
Brad Hefta-Gaub
|
c5098abfb9
|
Merge pull request #10937 from kencooke/zzmp-audio/peak-values
Add peak values for all input devices in selection dialog
|
2017-09-07 11:58:50 -07:00 |
|
vladest
|
6f0229f450
|
Reworked according to designers request. Do not fall back to default audion output
|
2017-08-22 23:26:27 +02:00 |
|
Ken Cooke
|
ee752df653
|
fix typo
|
2017-08-09 20:11:52 -07:00 |
|
Ken Cooke
|
bcdf13c59c
|
Add explicit shutdown request, since null device means something else
|
2017-08-09 19:40:07 -07:00 |
|
Ken Cooke
|
ee6d4dfc14
|
If real input device fails to start, use dummy input
|
2017-08-09 17:50:20 -07:00 |
|
Ken Cooke
|
fc5b4be459
|
bugfix
|
2017-08-09 16:59:02 -07:00 |
|
Ken Cooke
|
9c6b7306c4
|
Re-implement callback to Use common handleAudioInput()
|
2017-08-09 16:58:12 -07:00 |
|
Ken Cooke
|
7daa3ecff3
|
Handle dummy input callbacks
|
2017-08-09 15:54:14 -07:00 |
|
Ken Cooke
|
6f2cc9cfeb
|
When no input device, create dummy input to generate callbacks
|
2017-08-09 14:01:17 -07:00 |
|
Brad Davis
|
1ecca9fd29
|
Merge branch 'master' into zzmp-audio/peak-values
|
2017-08-06 17:21:00 -07:00 |
|
Ken Cooke
|
6ea4ed80cd
|
Suppress initial PacketType::SilentAudioFrame on audio gate startup
|
2017-08-03 09:19:08 -07:00 |
|
Brad Davis
|
9f13533560
|
Ensure input and output device containers are protected by mutex
|
2017-07-18 08:58:17 -07:00 |
|
Seth Alves
|
972dc4d1b2
|
more const ref
|
2017-07-11 19:56:34 -07:00 |
|
Seth Alves
|
c52e7e180a
|
use const AudioInjectorPointer& in some places
|
2017-07-11 19:42:03 -07:00 |
|
Seth Alves
|
3670a04d8e
|
switch bare pointers to AudioInjector objects to be QSharedPointers
|
2017-07-11 14:24:58 -07:00 |
|
Ken Cooke
|
d6eb731f3a
|
Merge branch 'master' into audio/peak-values
|
2017-07-10 21:55:11 -07:00 |
|
Brad Davis
|
8372d73fec
|
Additional thread safety
|
2017-06-30 09:15:06 -07:00 |
|
Brad Davis
|
b52dd7b822
|
Don't use blocking connections on the main thread
|
2017-06-29 20:45:17 -07:00 |
|
Zach Pomerantz
|
ed49f80322
|
fix peak check secs->msecs
|
2017-06-29 17:32:52 -04:00 |
|
Ken Cooke
|
0dbb7a71f3
|
CR fix: comments instead of ref code
|
2017-06-28 11:32:24 -07:00 |
|
Zach Pomerantz
|
3f57e5eb4d
|
implement peakValueListChanged
|
2017-06-27 17:51:44 -04:00 |
|
Ken Cooke
|
ad970c9f5c
|
fast compute of HRTF azimuth
|
2017-06-27 13:45:18 -07:00 |
|
Zach Pomerantz
|
b46219241c
|
add peakValueListChanged scaffolding
|
2017-06-26 22:44:31 -04:00 |
|
Zach Pomerantz
|
497ee3a522
|
add Audio.inputLevel
|
2017-06-19 17:07:43 -07:00 |
|
Brad Davis
|
ed6620fc51
|
Merge pull request #10718 from jherico/frame_thread
Cleanup and refactoring
|
2017-06-19 13:31:44 -07:00 |
|
Brad Davis
|
a69cf31f4b
|
PR feedback and cmake fixes
|
2017-06-16 16:59:58 -07:00 |
|
Zach Pomerantz
|
3093a73ce1
|
Merge branch 'master' of github.com:highfidelity/hifi into audio/parity
|
2017-06-15 15:04:06 -04:00 |
|
ZappoMan
|
d352163d77
|
fix no audio device from previously removed audio device
|
2017-06-15 09:24:14 -07:00 |
|
Zach Pomerantz
|
9017738a8d
|
start device check timer
|
2017-06-13 18:00:41 -04:00 |
|
Zach Pomerantz
|
0e2976620d
|
start device check timer
|
2017-06-13 18:00:09 -04:00 |
|
Zach Pomerantz
|
a8f69bb2e0
|
Merge branch 'master' of github.com:highfidelity/hifi into audio/parity
|
2017-06-13 17:41:52 -04:00 |
|
Zach Pomerantz
|
4a39798a97
|
sticky audio selection
|
2017-06-13 14:38:52 -04:00 |
|
Zach Pomerantz
|
b37a0239b0
|
up to reverb (needs cherry-picking)
|
2017-06-12 18:00:52 -04:00 |
|
Chris Collins
|
4b6c13bc1f
|
Merge pull request #10646 from ZappoMan/debugAudioProblems
Fix for no-audio on clean install
|
2017-06-10 11:32:42 -10:00 |
|
ZappoMan
|
6fe20f90a3
|
add better debugging for audio problems
use OS default device if settings have no values
|
2017-06-09 13:36:12 -07:00 |
|
Bradley Austin Davis
|
fc6a278217
|
Fixing dangling thread issues, consolidating thread management
|
2017-06-06 15:02:16 -07:00 |
|
Zach Pomerantz
|
954e4979f8
|
expose Audio.devices.input/output
|
2017-05-31 20:14:58 -04:00 |
|
Ken Cooke
|
0fe404adbb
|
Merge branch 'master' of https://github.com/highfidelity/hifi into audio-noisegate-new
|
2017-05-23 17:31:03 -07:00 |
|