{"id":16525513,"url":"https://github.com/andrewn/simon-say","last_synced_at":"2025-07-10T00:37:27.689Z","repository":{"id":41819146,"uuid":"122516060","full_name":"andrewn/simon-say","owner":"andrewn","description":"An implementation of SSIP for macOS","archived":false,"fork":false,"pushed_at":"2023-04-20T17:06:31.000Z","size":16,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T19:18:03.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-22T18:09:19.000Z","updated_at":"2019-09-17T01:21:07.000Z","dependencies_parsed_at":"2024-10-11T17:03:49.671Z","dependency_job_id":null,"html_url":"https://github.com/andrewn/simon-say","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewn/simon-say","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fsimon-say","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fsimon-say/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fsimon-say/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fsimon-say/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewn","download_url":"https://codeload.github.com/andrewn/simon-say/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fsimon-say/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264506264,"owners_count":23619005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T17:03:45.734Z","updated_at":"2025-07-10T00:37:27.659Z","avatar_url":"https://github.com/andrewn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simon-say\n\nA (partial) implementation of the [Speech Synthesis Interface Protocol](https://devel.freebsoft.org/doc/speechd/ssip.html) for macOS.\n\nThe macOS `say` command is used for speech synthesis.\n\n## Supported commands\n\n| Command                                   |\n| ----------------------------------------- |\n| `LIST VOICES`                             |\n| `SET (all \\| self \\| id) VOICE_TYPE type` |\n| `GET VOICE_TYPE`                          |\n| `SPEAK`                                   |\n\n## Installation and usage\n\nThis requires node v8+.\n\nYou can install globally:\n\n    npm install --global https://github.com/andrewn/simon-say/archive/master.tar.gz\n\nOr you can install locally:\n\n    npm install --save https://github.com/andrewn/simon-say/archive/master.tar.gz\n\n## Usage\n\nStart the server listening on port `12345` using the command:\n\n    PORT=12345 simon-say\n\nStart the server listening on host `0.0.0.0` and port `12345` using the command:\n\n    HOST=0.0.0.0 PORT=12345 simon-say\n\nStart the server listening on the socket path `/tmp/speechd.sock` use the command:\n\n    SOCKET_PATH=/tmp/speechd.sock simon-say\n\nYou can then use a client that speaks SSIP to connect to that socket and send commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn%2Fsimon-say","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewn%2Fsimon-say","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn%2Fsimon-say/lists"}