https://github.com/joonas-yoon/speech-translator
Chrome extension for translating speech from audio stream on browser tab
https://github.com/joonas-yoon/speech-translator
ajax chrome-extension chrome-extensions google-chrome-extension speech-translator vanilla-javascript
Last synced: 5 months ago
JSON representation
Chrome extension for translating speech from audio stream on browser tab
- Host: GitHub
- URL: https://github.com/joonas-yoon/speech-translator
- Owner: joonas-yoon
- License: gpl-3.0
- Archived: true
- Created: 2018-07-30T12:11:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:54:11.000Z (over 2 years ago)
- Last Synced: 2024-10-24T21:55:34.130Z (9 months ago)
- Topics: ajax, chrome-extension, chrome-extensions, google-chrome-extension, speech-translator, vanilla-javascript
- Language: JavaScript
- Homepage: http://speechtranslator.net
- Size: 1.97 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speech Translator Chrome Extension


[](https://app.codacy.com/manual/joonas-yoon/speech-translator?utm_source=github.com&utm_medium=referral&utm_content=joonas-yoon/speech-translator&utm_campaign=Badge_Grade_Dashboard)
[](https://travis-ci.org/joonas-yoon/speech-translator-server)
[](https://github.com/joonas-yoon/speech-translator/stargazers)
[](https://google.github.io/styleguide/jsguide.html)This browser extension shows the translated results of speech from browser tab sound.
**The server** is available on [@joonas-yoon/speech-translator-server](https://github.com/joonas-yoon/speech-translator-server)

## Dependencies
- [Google Chrome Extensions](https://developer.chrome.com/extensions/overview)
- [Google Cloud Speech-To-Text](https://cloud.google.com/speech-to-text/)
- [Google Cloud Storage](https://cloud.google.com/storage/)
- [Google Cloud Translation API](https://cloud.google.com/translate/)## Chrome
Kill all chrome instances before running command:
Windows:
```
CMD> "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir="[temp directory here]"
```Linux/Mac:
```
chromium-browser --disable-web-security --user-data-dir="[temp directory here]"
```Getting started Chrome Extension:
- https://developer.chrome.com/extensions/getstarted
## Video
[](https://youtu.be/Dry5jo6nQF4)
Youtube: https://youtu.be/Dry5jo6nQF4
## Contributors
Always thanks for your contribution :+1: