From 7d5d3c0b93207f0268ce503260ddfd1bd4fe69de Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 18 Oct 2023 11:47:11 -0500 Subject: [PATCH] Remove old add-ons --- .github/workflows/lint.yaml | 2 +- openwakeword/CHANGELOG.md | 16 --- openwakeword/DOCS.md | 55 ----------- openwakeword/Dockerfile | 34 ------- openwakeword/README.md | 15 --- openwakeword/build.yaml | 9 -- openwakeword/config.yaml | 27 ------ .../discovery/dependencies.d/openwakeword | 0 .../etc/s6-overlay/s6-rc.d/discovery/run | 24 ----- .../etc/s6-overlay/s6-rc.d/discovery/type | 1 - .../etc/s6-overlay/s6-rc.d/discovery/up | 1 - .../s6-rc.d/openwakeword/dependencies.d/base | 0 .../s6-overlay/s6-rc.d/openwakeword/finish | 26 ----- .../etc/s6-overlay/s6-rc.d/openwakeword/run | 21 ---- .../etc/s6-overlay/s6-rc.d/openwakeword/type | 1 - .../s6-rc.d/user/contents.d/discovery | 0 .../s6-rc.d/user/contents.d/openwakeword | 0 openwakeword/translations/en.yaml | 19 ---- voice-de-thorsten/CHANGELOG.md | 1 - voice-de-thorsten/Dockerfile | 10 -- voice-de-thorsten/README.md | 24 ----- voice-de-thorsten/config.json | 19 ---- voice-de-thorsten/icon.png | Bin 274 -> 0 bytes voice-de-thorsten/icon.svg | 90 ----------------- voice-de-thorsten/logo.png | Bin 522 -> 0 bytes voice-de-thorsten/logo.svg | 86 ----------------- voice-de-thorsten/run.sh | 10 -- voice-es-css10/CHANGELOG.md | 1 - voice-es-css10/Dockerfile | 10 -- voice-es-css10/README.md | 24 ----- voice-es-css10/config.json | 19 ---- voice-es-css10/icon.png | Bin 337 -> 0 bytes voice-es-css10/icon.svg | 89 ----------------- voice-es-css10/logo.png | Bin 585 -> 0 bytes voice-es-css10/logo.svg | 90 ----------------- voice-es-css10/run.sh | 10 -- voice-fr-siwis/CHANGELOG.md | 1 - voice-fr-siwis/Dockerfile | 10 -- voice-fr-siwis/README.md | 24 ----- voice-fr-siwis/config.json | 19 ---- voice-fr-siwis/icon.png | Bin 308 -> 0 bytes voice-fr-siwis/icon.svg | 91 ------------------ voice-fr-siwis/logo.png | Bin 619 -> 0 bytes voice-fr-siwis/logo.svg | 90 ----------------- voice-fr-siwis/run.sh | 10 -- voice-nl-rdh/CHANGELOG.md | 7 -- voice-nl-rdh/Dockerfile | 10 -- voice-nl-rdh/README.md | 26 ----- voice-nl-rdh/config.json | 19 ---- voice-nl-rdh/icon.png | Bin 283 -> 0 bytes voice-nl-rdh/icon.svg | 90 ----------------- voice-nl-rdh/logo.png | Bin 571 -> 0 bytes voice-nl-rdh/logo.svg | 86 ----------------- voice-nl-rdh/run.sh | 10 -- voice-ru-nikolaev/CHANGELOG.md | 1 - voice-ru-nikolaev/Dockerfile | 10 -- voice-ru-nikolaev/README.md | 24 ----- voice-ru-nikolaev/config.json | 19 ---- voice-ru-nikolaev/icon.png | Bin 286 -> 0 bytes voice-ru-nikolaev/icon.svg | 90 ----------------- voice-ru-nikolaev/logo.png | Bin 586 -> 0 bytes voice-ru-nikolaev/logo.svg | 86 ----------------- voice-ru-nikolaev/run.sh | 10 -- 63 files changed, 1 insertion(+), 1466 deletions(-) delete mode 100644 openwakeword/CHANGELOG.md delete mode 100644 openwakeword/DOCS.md delete mode 100644 openwakeword/Dockerfile delete mode 100644 openwakeword/README.md delete mode 100644 openwakeword/build.yaml delete mode 100644 openwakeword/config.yaml delete mode 100644 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/dependencies.d/openwakeword delete mode 100755 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/run delete mode 100644 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/type delete mode 100755 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/up delete mode 100644 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/dependencies.d/base delete mode 100755 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/finish delete mode 100755 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/run delete mode 100644 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/type delete mode 100644 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/discovery delete mode 100644 openwakeword/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/openwakeword delete mode 100644 openwakeword/translations/en.yaml delete mode 100644 voice-de-thorsten/CHANGELOG.md delete mode 100755 voice-de-thorsten/Dockerfile delete mode 100644 voice-de-thorsten/README.md delete mode 100755 voice-de-thorsten/config.json delete mode 100644 voice-de-thorsten/icon.png delete mode 100644 voice-de-thorsten/icon.svg delete mode 100644 voice-de-thorsten/logo.png delete mode 100644 voice-de-thorsten/logo.svg delete mode 100755 voice-de-thorsten/run.sh delete mode 100644 voice-es-css10/CHANGELOG.md delete mode 100755 voice-es-css10/Dockerfile delete mode 100644 voice-es-css10/README.md delete mode 100755 voice-es-css10/config.json delete mode 100644 voice-es-css10/icon.png delete mode 100644 voice-es-css10/icon.svg delete mode 100644 voice-es-css10/logo.png delete mode 100644 voice-es-css10/logo.svg delete mode 100755 voice-es-css10/run.sh delete mode 100644 voice-fr-siwis/CHANGELOG.md delete mode 100755 voice-fr-siwis/Dockerfile delete mode 100644 voice-fr-siwis/README.md delete mode 100755 voice-fr-siwis/config.json delete mode 100644 voice-fr-siwis/icon.png delete mode 100644 voice-fr-siwis/icon.svg delete mode 100644 voice-fr-siwis/logo.png delete mode 100644 voice-fr-siwis/logo.svg delete mode 100755 voice-fr-siwis/run.sh delete mode 100644 voice-nl-rdh/CHANGELOG.md delete mode 100755 voice-nl-rdh/Dockerfile delete mode 100644 voice-nl-rdh/README.md delete mode 100755 voice-nl-rdh/config.json delete mode 100644 voice-nl-rdh/icon.png delete mode 100644 voice-nl-rdh/icon.svg delete mode 100644 voice-nl-rdh/logo.png delete mode 100644 voice-nl-rdh/logo.svg delete mode 100755 voice-nl-rdh/run.sh delete mode 100644 voice-ru-nikolaev/CHANGELOG.md delete mode 100755 voice-ru-nikolaev/Dockerfile delete mode 100644 voice-ru-nikolaev/README.md delete mode 100755 voice-ru-nikolaev/config.json delete mode 100644 voice-ru-nikolaev/icon.png delete mode 100644 voice-ru-nikolaev/icon.svg delete mode 100644 voice-ru-nikolaev/logo.png delete mode 100644 voice-ru-nikolaev/logo.svg delete mode 100755 voice-ru-nikolaev/run.sh diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index da7e089..40d234f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - channel: [rhasspy, voice-de-thorsten, voice-es-css10, voice-fr-siwis, voice-nl-rdh, voice-ru-nikolaev] + channel: [porcupine1, snowboy, assist_microphone] steps: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v4 diff --git a/openwakeword/CHANGELOG.md b/openwakeword/CHANGELOG.md deleted file mode 100644 index 290b727..0000000 --- a/openwakeword/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog - -## 1.5.0 - -- Remove webrtc (done in core now) -- Remove audio options related to webrtc -- Remove wake word option (dynamic loading) -- Dynamically load wake word models - -## 1.4.0 - -- Add noise suppression/auto gain with webrtc - -## 1.1.0 - -- Initial release diff --git a/openwakeword/DOCS.md b/openwakeword/DOCS.md deleted file mode 100644 index 177fbd0..0000000 --- a/openwakeword/DOCS.md +++ /dev/null @@ -1,55 +0,0 @@ -# Home Assistant Add-on: openWakeWord - -## Installation - -Follow these steps to get the add-on installed on your system: - -1. Navigate in your Home Assistant frontend to **Settings** -> **Add-ons** -> **Add-on store**. -2. Find the "openWakeWord" add-on and click it. -3. Click on the "INSTALL" button. - -## How to use - -After this add-on is installed and running, it will be automatically discovered -by the Wyoming integration in Home Assistant. To finish the setup, -click the following my button: - -[![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=wyoming) - -Alternatively, you can install the Wyoming integration manually, see the -[Wyoming integration documentation](https://www.home-assistant.io/integrations/wyoming/) -for more information. - -## Configuration - -### Option: `threshold` - -Activation threshold (0-1), where higher means fewer activations. See trigger -level for the relationship between activations and wake word detections. - -### Option: `trigger_level` - -Number of activations before a detection is registered. A higher trigger level -means fewer detections. - -### Option: `debug_logging` - -Enable debug logging. Useful for seeing satellite connections and each wake word detection in the logs. - -## Support - -Got questions? - -You have several options to get them answered: - -- The [Home Assistant Discord Chat Server][discord]. -- The Home Assistant [Community Forum][forum]. -- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit] - -In case you've found an bug, please [open an issue on our GitHub][issue]. - -[discord]: https://discord.gg/c5DvZ4e -[forum]: https://community.home-assistant.io -[issue]: https://github.com/home-assistant/addons/issues -[reddit]: https://reddit.com/r/homeassistant -[repository]: https://github.com/hassio-addons/repository diff --git a/openwakeword/Dockerfile b/openwakeword/Dockerfile deleted file mode 100644 index 8fd53ef..0000000 --- a/openwakeword/Dockerfile +++ /dev/null @@ -1,34 +0,0 @@ -ARG BUILD_FROM -FROM ${BUILD_FROM} - -# Set shell -SHELL ["/bin/bash", "-o", "pipefail", "-c"] - -# Install openWakeWord -WORKDIR /usr/src -ARG OPENWAKEWORD_LIB_VERSION -ENV PIP_BREAK_SYSTEM_PACKAGES=1 - -RUN \ - apt-get update \ - && apt-get install -y --no-install-recommends \ - netcat-traditional \ - python3 \ - python3-pip \ - \ - && pip3 install --no-cache-dir -U \ - setuptools \ - wheel \ - && pip3 install --no-cache-dir \ - "wyoming-openwakeword==${OPENWAKEWORD_LIB_VERSION}" \ - \ - && rm -rf /var/lib/apt/lists/* - -WORKDIR / -COPY rootfs / - -HEALTHCHECK --start-period=10m \ - CMD echo '{ "type": "describe" }' \ - | nc -w 1 localhost 10400 \ - | grep -iq "openWakeWord" \ - || exit 1 diff --git a/openwakeword/README.md b/openwakeword/README.md deleted file mode 100644 index a0cb169..0000000 --- a/openwakeword/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Home Assistant Add-on: openWakeWord - -![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] - -Home Assistant add-on that uses [openWakeWord](https://github.com/dscripka/openWakeWord) for wake word detection. - -Part of the [Year of Voice](https://www.home-assistant.io/blog/2022/12/20/year-of-voice/). - -Requires Home Assistant 2023.9 or later. - -[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg -[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg -[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg -[armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg -[i386-shield]: https://img.shields.io/badge/i386-no-red.svg diff --git a/openwakeword/build.yaml b/openwakeword/build.yaml deleted file mode 100644 index 6ec5a76..0000000 --- a/openwakeword/build.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -build_from: - amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm - aarch64: ghcr.io/home-assistant/aarch64-base-debian:bookworm -codenotary: - signer: notary@home-assistant.io - base_image: notary@home-assistant.io -args: - OPENWAKEWORD_LIB_VERSION: 1.5.0 diff --git a/openwakeword/config.yaml b/openwakeword/config.yaml deleted file mode 100644 index 1b5c62f..0000000 --- a/openwakeword/config.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- -version: 1.5.0 -slug: openwakeword -name: openWakeWord -description: openWakeWord using the Wyoming protocol -url: https://github.com/home-assistant/addons/blob/master/openWakeWord -arch: - - amd64 - - aarch64 -init: false -discovery: - - wyoming -backup_exclude: - - "*.tflite" -map: - - share:rw -options: - threshold: 0.5 - trigger_level: 1 - debug_logging: false -schema: - threshold: float - trigger_level: int - debug_logging: bool -ports: - "10400/tcp": null -homeassistant: 2023.9.0.dev20230809 diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/dependencies.d/openwakeword b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/dependencies.d/openwakeword deleted file mode 100644 index e69de29..0000000 diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/run b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/run deleted file mode 100755 index e217ccd..0000000 --- a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/run +++ /dev/null @@ -1,24 +0,0 @@ -#!/command/with-contenv bashio -# shellcheck shell=bash -# ============================================================================== -# Sends discovery information to Home Assistant. -# ============================================================================== -declare config - -# Wait for openWakeWord to become available -bash -c \ - "until - echo '{ \"type\": \"describe\" }' - > /dev/tcp/localhost/10400; do sleep 0.5; - done" > /dev/null 2>&1 || true; - -config=$(\ - bashio::var.json \ - uri "tcp://$(hostname):10400" \ -) - -if bashio::discovery "wyoming" "${config}" > /dev/null; then - bashio::log.info "Successfully sent discovery information to Home Assistant." -else - bashio::log.error "Discovery message to Home Assistant failed!" -fi diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/type b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/type deleted file mode 100644 index 3d92b15..0000000 --- a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/type +++ /dev/null @@ -1 +0,0 @@ -oneshot \ No newline at end of file diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/up b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/up deleted file mode 100755 index 31b0a02..0000000 --- a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/discovery/up +++ /dev/null @@ -1 +0,0 @@ -/etc/s6-overlay/s6-rc.d/discovery/run \ No newline at end of file diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/dependencies.d/base b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/dependencies.d/base deleted file mode 100644 index e69de29..0000000 diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/finish b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/finish deleted file mode 100755 index 2911a30..0000000 --- a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/finish +++ /dev/null @@ -1,26 +0,0 @@ -#!/command/with-contenv bashio -# shellcheck shell=bash -# ============================================================================== -# Take down the S6 supervision tree when service fails -# s6-overlay docs: https://github.com/just-containers/s6-overlay -# ============================================================================== -declare exit_code -readonly exit_code_container=$( /run/s6-linux-init-container-results/exitcode - fi - [[ "${exit_code_signal}" -eq 15 ]] && exec /run/s6/basedir/bin/halt -elif [[ "${exit_code_service}" -ne 0 ]]; then - if [[ "${exit_code_container}" -eq 0 ]]; then - echo "${exit_code_service}" > /run/s6-linux-init-container-results/exitcode - fi - exec /run/s6/basedir/bin/halt -fi diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/run b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/run deleted file mode 100755 index 0f2bad1..0000000 --- a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/run +++ /dev/null @@ -1,21 +0,0 @@ -#!/command/with-contenv bashio -# shellcheck shell=bash -# ============================================================================== -# Start openWakeWord service -# ============================================================================== -flags=() - -if bashio::config.true 'debug_logging'; then - flags+=('--debug') -fi - -exec python3 -m wyoming_openwakeword \ - --uri 'tcp://0.0.0.0:10400' \ - --model 'ok_nabu' \ - --model 'hey_jarvis' \ - --model 'hey_rhasspy' \ - --model 'hey_mycroft' \ - --model 'alexa' \ - --preload-model 'ok_nabu' \ - --threshold "$(bashio::config 'threshold')" \ - --trigger-level "$(bashio::config 'trigger_level')" ${flags[@]} diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/type b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/type deleted file mode 100644 index 1780f9f..0000000 --- a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/openwakeword/type +++ /dev/null @@ -1 +0,0 @@ -longrun \ No newline at end of file diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/discovery b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/discovery deleted file mode 100644 index e69de29..0000000 diff --git a/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/openwakeword b/openwakeword/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/openwakeword deleted file mode 100644 index e69de29..0000000 diff --git a/openwakeword/translations/en.yaml b/openwakeword/translations/en.yaml deleted file mode 100644 index 89e0644..0000000 --- a/openwakeword/translations/en.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -configuration: - threshold: - name: Threshold - description: >- - Activation threshold (0-1), where higher means fewer activations. See - trigger level for the relationship between activations and wake word - detections. - trigger_level: - name: Trigger level - description: >- - Number of activations before a detection is registered. A higher trigger - level means fewer detections. - debug_logging: - name: Debug logging - description: >- - Enable debug logging. Useful for seeing each wake word detection in the logs. -network: - 10400/tcp: openWakeWord Wyoming Protocol diff --git a/voice-de-thorsten/CHANGELOG.md b/voice-de-thorsten/CHANGELOG.md deleted file mode 100644 index 0ec463b..0000000 --- a/voice-de-thorsten/CHANGELOG.md +++ /dev/null @@ -1 +0,0 @@ -## [1.0.0] - 2020 Oct 29 diff --git a/voice-de-thorsten/Dockerfile b/voice-de-thorsten/Dockerfile deleted file mode 100755 index bf510ee..0000000 --- a/voice-de-thorsten/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM rhasspy/larynx:de-thorsten-1 -LABEL maintainer="Michael Hansen " - -ENV LANG C.UTF-8 - -ENV CONFIG_PATH /data/options.json - -COPY run.sh / - -ENTRYPOINT ["/run.sh"] diff --git a/voice-de-thorsten/README.md b/voice-de-thorsten/README.md deleted file mode 100644 index aa60e3e..0000000 --- a/voice-de-thorsten/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# German Text to Speech Voice (thorsten) - -Voice and vocoder models for [larynx](https://github.com/rhasspy/larynx) based on the free [thorsten dataset](https://github.com/thorstenMueller/deep-learning-german-tts/). - -## Usage - -Run a web server at http://localhost:5002 - -```sh -$ docker run -it -p 5002:5002 \ - --device /dev/snd:/dev/snd \ - rhasspy/larynx:de-thorsten-1 -``` - -Endpoints: - -* `/api/tts` - returns WAV audio for text - * `GET` with `?text=...` - * `POST` with text body -* `/api/phonemize` - returns phonemes for text - * `GET` with `?text=...` - * `POST` with text body -* `/process` - compatibility endpoint to emulate [MaryTTS](http://mary.dfki.de/) - * `GET` with `?INPUT_TEXT=...` diff --git a/voice-de-thorsten/config.json b/voice-de-thorsten/config.json deleted file mode 100755 index 030ed54..0000000 --- a/voice-de-thorsten/config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "German TTS voice (thorsten)", - "slug": "voice-de-thorsten", - "version": "1.0.1", - "description": "German text to speech voice", - "url": "https://github.com/rhasspy/hassio-addons/tree/master/voice-de-thorsten", - "arch": [ - "aarch64", - "amd64", - "armhf" - ], - "ports": { - "5002/tcp": 59125 - }, - "ports_description": { - "5002/tcp": "MaryTTS compatible API" - }, - "webui": "http://[HOST]:[PORT:59125]/" -} diff --git a/voice-de-thorsten/icon.png b/voice-de-thorsten/icon.png deleted file mode 100644 index f454db065546fb44bda10e53b2abf0577e679c43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$P1|(P5zFY^SSc;uILpXq-h9ji|$mcBZh%9Dc zVDtcC#%a}7+CV|c64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V0JzX3_ zB3j>GH{@b+$*+#)_LMmor-3fv^YKQ(i&iLl2V4$G% z>Au>7KXt|*IWrCy46)vXO-MRZk@%>+vYuxFkwG$!lwIHOH^#>h80z| zf$yq+y_m4}c5{>DS=sX@X;$KeT-{#MVb5oJzu#%6{JN_@PeAbJRc^=1^Whmgs#gJ> O#^CAd=d#Wzp$PyItzgCg diff --git a/voice-de-thorsten/icon.svg b/voice-de-thorsten/icon.svg deleted file mode 100644 index 69f7829..0000000 --- a/voice-de-thorsten/icon.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/voice-de-thorsten/logo.png b/voice-de-thorsten/logo.png deleted file mode 100644 index 8cc2319b4d3d9d5ac2d45a60bd8c69d25b1ec395..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 522 zcmeAS@N?(olHy`uVBq!ia0vp^%YitCgAGV>J1;c@QY^(zo*^7SP{WbZ0pxQQctjR6 zFt9EHVaBrJscAq#$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@`?%7~4Hv z978JRyuGtAS0quw^ucTCnPoTTcv>4@hvi<3g?k&jfo=cII!A$aX$ z95d0KRGM@9^S0~S{EhZ;_x2rs zS+=|8wqE#L=KofA^Nzos{`O(w?&7q*j?b0VHDAtq&Y;Xc5WDxUKVzG}{@fYCkDtoY r-dW83RbP0l+XkK3fbU3 diff --git a/voice-de-thorsten/logo.svg b/voice-de-thorsten/logo.svg deleted file mode 100644 index aa3b76e..0000000 --- a/voice-de-thorsten/logo.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/voice-de-thorsten/run.sh b/voice-de-thorsten/run.sh deleted file mode 100755 index eaa826c..0000000 --- a/voice-de-thorsten/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -APP_DIR='/app' - -cd "${APP_DIR}" - -.venv/bin/python3 -m larynx serve \ - --model 'voice/tts/de-thorsten_tts-v1.pth.tar' \ - --vocoder-model 'voice/vocoder/de-thorsten_vocoder-v1.pth.tar' \ - --cache-dir '/cache' diff --git a/voice-es-css10/CHANGELOG.md b/voice-es-css10/CHANGELOG.md deleted file mode 100644 index 83485dc..0000000 --- a/voice-es-css10/CHANGELOG.md +++ /dev/null @@ -1 +0,0 @@ -## [1.0.0] - 2020 Nov 10 diff --git a/voice-es-css10/Dockerfile b/voice-es-css10/Dockerfile deleted file mode 100755 index d288880..0000000 --- a/voice-es-css10/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM rhasspy/larynx:es-css10-1 -LABEL maintainer="Michael Hansen " - -ENV LANG C.UTF-8 - -ENV CONFIG_PATH /data/options.json - -COPY run.sh / - -ENTRYPOINT ["/run.sh"] diff --git a/voice-es-css10/README.md b/voice-es-css10/README.md deleted file mode 100644 index 900b769..0000000 --- a/voice-es-css10/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Spanish Text to Speech Voice (css10) - -Voice and vocoder models for [larynx](https://github.com/rhasspy/larynx) based on [CSS10](https://www.kaggle.com/bryanpark/spanish-single-speaker-speech-dataset). - -## Usage - -Run a web server at http://localhost:5002 - -```sh -$ docker run -it -p 5002:5002 \ - --device /dev/snd:/dev/snd \ - rhasspy/larynx:es-css10-1 -``` - -Endpoints: - -* `/api/tts` - returns WAV audio for text - * `GET` with `?text=...` - * `POST` with text body -* `/api/phonemize` - returns phonemes for text - * `GET` with `?text=...` - * `POST` with text body -* `/process` - compatibility endpoint to emulate [MaryTTS](http://mary.dfki.de/) - * `GET` with `?INPUT_TEXT=...` diff --git a/voice-es-css10/config.json b/voice-es-css10/config.json deleted file mode 100755 index 5cec4b4..0000000 --- a/voice-es-css10/config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Spanish TTS voice (css10)", - "slug": "voice-es-css10", - "version": "1.0.1", - "description": "Spanish text to speech voice", - "url": "https://github.com/rhasspy/hassio-addons/tree/master/voice-es-css10", - "arch": [ - "aarch64", - "amd64", - "armhf" - ], - "ports": { - "5002/tcp": 59125 - }, - "ports_description": { - "5002/tcp": "MaryTTS compatible API" - }, - "webui": "http://[HOST]:[PORT:59125]/" -} diff --git a/voice-es-css10/icon.png b/voice-es-css10/icon.png deleted file mode 100644 index f2a83d62e56f4d125984064f663066dd2667f949..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$P1|(P5zFY^SSc;uILpXq-h9ji|$mcBZh%9Dc zVDtcC#%a}7+CV|c64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UfdAc}; zM6|xWxRLK*fJpnt_1o88ay^ofWMELKxc-5p4cFq6%^ndxLY*#28SY-r!LP3#xgc?F z>YVtZZ~D*qy)?hx-@|&Qrele74(pRQ4`Q5NUV8f=XUYE0y(g7+T@nn9bh+N*>-2KM zstukm-b^{T(pixI<5K6GIOnB4BhG``o zx%E%vzVw^8MZcWlA33{ibMUO^&C^R eZRwO>SEa+=6}&vyt5FX08H1;*pUXO@geCy3$cy3t diff --git a/voice-es-css10/icon.svg b/voice-es-css10/icon.svg deleted file mode 100644 index 7bd52ea..0000000 --- a/voice-es-css10/icon.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/voice-es-css10/logo.png b/voice-es-css10/logo.png deleted file mode 100644 index fdd8bca5fae3ad2f7f0877bee768f4c04767b77f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 585 zcmeAS@N?(olHy`uVBq!ia0vp^%YitCgAGV>J1;c@QY^(zo*^7SP{WbZ0pxQQctjR6 zFt9EHVaBrJscAq#$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@`?%7>{|n zIEGZrd3$$buW+IS+r!AsP1;9PV+v+AD=%SEQIcA~RHAx;A$G!?7Upz58KF4FDI40~ z#5SoeYMh%ekLzB-m)EENJ>;}wVi%fz`2)*#>j$!DqSt#e#3h&$0}OMKf< zQ`hqQ_gZz;)u&na$tTt@zOy^V!Z diff --git a/voice-es-css10/logo.svg b/voice-es-css10/logo.svg deleted file mode 100644 index 6a7c6ed..0000000 --- a/voice-es-css10/logo.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/voice-es-css10/run.sh b/voice-es-css10/run.sh deleted file mode 100755 index 889a46a..0000000 --- a/voice-es-css10/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -APP_DIR='/app' - -cd "${APP_DIR}" - -.venv/bin/python3 -m larynx serve \ - --model 'voice/tts/es-css10_tts-v1.pth.tar' \ - --vocoder-model 'voice/vocoder/es-css10_vocoder-v1.pth.tar' \ - --cache-dir '/cache' diff --git a/voice-fr-siwis/CHANGELOG.md b/voice-fr-siwis/CHANGELOG.md deleted file mode 100644 index 0ec463b..0000000 --- a/voice-fr-siwis/CHANGELOG.md +++ /dev/null @@ -1 +0,0 @@ -## [1.0.0] - 2020 Oct 29 diff --git a/voice-fr-siwis/Dockerfile b/voice-fr-siwis/Dockerfile deleted file mode 100755 index aa96071..0000000 --- a/voice-fr-siwis/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM rhasspy/larynx:fr-siwis-1 -LABEL maintainer="Michael Hansen " - -ENV LANG C.UTF-8 - -ENV CONFIG_PATH /data/options.json - -COPY run.sh / - -ENTRYPOINT ["/run.sh"] diff --git a/voice-fr-siwis/README.md b/voice-fr-siwis/README.md deleted file mode 100644 index 4a36015..0000000 --- a/voice-fr-siwis/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# French Text to Speech Voice (siwis) - -Voice and vocoder models for [larynx](https://github.com/rhasspy/larynx) based on the [SIWIS corpus](https://datashare.is.ed.ac.uk/handle/10283/2353). - -## Usage - -Run a web server at http://localhost:5002 - -```sh -$ docker run -it -p 5002:5002 \ - --device /dev/snd:/dev/snd \ - rhasspy/larynx:fr-siwis-1 -``` - -Endpoints: - -* `/api/tts` - returns WAV audio for text - * `GET` with `?text=...` - * `POST` with text body -* `/api/phonemize` - returns phonemes for text - * `GET` with `?text=...` - * `POST` with text body -* `/process` - compatibility endpoint to emulate [MaryTTS](http://mary.dfki.de/) - * `GET` with `?INPUT_TEXT=...` diff --git a/voice-fr-siwis/config.json b/voice-fr-siwis/config.json deleted file mode 100755 index 8a38790..0000000 --- a/voice-fr-siwis/config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "French TTS voice (siwis)", - "slug": "voice-fr-siwis", - "version": "1.0.1", - "description": "French text to speech voice", - "url": "https://github.com/rhasspy/hassio-addons/tree/master/voice-fr-siwis", - "arch": [ - "aarch64", - "amd64", - "armhf" - ], - "ports": { - "5002/tcp": 59125 - }, - "ports_description": { - "5002/tcp": "MaryTTS compatible API" - }, - "webui": "http://[HOST]:[PORT:59125]/" -} diff --git a/voice-fr-siwis/icon.png b/voice-fr-siwis/icon.png deleted file mode 100644 index 87fba23e7a562cde406368fe342f88c7c77c70cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$P1|(P5zFY^SSc;uILpXq-h9ji|$mcBZh%9Dc zVDtcC#%a}7+CV|c64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Sxdb&7< zM6|xWZpd}WK;+oR^+z3+>&Y6I7QB8CTP3ZpvbRy>3mfCY2TEn-8rv47aH#ObJ=p82 zQDc8%+J}FV@(wOr@+1rHFh?ubCcItx(yH22t$Wh%gTMb=-1aqZ*1JoR<_Zii*cDV? zYIc3T{d>X^yVH~Wj_oiBUY4lV*q=-XgK=sDW- - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/voice-fr-siwis/logo.png b/voice-fr-siwis/logo.png deleted file mode 100644 index 041463d7aa57315dbd3b590473d2a1f2c4baeac5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 619 zcmeAS@N?(olHy`uVBq!ia0vp^%YitCgAGV>J1;c@QY^(zo*^7SP{WbZ0pxQQctjR6 zFt9EHVaBrJscAq#$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@`?%7+-k0 zIEGZrd3$N2uQa1X+r#_ijFKrgTc-vnEiIW`8MJe;y7huHf~it$3krmnE^u^WOW`_l zw0x$*UC-~DRr5ISJ(?SO_fF_m@lf^rukx9*@@|?O|9te(#``(%=7+7mp7(0m#yM}l ze?EOTZ>OD1+vR=rne7j2UoA5%4gH*a^>F*DykOJStMY@*dsn@$5550?&GYA>)umhi zZn;}G(<;-%e%<=l-{0o`UAby~sJy+utjVVLp;trK&R*&KApVS}PO;GGIY*4tH;xcy rTBvz>=v&vTCvRUdOwJ-PsN;Xla^E6idJdRE7#KWV{an^LB{Ts5z(g3N diff --git a/voice-fr-siwis/logo.svg b/voice-fr-siwis/logo.svg deleted file mode 100644 index da5aeb6..0000000 --- a/voice-fr-siwis/logo.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/voice-fr-siwis/run.sh b/voice-fr-siwis/run.sh deleted file mode 100755 index a60cdea..0000000 --- a/voice-fr-siwis/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -APP_DIR='/app' - -cd "${APP_DIR}" - -.venv/bin/python3 -m larynx serve \ - --model 'voice/tts/fr-siwis_tts-v1.pth.tar' \ - --vocoder-model 'voice/vocoder/fr-siwis_vocoder-v1.pth.tar' \ - --cache-dir '/cache' diff --git a/voice-nl-rdh/CHANGELOG.md b/voice-nl-rdh/CHANGELOG.md deleted file mode 100644 index a267bed..0000000 --- a/voice-nl-rdh/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -## [1.0.1] - 2020 Oct 21 - -### Added - -- Support for Raspberry Pi 2,3,4 (armhf, aarch64) - -## [1.0.0] - 2020 Oct 16 \ No newline at end of file diff --git a/voice-nl-rdh/Dockerfile b/voice-nl-rdh/Dockerfile deleted file mode 100755 index fd2776d..0000000 --- a/voice-nl-rdh/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM rhasspy/larynx:nl-rdh-1 -LABEL maintainer="Michael Hansen " - -ENV LANG C.UTF-8 - -ENV CONFIG_PATH /data/options.json - -COPY run.sh / - -ENTRYPOINT ["/run.sh"] diff --git a/voice-nl-rdh/README.md b/voice-nl-rdh/README.md deleted file mode 100644 index 44aa54c..0000000 --- a/voice-nl-rdh/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# Dutch Text to Speech Voice (rdh) - -Voice and vocoder models for [larynx](https://github.com/rhasspy/larynx) based on the free [rdh dataset](https://github.com/r-dh/dutch-vl-tts). - -[Samples](https://github.com/rhasspy/nl_larynx-rdh/tree/master/samples) - -## Usage - -Run a web server at http://localhost:5002 - -```sh -$ docker run -it -p 5002:5002 \ - --device /dev/snd:/dev/snd \ - rhasspy/larynx:nl-rdh-1 -``` - -Endpoints: - -* `/api/tts` - returns WAV audio for text - * `GET` with `?text=...` - * `POST` with text body -* `/api/phonemize` - returns phonemes for text - * `GET` with `?text=...` - * `POST` with text body -* `/process` - compatibility endpoint to emulate [MaryTTS](http://mary.dfki.de/) - * `GET` with `?INPUT_TEXT=...` diff --git a/voice-nl-rdh/config.json b/voice-nl-rdh/config.json deleted file mode 100755 index 5039fb5..0000000 --- a/voice-nl-rdh/config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Dutch TTS voice (rdh)", - "slug": "voice-nl-rdh", - "version": "1.0.3", - "description": "Dutch text to speech voice", - "url": "https://github.com/rhasspy/hassio-addons/tree/master/voice-nl-rdh", - "arch": [ - "aarch64", - "amd64", - "armhf" - ], - "ports": { - "5002/tcp": 59125 - }, - "ports_description": { - "5002/tcp": "MaryTTS compatible API" - }, - "webui": "http://[HOST]:[PORT:59125]/" -} diff --git a/voice-nl-rdh/icon.png b/voice-nl-rdh/icon.png deleted file mode 100644 index 3e2180afbe796e47933955b71b82bebd724bfef8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$P1|(P5zFY^SSc;uILpXq-h9ji|$mcBZh%9Dc zVDtcC#%a}7+CV|c64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TMc)B=- zM6|xWZpd}WLBQ?d_DLn%1e?N7Z(Ostq4%hqN~`+~g`B9}BFWM$-5YNT{^MU(|K`wv zhK>{U-sU@G6u0u-tZp=PHr(K0>}>-x>CW{jSTD-4wq4> - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/voice-nl-rdh/logo.png b/voice-nl-rdh/logo.png deleted file mode 100644 index 95da076a93fc2e2599487fc873375b749d9bb109..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^%YitCgAGV>J1;c@QY^(zo*^7SP{WbZ0pxQQctjR6 zFt9EHVaBrJscAq#$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@`?%7qFyT);m}ng*+x7vzm~$?EzC7>$N<^y{Bj7vKT#GGD9yRNLAZI z{j>69H|C~m_ciA&-}zSa-XpzzD);3khb}mgxoNK4XJ9+Yj;s>$9An!R>gw(el@zkY+Icw6B>PhpP+YfBs?_d6_uySVk=Q&S{ zEK3AztY!Fq7MD$XdHtyCy8QgjaqHdln^aDwZ9aK@x3#_cUJC7nxjfrz(%ro2mGj*5 z8&yu$?f0Lgvu<5p-}C3Y4;DXI+TQLTsdD@=(7RIh6#EorBQV&kJU7YOGR1BD%YOB# VW@%G!4k)4-JYD@<);T3K0RTN4?KA)Y diff --git a/voice-nl-rdh/logo.svg b/voice-nl-rdh/logo.svg deleted file mode 100644 index e6261f0..0000000 --- a/voice-nl-rdh/logo.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/voice-nl-rdh/run.sh b/voice-nl-rdh/run.sh deleted file mode 100755 index bf9aebd..0000000 --- a/voice-nl-rdh/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -APP_DIR='/app' - -cd "${APP_DIR}" - -.venv/bin/python3 -m larynx serve \ - --model 'voice/tts/nl-rdh_tts-v1.pth.tar' \ - --vocoder-model 'voice/vocoder/nl-rdh_vocoder-v1.pth.tar' \ - --cache-dir '/cache' diff --git a/voice-ru-nikolaev/CHANGELOG.md b/voice-ru-nikolaev/CHANGELOG.md deleted file mode 100644 index 83485dc..0000000 --- a/voice-ru-nikolaev/CHANGELOG.md +++ /dev/null @@ -1 +0,0 @@ -## [1.0.0] - 2020 Nov 10 diff --git a/voice-ru-nikolaev/Dockerfile b/voice-ru-nikolaev/Dockerfile deleted file mode 100755 index 9c669f8..0000000 --- a/voice-ru-nikolaev/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM rhasspy/larynx:ru-nikolaev-1 -LABEL maintainer="Michael Hansen " - -ENV LANG C.UTF-8 - -ENV CONFIG_PATH /data/options.json - -COPY run.sh / - -ENTRYPOINT ["/run.sh"] diff --git a/voice-ru-nikolaev/README.md b/voice-ru-nikolaev/README.md deleted file mode 100644 index d63d840..0000000 --- a/voice-ru-nikolaev/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Russian Text to Speech Voice (nikolaev) - -Voice and vocoder models for [larynx](https://github.com/rhasspy/larynx) based on the free [M-AI Labs dataset](https://www.caito.de/2019/01/the-m-ailabs-speech-dataset/). - -## Usage - -Run a web server at http://localhost:5002 - -```sh -$ docker run -it -p 5002:5002 \ - --device /dev/snd:/dev/snd \ - rhasspy/larynx:ru-nikolaev-1 -``` - -Endpoints: - -* `/api/tts` - returns WAV audio for text - * `GET` with `?text=...` - * `POST` with text body -* `/api/phonemize` - returns phonemes for text - * `GET` with `?text=...` - * `POST` with text body -* `/process` - compatibility endpoint to emulate [MaryTTS](http://mary.dfki.de/) - * `GET` with `?INPUT_TEXT=...` diff --git a/voice-ru-nikolaev/config.json b/voice-ru-nikolaev/config.json deleted file mode 100755 index 482ca83..0000000 --- a/voice-ru-nikolaev/config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Russian TTS voice (nikolaev)", - "slug": "voice-ru-nikolaev", - "version": "1.0.1", - "description": "Russian text to speech voice", - "url": "https://github.com/rhasspy/hassio-addons/tree/master/voice-ru-nikolaev", - "arch": [ - "aarch64", - "amd64", - "armhf" - ], - "ports": { - "5002/tcp": 59125 - }, - "ports_description": { - "5002/tcp": "MaryTTS compatible API" - }, - "webui": "http://[HOST]:[PORT:59125]/" -} diff --git a/voice-ru-nikolaev/icon.png b/voice-ru-nikolaev/icon.png deleted file mode 100644 index 5e5ac12170aa5d1f639a87cf4c6c0bde5fe0220f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$P1|(P5zFY^SSc;uILpXq-h9ji|$mcBZh%9Dc zVDtcC#%a}7+CV|c64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TMd%8G= zM6|xWuE@t^DA4*ae3Rp%D&BM9rxh(cj?PI6ojld!)Vh@lEUl6`f*l7-Jnl{J`5*jo z5|fL|f88Zh&KVvvuv&6GD!9WVG~H#%JGcGk%y~8^&A2+{^PmdKI;Vst0L=_+g#Z8m diff --git a/voice-ru-nikolaev/icon.svg b/voice-ru-nikolaev/icon.svg deleted file mode 100644 index 0cbb80c..0000000 --- a/voice-ru-nikolaev/icon.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/voice-ru-nikolaev/logo.png b/voice-ru-nikolaev/logo.png deleted file mode 100644 index 057fe2d8b660bc1e85bab621996f900f46f0f531..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 586 zcmeAS@N?(olHy`uVBq!ia0vp^%YitCgAGV>J1;c@QY^(zo*^7SP{WbZ0pxQQctjR6 zFt9EHVaBrJscAq#$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@`?%7>|3p zIEGZrd3$GJUvQvA>&4h*YiF}WUaf3Z^A*-w_e@qwE-jAxwCRaghAn9>swa0ydkC5+ za(ua)q+9$(Y`(>-c$xm=`j<_38e;bwBwzt;Xk5;yc%Z@1`fy>;0-aCr3S6GRK>)}}r>CKIdoz5M5d9{rOKj>-7SP5Nlwy~CuG - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/voice-ru-nikolaev/run.sh b/voice-ru-nikolaev/run.sh deleted file mode 100755 index a827f8a..0000000 --- a/voice-ru-nikolaev/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -APP_DIR='/app' - -cd "${APP_DIR}" - -.venv/bin/python3 -m larynx serve \ - --model 'voice/tts/ru-nikolaev_tts-v1.pth.tar' \ - --vocoder-model 'voice/vocoder/ru-nikolaev_vocoder-v1.pth.tar' \ - --cache-dir '/cache'