New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

simon-say

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simon-say

An implementation of SSIP for macOS

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

simon-say

A (partial) implementation of the Speech Synthesis Interface Protocol for macOS.

The macOS say command is used for speech synthesis.

Supported commands

Command
LIST VOICES
SET (all | self | id) VOICE_TYPE type
GET VOICE_TYPE
SPEAK

Installation and usage

This requires node v8+.

You can install globally:

npm install --global https://github.com/andrewn/simon-say/archive/master.tar.gz

Or you can install locally:

npm install --save https://github.com/andrewn/simon-say/archive/master.tar.gz

Usage

Start the server listening on port 12345 using the command:

PORT=12345 simon-say

Start the server listening on host 0.0.0.0 and port 12345 using the command:

HOST=0.0.0.0 PORT=12345 simon-say

Start the server listening on the socket path /tmp/speechd.sock use the command:

SOCKET_PATH=/tmp/speechd.sock simon-say

You can then use a client that speaks SSIP to connect to that socket and send commands.

Keywords

macos

FAQs

Package last updated on 12 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts