Skip to content

Commit

Permalink
Mention TTS as a keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Dec 31, 2016
1 parent 4c72250 commit a04f63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@

## Features

- Uses your browser's built-in [Web Speech API for text-to-speech](https://www.w3.org/community/speech-api/) known as [Speech Synthesis](https://dvcs.w3.org/hg/speech-api/raw-file/9a0075d25326/speechapi.html#tts-section).
- Uses your browser's built-in [Web Speech API for text-to-speech (TTS)](https://www.w3.org/community/speech-api/) known as [Speech Synthesis](https://dvcs.w3.org/hg/speech-api/raw-file/9a0075d25326/speechapi.html#tts-section).
- Privacy aware.
- All text and speech is processed internally by your browser. While ultimately depending on your specific browser, all processing is expected to be done on your own machine and not use a server.
- Sound is only produced, never recorded.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "talkie",
"private": true,
"version": "1.0.1",
"description": "Text-to-speech browser extension button.",
"description": "Text-to-speech (TTS) browser extension button.",
"scripts": {
"package": "rimraf .package && mkdir -p .package/ && cp -r _locales resources src CLA.md LICENSE README.md manifest.json .package/ && cd .package/ && zip -vr \"../talkie-joelpurra.com-${npm_package_version}.zip\" .",
"version:get": "git rev-parse --abbrev-ref HEAD | sed -n -e '/release/ s_release/__ p'",
Expand Down

0 comments on commit a04f63e

Please sign in to comment.