Update README.md

This commit is contained in:
Markus Fleschutz 2021-10-07 11:25:56 +02:00 committed by GitHub
parent b00d08e576
commit d92d477f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Mega Collection of PowerShell Scripts
| Script | Description | Help |
| ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- |
| [mute-audio.ps1](Scripts/mute-audio.ps1) | Mutes the audio device | [Help](Docs/mute-audio.md) |
| [list-voices.ps1](Scripts/list-voices.ps1) | Lists the installed text-to-speech (TTS) voices | [Help](Docs/list-voices.md) |
| [list-voices.ps1](Scripts/list-voices.ps1) | Lists the installed text-to-speech voices | [Help](Docs/list-voices.md) |
| [play-beep.ps1](Scripts/play-beep.ps1) | Plays a beep sound | [Help](Docs/play-beep.md) |
| [play-files.ps1](Scripts/play-files.ps1) | Plays the given audio files | [Help](Docs/play-files.md) |
| [play-happy-birthday.ps1](Scripts/play-happy-birthday.ps1) | Plays the Happy Birthday song | [Help](Docs/play-happy-birthday.md) |