165 Commits (e7e35642d7542f71cb0716f5c407b271d3478826)

Author SHA1 Message Date
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
Nils Fenner 018360887e
refactor(audio): remove obsolete signal "groupAudioPlayed" 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
tux3 6425448196
Implement the playMono16Sound API sanely 10 years ago
tux3 ce2f8fd1d5
Cleanup and improve audio input 10 years ago
tux3 0a1833a74b
Un-pimpl 10 years ago
tux3 fb68d3750c
Cleanup mic feedback related code 10 years ago
Nils Fenner ffbd8fba91
do not warn, when requesting the volume from an invalid audio device 10 years ago
Nils Fenner 9b5c799742
fix getter for audio master output volume 10 years ago
Nils Fenner 7d547b10eb
major changes to audio volume control 10 years ago
Nils Fenner a6024b85ea
initialize a subscribed audio source with "master" volume instead of "max." 10 years ago
Nils Fenner b3926c8904
change method description of Audio::setOutputVolume to what it should do 10 years ago
apprb d02348c1f8
Fix #2774: Client freezes after attempt to start group audio 10 years ago
Nils Fenner 82dfe0f704
fix audio singleton implementation 10 years ago
Nils Fenner 79ddbf7d02
open the first available audio in/out device as default, if specifier is empty 10 years ago
Nils Fenner 552155bd1f
Merge PR #2719 from antis81:fix_audio_subscriptions 10 years ago
Nils Fenner 19201dda8a
Merge pull request #2713 from antis81:newav_audio_cleanup 10 years ago
Nils Fenner e73fd27d8b
fix: don't subscribe to in/out device when initialization failed 10 years ago
Nils Fenner 0615c7c3c6
reimplement audio in/out subscription concept 10 years ago
Nils Fenner d8607324ce
cleanup AudioPrivate 10 years ago
Nils Fenner ace3662757
further improved audio metering 10 years ago
Nils Fenner 535bb212f5
make use of QThread::requestInterruption 10 years ago
Nils Fenner c39138a65d
lock mutex also on start/stop audio loop playback 10 years ago
Nils Fenner 08c43d0b83
cleanup OpenAL compatibility code in audio class 10 years ago
Nils Fenner a1b87194b8
fix #2504 10 years ago
Nils Fenner 44d1c6fe74
[WIP] implement threaded level meter for input level 10 years ago
Nils Fenner 5805c8c2bf
improved code for non-blocking audio player 10 years ago
Nils Fenner 67fbee8868
use qstring for path when playing audio file 10 years ago
Nils Fenner b44ef6c596
introduce a non-blocking AudioPlayer 10 years ago
Nils Fenner 1fb9bce78c
move audio class to thread before starting 10 years ago