docs: update README and INSTALL

This commit is contained in:
Wim Taymans 2020-11-27 17:16:57 +01:00
parent 6e0fed37b4
commit aa63077eea
2 changed files with 34 additions and 44 deletions

View file

@ -75,15 +75,26 @@ effect and can be omitted.
### Running PulseAudio applications
Depending on how the system was configured, your can either run PipeWire and
PulseAudio side-by-side or have PipeWire take over the functionality of
PulseAudio completely. We don't recommend to completely replace PulseAudio
at this point.
PipeWire can run a PulseAudio compatible replacement server. You can't
use both servers at the same time. Usually you package manager will
make the server conflict so that you can only install one or the
other.
Use the `pw-pulse` script to launch a PulseAudio application on PipeWire, like:
PulseAudio application still use the regular PulseAudio client
libraries and you don't need to to anything else than change the
server implementation.
A successful swap of the server can be verified by checking the
output of
```
$ pw-pulse <appname>
pactl info
```
It should include the string:
```
...
Server Name: PulseAudio (on PipeWire 0.3.x)
...
```
### Running ALSA applications
@ -145,7 +156,7 @@ $ pw-cli info 0
Find tutorials and design documentation [here](doc/index.md).
The autogenerated API docs are [here](https://docs.pipewire.org).
The (incomplete) autogenerated API docs are [here](https://docs.pipewire.org).
## Contributing