Skip to content
#

pulseaudio

Here are 157 public repositories matching this topic...

ghost
ghost commented Sep 21, 2019

I am relatively new to the CLI, and I am slowly moving from beginner to intermediate, so I thought that I would try using CLI programs, to further improve my understanding. This program looks looks great, but the explanation of how to do the installation on Linux, is quite literally all over the place.

Whilst MacOS, Windows, FreeBSD, and Raspberry Pi have obvious sections close at hand, there i

drathir
drathir commented Apr 18, 2018

There is a issue where both man for 32 and 64 bit version have the same name:
install(FILES "${CMAKE_SOURCE_DIR}/man/apulse.1" DESTINATION share/man/man1)

would be nice if:

  • 64 bit get:
    install(FILES "${CMAKE_SOURCE_DIR}/man/apulse.1" DESTINATION share/man/man1)
    -32 bit get:
    install(FILES "${CMAKE_SOURCE_DIR}/man/apulse32.1" DESTINATION share/man/man1)
marioortizmanero
marioortizmanero commented Feb 2, 2020

The current OSD feature only works for KDE. It'd be nice to have it on Gnome, too (for example).

There isn't a standard way to show OSD messages (unlike for notifications), so the current Desktop Environment would have to be checked. This would be done at startup, and saved into a variable later checked when the OSD is displayed. I'm not sure about all the available DEs with OSD support, nor ha

mirabilos
mirabilos commented Feb 18, 2020

I found out one cannot pull request Wiki pages on GitHub.

I just went through the PA module setup process on Debian buster and would like to correct some small inconsistencies (paths, use of sudo for some parts and not for others when running as regular user, etc.), update with Debian stable info, and most importantly, a workaround for [Debian bug #923203 — no sound on Debian buster with sysvin

Improve this page

Add a description, image, and links to the pulseaudio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pulseaudio topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.