Update README.md
This commit is contained in:
parent
0e8693cccc
commit
681f44afe9
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@
|
||||||
|
|
||||||
# Play-WAV
|
# Play-WAV
|
||||||
|
|
||||||
A script used to download a WAV file and play it after a mouse movement is detected
|
A script used to download a WAV file and play it after a mouse movement is detected.
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This program starts off by using an Invoke-WebRequest to download a WAV file.
|
This program starts off by using an Invoke-WebRequest to download a WAV file.
|
||||||
The system volume is then turned up to the max level.
|
The system volume is then turned up to the max level.
|
||||||
Then the script will be paused until a mouse movement is detected.
|
Then the script will be paused until a mouse movement is detected.
|
||||||
After one is the WAV file will be played.
|
After a mouse movement is detected, the WAV file will be played.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue