Updated README

This commit is contained in:
Logan G 2021-04-09 13:03:40 -06:00
parent 77406c156e
commit b2639223ae
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -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 | | `-ao` `--audio-only` | `false` | Only uses the fake microphone |
| `-vo` `--video-only` | `false` | Only uses the fake webcam | | `-vo` `--video-only` | `false` | Only uses the fake webcam |
| `-vd` `--video-device` | `/dev/video0` | Changes which v4l2loopback device to use | | `-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 | | `-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...] | | `-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% | | `-v` `--volume` | `1` | Sets the volume 0-1, where 0 is 0% and 1 is 100% |