-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
404 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## audioplayers plugin | ||
|
||
### Requirements | ||
|
||
- `audioplayers` version `^4.0.0` | ||
- Working gstreamer installation, including corresponding audio plugin (e.g. `gstreamer1.0-alsa`) | ||
|
||
### Troubleshooting | ||
|
||
- Check that you can list ALSA devices via command `aplay -L`; | ||
- Check that you can launch `playbin` on any audio file via `gst-launch`; | ||
- Make sure `pulseaudio` is deleted | ||
|
||
### pulseaudio | ||
|
||
Please note that plugin was not tested with `pulseaudio` and it is up to you to make gstreamer work via it. | ||
As `pulseaudio` takes full control over audio devices, `ALSA` will no longer function correctly with `pulseaudio` installed |
Oops, something went wrong.