Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyanhp/voicecommands
PowerShell module for voice output
https://github.com/nyanhp/voicecommands
powershell voice
Last synced: 16 days ago
JSON representation
PowerShell module for voice output
- Host: GitHub
- URL: https://github.com/nyanhp/voicecommands
- Owner: nyanhp
- License: mit
- Created: 2017-11-09T20:45:27.000Z (about 7 years ago)
- Default Branch: mimir
- Last Pushed: 2020-07-02T08:55:56.000Z (over 4 years ago)
- Last Synced: 2024-11-19T12:53:02.552Z (2 months ago)
- Topics: powershell, voice
- Language: PowerShell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VoiceCommands
A little module that allows speech output. Might be extended in the future.# Example
Using Out-Voice is simple enough. Just pipe stuff to it.
```powershell
"PowerShell is awesome!" | Out-Voice
```Optionally you can select a gender. Out-Voice defaults to female.
```powershell
"3...2...1... Engage!" | Out-Voice -Gender Male
```