Rename to convert-txt2wav.ps1

This commit is contained in:
Markus Fleschutz
2021-04-14 14:16:15 +02:00
parent 392bfe11f8
commit f8ca4ed78b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/pwsh
<#
.SYNTAX txt2wav.ps1
.SYNTAX convert-txt2wav.ps1
.DESCRIPTION converts the given text into an audio .WAV file
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0