Search Criteria
Package Details: pulse-autoconf 1.10.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pulse-autoconf.git (read-only, click to copy) |
---|---|
Package Base: | pulse-autoconf |
Description: | PulseAudio server dynamic configuration daemon |
Upstream URL: | https://www.eomanis.dedyn.io/permshare/pulse-autoconf/ |
Keywords: | echo-cancellation mix pulseaudio streaming video-conference voice-chat |
Licenses: | GPL3 |
Submitter: | eomanis |
Maintainer: | eomanis |
Last Packager: | eomanis |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-07 14:13 (UTC) |
Last Updated: | 2024-09-25 21:16 (UTC) |
Dependencies (8)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- bc (bc-ghAUR)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- findutils (findutils-gitAUR, busybox-coreutilsAUR, findutils-selinuxAUR)
- grep (grep-gitAUR, busybox-coreutilsAUR, grep-compatAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- sed (busybox-coreutilsAUR, sed-gitAUR)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
Latest Comments
« First ‹ Previous 1 2
hedgepigdaniel commented on 2023-08-08 03:48 (UTC)
I've recently found that the service does not start, and shows the following errors:
I've found that the problem can be prevented by removing the following line from the systemd unit:
hgabreu commented on 2022-09-26 00:04 (UTC)
I'm having a weird issue, where my "duplex" profile is not showing up on boot, when I have pulse-autoconf enabled. Have any of you seen this? https://bbs.archlinux.org/viewtopic.php?pid=2059204#p2059204
eomanis commented on 2021-04-16 15:34 (UTC)
Hello Darkhogg, thanks for the report. You are right, there is no bugtracker currently. Getting my stuff onto GitHub or GitLab is always at the back of my mind, it's not done yet due to a lack of knowledge on my part.
Weird how
pactl set-default-sink
orpactl set-default-source
mess up the loopbacks for you. But well, if re-ordering the setup sequence fixes that, I will just change it to set up loopbacks as late as possible.I intend to do a new patch release tonight.
Darkhogg commented on 2021-04-16 10:57 (UTC)
Hi! I have a bug to report, and I'm not sure if this is a good place to do it but I haven't found any other place.
Whenever I start in EchoCancellationWithSourcesMix mode, my microphone ends up being heard in my headphones and nothing is recorded from the main source, ever. After tinkering a bit I found out that everything is set up correctly, except the two loobpack streams that should send the src_ec and src_fx to sink_mix are instead sending to sink_main.
I debugged the code a bit and turns out everything's fine until the set-default block runs. At that point, the two loopbacks switch to sink_main and everything's fucked. I tried switching the order from those two blocks, so set-default runs before creating the loopbacks, and it seemed to fix my issues.
I hope this gets fixed and it was useful, I love how well and magically this small package works otherwise
« First ‹ Previous 1 2