Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darashi/liquidsoap-voicevox-radio
VOICEVOX TTS library for Liquidsoap and HLS web radio example
https://github.com/darashi/liquidsoap-voicevox-radio
Last synced: 13 days ago
JSON representation
VOICEVOX TTS library for Liquidsoap and HLS web radio example
- Host: GitHub
- URL: https://github.com/darashi/liquidsoap-voicevox-radio
- Owner: darashi
- License: mit
- Created: 2023-03-18T11:27:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T02:57:02.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T15:40:50.318Z (about 1 month ago)
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liquidsoap-voicevox-radio
[VOICEVOX](https://voicevox.hiroshiba.jp/) TTS library for [Liquidsoap](https://www.liquidsoap.info/) and HLS web radio example
## How to use
Start HLS server:
```
docker compose up
```Listen to the stream:
```
mpv http://localhost:8080/live/stream.m3u8
```Enqueue:
```
curl -v --data-binary '{"speaker": 1, "text": "テストなのだ"}' -H 'Content-type: application/json' http://vv:super-secret-password@localhost:8080/say
```