Difference between revisions of "ALSA"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
imported>Handy |
imported>Dalto (General updates, removal of first person and formatting changes) |
||
Line 1: | Line 1: | ||
= | =Overview= | ||
This | This article describes how to run applications which depend on pulseaudio on systems which only have alsa installed. This is done using '''apulse''' which is pulse emulator for alsa. | ||
=Install apulse= | |||
Install '''apulse''' from the AUR | Install '''apulse''' from the [[Arch_User_Repository|AUR]] using a your preferred package manager or the command: | ||
pamac build apulse | |||
It is built from source so it may take some time to install. Once it is done, create a basic config file using the command: | |||
cp /usr/share/apulse/asoundrc.sample ~/.asoundrc | |||
=Using apulse= | |||
Using apulse is a simple typing '''apulse <program>''' in a terminal. For example: | |||
apulse /usr/lib/firefox/firefox | |||
If all is working, you should now have sound in Firefox without needing pulseaudio | |||
=See also= | |||
* [https://github.com/i-rinat/apulse The official apulse site] | |||
* [https://forum.manjaro.org/t/how-to-run-pulseaudio-only-apps-on-an-alsa-only-system/34235 Forum Page] | |||
[[Category:Contents Page]] | [[Category:Contents Page]] |
Revision as of 02:53, 21 May 2019
Overview
This article describes how to run applications which depend on pulseaudio on systems which only have alsa installed. This is done using apulse which is pulse emulator for alsa.
Install apulse
Install apulse from the AUR using a your preferred package manager or the command:
pamac build apulse
It is built from source so it may take some time to install. Once it is done, create a basic config file using the command:
cp /usr/share/apulse/asoundrc.sample ~/.asoundrc
Using apulse
Using apulse is a simple typing apulse <program> in a terminal. For example:
apulse /usr/lib/firefox/firefox
If all is working, you should now have sound in Firefox without needing pulseaudio