Commit Graph

21 Commits (04a9bc46f4513a4c01138cd3adcad6c51938b756)

Author SHA1 Message Date
jenli669 04a9bc46f4
docs(copyright): update and add copyright info
zealously updates and adds qTox copyright information.

Fixes #5713
2019-06-28 01:18:26 +02:00
sudden6 22362d2940
refactor(audio): Remove Audio singleton
This commit finally removes the Audio singleton and allocates the audio
backend in main.cpp.
2019-05-21 21:05:27 +02:00
sudden6 e7e35642d7
refactor(audio): introduce IAudioSource interface and use it 2019-05-05 12:49:56 +02:00
sudden6 47402fae90
refactor: run formatting script 2019-04-25 21:30:19 +02:00
sudden6 5b908184fc
refactor(audio): move audio output to new IAudioSink interface 2019-04-25 21:30:19 +02:00
iphydf 52a5951d26
chore: Use `nullptr` instead of `0` for NULL pointer constants. 2018-09-07 21:38:59 +00:00
Diadlo 06ae7ead0c
fix: Fix usage of unitialized functions 2018-06-12 22:46:48 +03:00
Anthony Bilinski 5dc4e6de81
chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
Anthony Bilinski 1583991fb4
refactor(avform): simplify and standardize sliders, use RMS for volume
Also improve usefulness of volume bar by including gain, clipping, and activation threshold. Remove magic numbers. Clear volumue display when mic is disabled.

Fix #4893
2018-04-12 10:34:42 -07:00
sudden6 d01999814e
chore: fix some compiler warnings 2018-02-01 20:32:39 +01:00
Diadlo e3f3d5e3b1
refactor: Override only 'doOutput' and 'captureSamples' in OpenAL2 2018-01-20 14:07:22 +03:00
Diadlo 900f2a1ad3
fix: Allocate memory to input buffer 2018-01-20 14:07:22 +03:00
sudden6 d2adfe4ca7
refactor: fix some warnings reported with "-Wall" 2017-10-31 09:32:52 +01:00
sudden6 7f3887f67c
refactor(audio): fix some remarks from review 2017-08-05 21:25:15 +02:00
sudden6 1914f52cdf
chore(audio): format code 2017-08-05 21:12:34 +02:00
sudden6 9d0498e0cf
feat(audio): add setting to switch between new and old audio backend 2017-08-05 21:12:33 +02:00
sudden6 809c5e6b04
fix(audio): Echo cancelling supports only mono audio 2017-08-05 21:12:33 +02:00
sudden6 c34999c9d0
refactor(audio): simplify the code 2017-08-05 21:12:33 +02:00
sudden6 5d60f09df4
feat(audio): make echo cancellation work and improve some minor stuff 2017-08-05 21:12:33 +02:00
sudden6 9c603e8654
feat(audio): add libfilteraudio 2017-08-05 21:12:33 +02:00
sudden6 c715729167
feat(audio): add alternative OpenAL backend 2017-08-05 21:12:32 +02:00