https://github.com/agarzon/polly-api
A simple script that generates a set of voices taken from text files in batchs.
https://github.com/agarzon/polly-api
Last synced: 12 months ago
JSON representation
A simple script that generates a set of voices taken from text files in batchs.
- Host: GitHub
- URL: https://github.com/agarzon/polly-api
- Owner: agarzon
- Created: 2020-10-28T13:08:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-28T13:51:31.000Z (over 5 years ago)
- Last Synced: 2025-04-09T20:18:32.415Z (about 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POLLY API
A simple script that generates a set of voices taken from text files in batchs.
### Installation
- Clone this repository to your local machine.
```sh
git clone https://github.com/agarzon/polly-api.git
```
- Install the dependencies with composer
```sh
composer install
```
- Make a local copy of the `.env` file:
```sh
$ cp .env.example .env
```
- Update the `.env` file with your own AWS credentials
### Usage
```sh
php index.php
```
This with run the script and automatically will create all the mp3 files inside the `/output` folder organized by voices
### Todos
- Write Tests
- Add Docker
License
----
MIT