diff --git a/README.md b/README.md index aec53c50..751b3522 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ who wants to communicate with text-to-speech and for that reason, you can see Iz - [x] Appears above any non-fullscreen application - [x] Multiple text-to-speech engines (Amazon Polly, Microsoft Azure, Google Cloud, IBM Watson, - etc..) - [see list](#available-engines) + etc..) - [see list](#available-engines) - [x] Multiple voices (per engine) - [x] Supports custom text-to-speech - engines [(see example)](https://github.com/nature-heart-software/izabela/tree/dev/examples/custom-engine-api) + engines [(see example)](https://github.com/nature-heart-software/izabela/tree/dev/examples/custom-engine-api) - [x] Multiple audio outputs - [x] Supports audio inputs for speech-to-text-to-speech - [x] Keyboard shortcuts for quick messages @@ -85,7 +85,7 @@ page. Here's a list of all the text-to-speech engines that are supported in Izabela: | Engine | Included with Universal credentials | Sample | Credits | -|----------------------------|-------------------------------------|----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------| +| -------------------------- | ----------------------------------- | -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | | Izabela (multiple engines) | Yes | [Download](https://github.com/nature-heart-software/izabela/blob/dev/assets/izabela-sample.mp3?raw=true) | https://github.com/Weilbyte/tiktok-tts | | Amazon Polly | Yes | [Download](https://github.com/nature-heart-software/izabela/blob/dev/assets/amazon-polly-sample.mp3?raw=true) | https://aws.amazon.com/polly/ | | Google Cloud TTS | Yes | [Download](https://github.com/nature-heart-software/izabela/blob/dev/assets/google-cloud-tts-sample.mp3?raw=true) | https://cloud.google.com/text-to-speech | @@ -112,6 +112,6 @@ The project requires the following in order to run: - Yarn - Python 3.10 - Visual Studio Build Tools 2019 or higher - - Desktop development with C++ - - Node.js build tools -- CMake + - Desktop development with C++ + - Node.js build tools +- CMake diff --git a/packages/electron-game-overlay/src/main.ts b/packages/electron-game-overlay/src/main.ts index 693da49f..336ce12b 100644 --- a/packages/electron-game-overlay/src/main.ts +++ b/packages/electron-game-overlay/src/main.ts @@ -1 +1 @@ -export {} \ No newline at end of file +export {}