Gabriel Calero
|
f24cfebe88
|
Revert "Add logs to debug. Revert later"
This reverts commit 3c49e7783c .
|
2018-07-24 14:57:48 -03:00 |
|
Gabriel Calero
|
3c49e7783c
|
Add logs to debug. Revert later
|
2018-07-23 14:03:58 -03:00 |
|
Gabriel Calero
|
00e3de4e0a
|
Revert output sample rate to native rate
|
2018-07-19 19:13:28 -03:00 |
|
Gabriel Calero
|
988acdb3f9
|
Set output sample rate at 24000 (with testing purposes only)
|
2018-07-19 18:53:03 -03:00 |
|
Gabriel Calero
|
d230a634b2
|
Fix connects. Set down MIN_READS_TO_CONSIDER_INPUT_ALIVE to 10
|
2018-07-19 14:50:40 -03:00 |
|
Gabriel Calero
|
c8a168c273
|
Fix audio choppy.
|
2018-07-18 18:36:03 -03:00 |
|
Gabriel Calero
|
d8af12152b
|
Add comment to explain the workaround
|
2018-07-18 18:35:47 -03:00 |
|
Gabriel Calero
|
e039ef1729
|
Use 24000Hz sample rate for Samsung only
|
2018-07-18 18:35:36 -03:00 |
|
Gabriel Calero
|
c11f4be5c1
|
Make louder android mic
|
2018-07-18 18:35:21 -03:00 |
|
Atlante45
|
4a4c0d132e
|
Make stereo interface async
|
2018-06-18 17:26:29 -07:00 |
|
Atlante45
|
29ff47c6fb
|
Ensure audio devices are made on the right thread
|
2018-06-18 16:28:52 -07:00 |
|
Clement
|
da9fb9c751
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
|
David Rowe
|
2cc3ed6287
|
List which contexts each namespace and object is available in
|
2018-04-28 20:00:28 +12:00 |
|
David Rowe
|
08dc9b133f
|
Docs to JSDoc review
|
2018-04-26 21:10:28 +12:00 |
|
MiladNazeri
|
0f87e53902
|
Merge pull request #12963 from MiladNazeri/docs/DocsToJSDocsUpdate
Docs/docs to js docs update
|
2018-04-25 12:26:19 -07:00 |
|
milad nazeri
|
23d07fa292
|
fixed spacing issue
|
2018-04-24 13:14:55 -07:00 |
|
milad nazeri
|
1121fe8da0
|
fix tabs
|
2018-04-23 21:47:53 -07:00 |
|
milad nazeri
|
4ac06fe99f
|
Updating previous jsdocs
|
2018-04-22 22:22:33 -07:00 |
|
milad nazeri
|
e9b9c05b5d
|
removed cruft
|
2018-04-22 08:51:47 -07:00 |
|
SamGondelman
|
3b4b43cf66
|
try to fix audio crash on startup
|
2018-04-20 10:23:47 -07:00 |
|
Ken Cooke
|
bcf893db18
|
Merge pull request #12586 from kencooke/audio-peakmeters-fix
Fix crash when closing the Audio menu
|
2018-03-13 07:52:37 -07:00 |
|
Dante Ruiz
|
3a39fca268
|
made requested changes
|
2018-03-09 10:09:51 -08:00 |
|
Dante Ruiz
|
c49d0557fc
|
fixing check box issues
|
2018-03-09 09:29:37 -08:00 |
|
Ken Cooke
|
91b7acec1f
|
Fix crash when closing the Audio menu. On some machines, checkPeakValues takes long enough that timer callbacks overlap and activeClients gets clobbered while in use.
|
2018-03-07 11:06:53 -08:00 |
|
John Conklin II
|
7bc3848c36
|
Merge pull request #12533 from druiz17/stereo-checkbox
Adding Stereo checkbox in Audio settings
|
2018-03-05 12:45:01 -08:00 |
|
Dante Ruiz
|
55d8cfd4c1
|
make sure dont make audio devices that don't use stereo use stereo
|
2018-03-02 10:56:44 -08:00 |
|
Sam Gateau
|
88ecfe7895
|
Merge pull request #12464 from jherico/android_dev
Android Master
|
2018-03-01 17:22:34 -08:00 |
|
Ken Cooke
|
bb2f3cac2c
|
Use named constant for the onset of near-field corrections (1 meter)
|
2018-02-27 08:51:55 -08:00 |
|
Ken Cooke
|
f25b8e8df0
|
Refactor distance attenuation for near-field HRTF.
Adds near-field attenuation from 0.125m to 1m, calibrated to 0dB at 1m. Overload will trigger dynamic range compression at the peak-limiter.
|
2018-02-22 16:05:01 -08:00 |
|
Gabriel Calero
|
a2f6548d1d
|
Make slot declarations non-conditional
|
2018-02-12 13:45:56 -03:00 |
|
Gabriel Calero
|
a91118027d
|
Remove dead code and extra logs
|
2018-01-26 18:14:43 -03:00 |
|
Gabriel Calero
|
ed1abb3a41
|
Restoring adaptive audio buffer management
|
2018-01-15 18:30:32 -03:00 |
|
Gabriel Calero
|
f889782250
|
Merge remote-tracking branch 'github/android' into android_audio_fixes
|
2018-01-15 18:28:31 -03:00 |
|
Cristian Luis Duarte
|
21f1c0e275
|
Android: Make audioInputStateChanged watcher work so it can restart input audio if it stops without a reason. Implement a mechanism that counts last reads in an interval and restart input audio in case of low reads -in these cases (happens particularly on Huawei) there is no call to the audioInputStateChanged method- (Android only)
|
2018-01-13 06:42:16 -03:00 |
|
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 |
|