Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/game-overlay' into feat/gam…
Browse files Browse the repository at this point in the history
…e-overlay
  • Loading branch information
Wurielle committed Nov 2, 2024
2 parents 344112e + 7d0526f commit 17fe9b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |
Expand All @@ -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
2 changes: 1 addition & 1 deletion packages/electron-game-overlay/src/main.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {}
export {}

0 comments on commit 17fe9b8

Please sign in to comment.