19 Commits (e7e35642d7542f71cb0716f5c407b271d3478826)

Author SHA1 Message Date
sudden6 e7e35642d7
refactor(audio): introduce IAudioSource interface and use it 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
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
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
sudden6 d01999814e
chore: fix some compiler warnings 8 years ago
Diadlo e3f3d5e3b1
refactor: Override only 'doOutput' and 'captureSamples' in OpenAL2 8 years ago
Diadlo 900f2a1ad3
fix: Allocate memory to input buffer 8 years ago
sudden6 d2adfe4ca7
refactor: fix some warnings reported with "-Wall" 8 years ago
sudden6 7f3887f67c
refactor(audio): fix some remarks from review 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
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
Zetok Zalbavar 64bbc6cfbb
style: change postfix increment to prefix increment 9 years ago
Alice Weigt 244d1dc386 fix(audio): Clear audio buffer when ending audio loop 9 years ago
Alice Weigt 9b46cf6404 fix(settings): Play test sound when user enables test sound 9 years ago
Keegan Drake H.P 099d7d0ac6 style(audio): remove redundant checks in src/audio/audio.cpp 9 years ago
Keegan Drake H.P af37fa7b20 fix(audio): keep the data pointed to by tmpDevName in scope 9 years ago
Diadlo 72780e6c7a
docs(todo): Changed todo format 9 years ago
Diadlo 31d8e7eef0
docs: Replaced simple on doxygen tag 9 years ago
Diadlo 672744de96
docs(audio, video): Added leading stars 9 years ago
Nils Fenner f00b9008e6
feat(settings): add notification signals for changed settings values 9 years ago
Diadlo 29443040fb
docs(audio, video): Change comment style 9 years ago
Diadlo 2258748d28
style(audio, video): Style fixes 9 years ago
Nils Fenner 9694d6b6d4
fix(audio): actually disable the audio in/out device in settings, when selected 9 years ago
Nils Fenner 81df534c9a
refactor(audio): cleanup initialization of audio device lists 9 years ago
Nils Fenner bec635ad11
refactor(audio): cleanup initialization of audio device lists 9 years ago
Nils Fenner 792103f8b0
refactor(filter_audio): completely remove filter_audio dependency 9 years ago
Nils Fenner f72baa613f
feat(audio): add real gain control of the input device 9 years ago
Nils Fenner 356543ca3b
feat(audio): add (repair) support for group audio calls 9 years ago
tux3 c82e41ff6f
Properly ifdef filteraudio usage 10 years ago
tux3 9251f1f4ca
Fix #2854: Missing noexcept in Audio 10 years ago
Nils Fenner 26e7bde991
initialize OpenAL error stack 10 years ago
tux3 87c4907054
Remove redundant source init code 10 years ago
tux3 a2fbc277fc
Replace audio check macros by functions 10 years ago
tux3 6cad8d8fe9
Remove redundant check starting audio thread 10 years ago