aboutsummaryrefslogtreecommitdiff
path: root/src/sound.cpp
AgeCommit message (Collapse)Author
2022-10-16Refactor xcomposite into abstract capture apidec05eba
Refactor c++ files into c files, more usable
2022-10-07Fix crash caused by invalid memory write when recording audiodec05eba
In some scenarios memcpy can write to 8 bytes (or more?) over the buffer end. Thanks to Guilherme for reporting the issue and testing the fix.
2022-10-04Livestream: add silent audio track if not audio input is provided (fixes ↵dec05eba
youtube and other sites)
2022-10-02Allow giving audio inputs names by prefixing them with <name>/dec05eba
2022-10-02Add unique index to each audio input device namedec05eba
2022-09-30Give error when using an invalid audio input with pipewiredec05eba
2022-09-30Give each audio input a seperate node by giving them an unique context namedec05eba
2022-09-22Read audio data from pulseaudio as it's available and buffer it. Fixes audio ↵dec05eba
recording on pulseaudio (and some pipewire configs)
2022-09-20Is this the final solution to the audio crackling problem? increase pts by ↵dec05eba
number of samples and add dummy audio frames between
2022-09-20Fix build on ubuntu, use a mainloop with timeout instead of sleepdec05eba
2022-09-20Fix replay video/audio desync, fix dummy audio when dropping audio input, ↵dec05eba
give each audio stream a new name so it can be replaced with pipewire graphs
2022-09-02Make video framerate constant, fix audio desync a bit when no audio playing ↵dec05eba
for a while
2022-08-06Fix audio recording with pipewire and with different pulseaudio system ↵dec05eba
settings (frag)
2022-03-22Use /usr/lib64 instead of /usr/lib, which makes it compatible with gentoodec05eba
2020-06-21Add gpl license to filesdec05eba
2020-06-21Add pulseaudio, parse command line argsdec05eba
2020-06-21Add audio supportdec05eba
2020-03-30output encoded video to stdout instead and add twitch stream scriptdec05eba
2020-03-29blabladec05eba
2020-03-29add alsadec05eba