mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 07:38:15 +02:00
Updated the header
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user