aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-02 00:32:59 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-02 00:32:59 +0200
commit492cb57f8df3afd56c18e38ccafbf7e57360b87a (patch)
treeeed059a57e73621904d5a800f48582e7b327e7f4 /README.md
parent0f237d8ddf0151bbf0d18b060c8210cd246dcef8 (diff)
Query audio devices from gpu screen recorder instead of using pulseaudio in the gui. Makes it simpler and makes sure that the exact same device name is used that gpu screen recorder expects
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e73f002..4639e80 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ More info at [GPU Screen Recorder](https://git.dec05eba.com/gpu-screen-recorder/
## Installation
This program depends on [GPU Screen Recorder](https://git.dec05eba.com/gpu-screen-recorder/) which needs to be installed first.\
Run `sudo ./install.sh` or if you are running Arch Linux, then you can find gpu screen recorder gtk on aur under the name gpu-screen-recorder-gtk-git (`yay -S gpu-screen-recorder-gtk-git`).\
-Dependencies needed when building using `install.sh`: `meson gtk3 libx11 libpulse ayatana-appindicator3-0.1`.\
+Dependencies needed when building using `install.sh`: `meson gtk3 libx11 ayatana-appindicator3-0.1`.\
You can also install gpu screen recorder (the gtk gui version) from [flathub](https://flathub.org/apps/details/com.dec05eba.gpu_screen_recorder). This flatpak includes gpu-screen-recorder so no need to install that first.
## Screenshots