166 Commits (2283d0c1b0221303197714cc2b6d90b3f0bb8144)

Author SHA1 Message Date
sudden6 22362d2940
refactor(audio): Remove Audio singleton 6 years ago
sudden6 e7e35642d7
refactor(audio): introduce IAudioSource interface and use it 6 years ago
sudden6 a8546fe8cb
refactor: use smart pointer instead of raw pointer 6 years ago
sudden6 47402fae90
refactor: run formatting script 6 years ago
sudden6 5b908184fc
refactor(audio): move audio output to new IAudioSink interface 6 years ago
sudden6 c61fcd1f2b
refactor(audio): create interface for audio sinks and sources 6 years ago
sudden6 0da72e22d3
refactor: remove dead code 6 years ago
Anthony Bilinski 093962e3ec
fix(groups): don't freeze when opening AV settings during group call 7 years ago
sudden6 5d65ab3876
fix(audio): specify format for sounds and make sounds follow it 7 years ago
iphydf 52a5951d26
chore: Use `nullptr` instead of `0` for NULL pointer constants. 7 years ago
Diadlo 06ae7ead0c
fix: Fix usage of unitialized functions 7 years ago
sudden6 a3370173df
fix(audio): close the audio device after playing a sound 7 years ago
Anthony Bilinski 65896e4501
feat(call): add call end sound 7 years ago
Anthony Bilinski 5dc4e6de81
chore(legal): update copyright date to 2018 for all source files 7 years ago
Anthony Bilinski 1583991fb4
refactor(avform): simplify and standardize sliders, use RMS for volume 7 years ago
Anthony Bilinski f6622e4092
fix(audio): apply gain to both audio channels 7 years ago
Anthony Bilinski 5d0f9509a8
fix(audio): move audio timers to and start from audioThread 7 years ago
sudden6 d01999814e
chore: fix some compiler warnings 8 years ago
Diadlo e74cc37a2d
fix: Use real channels number 8 years ago
Diadlo e3f3d5e3b1
refactor: Override only 'doOutput' and 'captureSamples' in OpenAL2 8 years ago
Diadlo c33592be06
style: Fix style 8 years ago
Diadlo 900f2a1ad3
fix: Allocate memory to input buffer 8 years ago
Diadlo 2353a66fde
fix: Call doAudio on timer timeout 8 years ago
Pavel Karelin 0869d3d8fd fix: elimination of warning '-Wreorder' 8 years ago
Gavin Stark d24d4fb8ea feat(audio): microphone voice activation 8 years ago
Diadlo 44258b01f5
refactor(audio): Add audio settings interface 8 years ago
sudden6 d2adfe4ca7
refactor: fix some warnings reported with "-Wall" 8 years ago
Zetok Zalbavar c089c80e53
fix: remove unused variables 8 years ago
Diadlo aa356bb73a
fix(audio): Fix signed and unsigned comparation 8 years ago
sudden6 7f3887f67c
refactor(audio): fix some remarks from review 8 years ago
sudden6 8652fe99e3
feat(audio): make the libfilteraudio dependency optional 8 years ago
sudden6 e1da943e4e
refactor(audio): move channel count to audio backend 8 years ago
sudden6 8f2401fee6
fix(build): add install steps for libfilteraudio on OSX 8 years ago
sudden6 526701fa9f
fix(build): make the OpenAL backend build with OpenALSoft < 1.15 8 years ago
sudden6 1914f52cdf
chore(audio): format code 8 years ago
sudden6 9d0498e0cf
feat(audio): add setting to switch between new and old audio backend 8 years ago
sudden6 809c5e6b04
fix(audio): Echo cancelling supports only mono audio 8 years ago
sudden6 c34999c9d0
refactor(audio): simplify the code 8 years ago
sudden6 5d60f09df4
feat(audio): make echo cancellation work and improve some minor stuff 8 years ago
sudden6 9c603e8654
feat(audio): add libfilteraudio 8 years ago
sudden6 c715729167
feat(audio): add alternative OpenAL backend 8 years ago
Alice Weigt a06ad7048e feat(audio):OutgoingCallSound 8 years ago
sudden6 a3b234e6dd
chore(formatting): run clang-format 8 years ago
sudden6 28c2298ad9
feat(audio): split the audio interface from the backend library 8 years ago
sudden6 b68ad4ced2
feat(audio): don't use dynamic memory allocation and remove resource leak 8 years ago
sudden6 300ac12e3f
fix: silence warning by not using dynamic arrays on stack 8 years ago
Zetok Zalbavar 80f5de31b3
style: reformat current C++ codebase using clang-format 9 years ago
Zetok Zalbavar d4ac13dbf4
revert: "refactor: Added to include path and exclude it from all includes" 9 years ago
Zetok Zalbavar 7b60a5dd36
chore: explicitly mention that copyright belongs to qTox contributors 9 years ago
Diadlo b4a9f04f92
refactor: Added to include path and exclude it from all includes 9 years ago