Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```