Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```