Updated the header

This commit is contained in:
Markus Fleschutz
2020-06-15 14:55:54 +02:00
parent 36b82583d7
commit 9e9428f76f
12 changed files with 58 additions and 69 deletions

View File

@ -1,11 +1,10 @@
#!/snap/bin/powershell
#
# PowerShell Script to Convert Text to Audio WAV files
# ----------------------------------------------------
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
# Description: converts the given text into an audio .WAV file
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
#
# Configuration:
$Text = "Hello, my name ist Bond, James Bond"
$Speed = -1 # -10 is slowest, 10 is fastest