From b2639223ae8a4de605f21e08644720e52ab638d3 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Fri, 9 Apr 2021 13:03:40 -0600 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f94d7f..dcfd8bb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ VirtPlay is a bash script to automate playing video or audio files over a fake P | `-ao` `--audio-only` | `false` | Only uses the fake microphone | | `-vo` `--video-only` | `false` | Only uses the fake webcam | | `-vd` `--video-device` | `/dev/video0` | Changes which v4l2loopback device to use | -| `-ad` `--audio-device` | `/run/user/$UID/virtmic` | Changes the name of the fake microphone | +| `-ad` `--audio-device` | `VirtPlay` | Changes the name of the fake microphone | | `-bf` `--buffer-file` | `/tmp/virtplay` | Changes the path that the stdin buffer file is created at | | `-t` `--timestamp` | `0` | Jumps play head to timestamp in either seconds or [HH:]MM:SS[.m...] | | `-v` `--volume` | `1` | Sets the volume 0-1, where 0 is 0% and 1 is 100% |