summaryrefslogtreecommitdiff
path: root/src/audio/manager.hpp
AgeCommit message (Collapse)Author
2025-08-06add portaudiozeldakatze
2024-04-04Revert "add jitter buffer for voice"ouwou
This reverts commit 3306edc514a996a7c61986d4851c9e6cfa323fca.
2024-03-25add jitter buffer for voiceouwou
2024-03-06add runtime option for selecting audio backend priority (voice only)ouwou
2023-12-17add more logging to audio managerouwou
2023-10-21add mix mono option to voice window (closes #238)ouwou
2023-08-19add noise suppressionouwou
2023-08-02tie slider to rnnoise probability thresholdouwou
2023-08-02add mutex for rnnoiseouwou
2023-07-23update vad param value on combobox changeouwou
2023-07-23slight refactor, show rnnoise vad prob in meter when selectedouwou
2023-07-23make vad method a setting and tie it to comboboxouwou
2023-07-18support mindeps build without rnnoiseouwou
2023-07-18add ability to change vad methodouwou
2023-07-18i dont like nodiscard anymoreouwou
2023-06-01Merge branch 'master' into rnnoiseouwou
2023-05-28make RTP timestamp strictly linearouwou
this should fix some artificial delay
2023-05-28initial rnnoise testouwou
2023-01-16persist voice settings, handle volume w/ no ssrcouwou
2022-11-14add window to change more stuff with opusouwou
2022-11-09model stuff to track active deviceouwou
also minor refactor
2022-11-08add ability to set capture deviceouwou
2022-11-05add basic combobox to choose output device, start using spdlogouwou
2022-10-24only enable microphone when in a voice channelouwou
2022-10-21add gain slider (how 2 loudmic? 🤓)ouwou
2022-10-18basic voice gateouwou
2022-10-16basic volume metersouwou
2022-10-05one mutex is enoughouwou
2022-10-05add per user volume sliderouwou
2022-09-29display user list, client side muteouwou
2022-09-28basic mute/deafenouwou
2022-09-28manage decoders with ssrc updatesouwou
2022-09-05basic voice capture + transmissionouwou
2022-09-02make compile work if voice support is disabledouwou
2022-09-02handle multiple speakers properlyouwou
2022-08-31basic buffering (i think)ouwou
2022-08-31fix opus include path (pt 2)ouwou
2022-08-31rudimentary voice implementationouwou