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
- Host: GitHub
- URL: https://github.com/complexorganizations/speech-synthesis
- Owner: complexorganizations
- Created: 2021-02-23T15:03:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T22:40:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T20:19:21.094Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 570 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme.md
- Funding: .github/funding.yml
- Code of conduct: .github/code_of_conduct.md
- Codeowners: .github/codeowners
- Security: .github/security.md
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.