Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekaitz-zarraga/karkarkar
Read Twitch chat out loud, in basque
https://github.com/ekaitz-zarraga/karkarkar
Last synced: 17 days ago
JSON representation
Read Twitch chat out loud, in basque
- Host: GitHub
- URL: https://github.com/ekaitz-zarraga/karkarkar
- Owner: ekaitz-zarraga
- License: gpl-3.0
- Created: 2023-12-09T22:05:00.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-11T16:54:18.000Z (8 months ago)
- Last Synced: 2024-03-11T18:03:32.095Z (8 months ago)
- Language: Zig
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
> [Read me in Basque in README_EU.md](README_EU.md)
# Karkarkar
Listen to a Twitch chat in Basque.
## How
Karkarkar uses a modified AhoTTS library, a TTS system developed by the Aholab
team at the Bilbao Engineering school (included in the project), and OpenAL
(external library). Karkarkar connects to Twitch's IRC using a socket and a
extremely reduced IRC client implementation to listen to all the messages from
a user and play them out loud using the mentioned libraries.## How to compile
Zig 0.11.0. These are the dependencies:
- OpenAL: [OpenAL-soft][openal] has been used, but any other implementation
should work.[openal]: https://openal-soft.org/
## Copyright
GPL 3.0+, same as dependencies. See LICENSE.txt.
AhoTTS needs voices and dictionaries to work, those use CC-BY 3.0 license.