An open API service indexing awesome lists of open source software.

https://github.com/complexorganizations/speech-synthesis

✔️ Turn your ebook into audiobook
https://github.com/complexorganizations/speech-synthesis

Last synced: about 2 months ago
JSON representation

✔️ Turn your ebook into audiobook

Awesome Lists containing this project

README

          

### speech-synthesis

For no cost, you can create your own audiobook.

---
### Installation

Lets generate GCP credentials from `https://cloud.google.com/iam/docs/creating-managing-service-accounts`, Once you have your service account, your ready.

#### Unix
```
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
```

#### Windows
```
$env:GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
```

Download the latest `speech-synthesis` binary
```
go get -v github.com/complexorganizations/speech-synthesis
```

Using `speech-synthesis` binary, you can turn your text into speech
```
speech-synthesis [PATH]
```

---
### Features
- Turn your ebook into an audio book.

---
### Author
* Name: Prajwal Koirala
* Website: [prajwalkoirala.com](https://www.prajwalkoirala.com)

---
### Credits
Open Source Community

---
### License
Copyright © [Prajwal](https://github.com/prajwal-koirala)

This project is unlicensed.