From e2c1d0d961fa55f6b8dba4a317d96c6f07b4af69 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 7 Oct 2021 11:08:44 +0200 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c48bc27c..a54721e8 100644 --- a/README.md +++ b/README.md @@ -22,21 +22,21 @@ Mega Collection of PowerShell Scripts | [play-mp3.ps1](Scripts/play-mp3.ps1) | Plays the given sound file (MP3 file format) | [Help](Docs/play-mp3.md) | | [play-super-mario.ps1](Scripts/play-super-mario.ps1) | Plays the Super Mario Intro | [Help](Docs/play-super-mario.md) | | [play-tetris-melody.ps1](Scripts/play-tetris-melody.ps1) | Plays the Tetris melody | [Help](Docs/play-tetris-melody.md) | -| [speak-checklist.ps1](Scripts/speak-checklist.ps1) | Speaks the given checklist by text-to-speech (TTS) | [Help](Docs/speak-checklist.md) | -| [speak-countdown.ps1](Scripts/speak-countdown.ps1) | Starts a countdown by text-to-speech (TTS) | [Help](Docs/speak-countdown.md) | -| [speak-date.ps1](Scripts/speak-date.ps1) | Speaks the current date by text-to-speech (TTS) | [Help](Docs/speak-date.md) | -| [speak-english.ps1](Scripts/speak-english.ps1) | Speaks the given text with an English text-to-speech (TTS) voice | [Help](Docs/speak-english.md) | -| [speak-epub.ps1](Scripts/speak-epub.ps1) | Speaks the content of the given Epub file by text-to-speech (TTS) | [Help](Docs/speak-epub.md) | -| [speak-file.ps1](Scripts/speak-file.ps1) | Speaks the content of the given text file by text-to-speech (TTS) | [Help](Docs/speak-file.md) | -| [speak-french.ps1](Scripts/speak-french.ps1) | Speaks the given text with a French text-to-speech (TTS) voice | [Help](Docs/speak-french.md) | -| [speak-german.ps1](Scripts/speak-german.ps1) | Speaks the given text with a German text-to-speech (TTS) voice | [Help](Docs/speak-german.md) | -| [speak-italian.ps1](Scripts/speak-italian.ps1) | Speaks the given text with an Italian text-to-speech (TTS) voice | [Help](Docs/speak-italian.md) | -| [speak-joke.ps1](Scripts/speak-joke.ps1) | Speaks a random Chuck Norris joke by text-to-speech (TTS) | [Help](Docs/speak-joke.md) | -| [speak-quote.ps1](Scripts/speak-quote.ps1) | Speaks a random quote by text-to-speech (TTS) | [Help](Docs/speak-quote.md) | -| [speak-spanish.ps1](Scripts/speak-spanish.ps1) | Speaks the given text with a Spanish text-to-speech (TTS) voice | [Help](Docs/speak-spanish.md) | -| [speak-test.ps1](Scripts/speak-test.ps1) | Performs a speak test by text-to-speech (TTS) | [Help](Docs/speak-test.md) | -| [speak-text.ps1](Scripts/speak-text.ps1) | Speaks the given text by text-to-speech (TTS) | [Help](Docs/speak-text.md) | -| [speak-time.ps1](Scripts/speak-time.ps1) | Speaks the current time by text-to-speech (TTS) | [Help](Docs/speak-time.md) | +| [speak-checklist.ps1](Scripts/speak-checklist.ps1) | Speaks the given checklist by text-to-speech | [Help](Docs/speak-checklist.md) | +| [speak-countdown.ps1](Scripts/speak-countdown.ps1) | Starts a countdown by text-to-speech | [Help](Docs/speak-countdown.md) | +| [speak-date.ps1](Scripts/speak-date.ps1) | Speaks the current date by text-to-speech | [Help](Docs/speak-date.md) | +| [speak-english.ps1](Scripts/speak-english.ps1) | Speaks the given text with an English text-to-speech voice | [Help](Docs/speak-english.md) | +| [speak-epub.ps1](Scripts/speak-epub.ps1) | Speaks the content of the given Epub file by text-to-speech | [Help](Docs/speak-epub.md) | +| [speak-file.ps1](Scripts/speak-file.ps1) | Speaks the content of the given text file by text-to-speech | [Help](Docs/speak-file.md) | +| [speak-french.ps1](Scripts/speak-french.ps1) | Speaks the given text with a French text-to-speech voice | [Help](Docs/speak-french.md) | +| [speak-german.ps1](Scripts/speak-german.ps1) | Speaks the given text with a German text-to-speech voice | [Help](Docs/speak-german.md) | +| [speak-italian.ps1](Scripts/speak-italian.ps1) | Speaks the given text with an Italian text-to-speech voice | [Help](Docs/speak-italian.md) | +| [speak-joke.ps1](Scripts/speak-joke.ps1) | Speaks a random Chuck Norris joke by text-to-speech | [Help](Docs/speak-joke.md) | +| [speak-quote.ps1](Scripts/speak-quote.ps1) | Speaks a random quote by text-to-speech | [Help](Docs/speak-quote.md) | +| [speak-spanish.ps1](Scripts/speak-spanish.ps1) | Speaks the given text with a Spanish text-to-speech voice | [Help](Docs/speak-spanish.md) | +| [speak-test.ps1](Scripts/speak-test.ps1) | Performs a speak test by text-to-speech | [Help](Docs/speak-test.md) | +| [speak-text.ps1](Scripts/speak-text.ps1) | Speaks the given text by text-to-speech | [Help](Docs/speak-text.md) | +| [speak-time.ps1](Scripts/speak-time.ps1) | Speaks the current time by text-to-speech | [Help](Docs/speak-time.md) | | [turn-volume-up.ps1](Scripts/turn-volume-up.ps1) | Turns the audio volume up (+10% by default) | [Help](Docs/turn-volume-up.md) | | [turn-volume-down.ps1](Scripts/turn-volume-down.ps1) | Turns the audio volume down (-10% by default) | [Help](Docs/turn-volume-down.md) | | [unmute-audio.ps1](Scripts/unmute-audio.ps1) | Unmutes the audio device | [Help](Docs/unmute-audio.md) |