pgmichael / wavenet-for-chrome

Chrome extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's Text-to-Speech.
http://wavenet-for-chrome.com
MIT License
132 stars 52 forks source link

Wavenet for Chrome

Chrome extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's Text-to-Speech.

Features

Usage Costs

Development

Interested in contributing? Follow these steps to set up your development environment:

  1. Install dependencies with npm install.
  2. Run the backend of the project or change the BACKEND_URL in the build.js file at the root of the project to point to the production API (https://api.wavenet-for-chrome.com/v1).
  3. Start the development server for the extension with npm run start:extension.
  4. To run the website locally, use npm run start:website.

After running these commands, load the unpacked extension from the dist folder to your Chrome browser.

License

This project is licensed under the MIT License.