mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
docs: update README and INSTALL
This commit is contained in:
parent
6e0fed37b4
commit
aa63077eea
2 changed files with 34 additions and 44 deletions
25
README.md
25
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue