Add script to record the selected window (with the active audio device)

This commit is contained in:
dec05eba
2022-03-22 13:04:08 +01:00
parent f81bdfb29e
commit d4bc7b420e
3 changed files with 10 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ platforms = ["posix"]
[config]
include_dirs = ["/opt/cuda/targets/x86_64-linux/include"]
libs = ["/usr/lib/libcuda.so"]
libs = ["/usr/lib64/libcuda.so"]
[define]
PULSEAUDIO = "1"