Changed file name, now also using /run instead of /tmp

Changed the file name since its supposed to be in the binary directory

Moved virtual microphone to /run since thats where those kinds of
things go
This commit is contained in:
Logan G 2020-09-04 21:42:37 -06:00
parent f6559760b8
commit 7290d6f6e7
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -14,7 +14,7 @@ LOOPBACK=true
VIDEO=true
AUDIO=true
VIDEODEVICE=/dev/video0
AUDIODEVICE=/tmp/virtmic
AUDIODEVICE=/run/user/$UID/virtmic
BUFFERFILE=/tmp/virtplay
FFMPEGOPTIONS=""