From 28f4a1be06e29bb3bbb3dbf4f9307308783450ab Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 13 Sep 2024 13:04:16 +0200 Subject: Text-to-speach API for alert sound generation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ea71497..50a7acf 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Now you set up some env variables: - `EXPO_ACCESS_TOKEN`: used by the [Expo](https://expo.dev) API access. +- `UNREALSPEECH_TOKEN`: used by [Unrealspeech](https://unrealspeech.com) for + text-to-speach API. + After that you must copy the `schema/init.sql` file into the database. Now just run the app @@ -64,6 +67,7 @@ docker run \ -e JWT_SECRET=... \ -e ALLOWED_HOST=... \ -e EXPO_ACCESS_TOKEN ... \ + -e UNREALSPEECH_TOKEN ... \ cas:latest ``` -- cgit v1.2.3-71-g8e6c