This is kept updated with best practices, it applies only to the single binary, non horizontal deployment
https://github.com/grafana/loki/blob/main/cmd/loki/loki-local-config.yaml
diff --color=always --side-by-side \
| @echo off | |
| setlocal enableextensions | |
| chcp 65001 | |
| set input=%1 | |
| set device=%2 | |
| set loglevel=quiet | |
| for %%i in ("%~f1") do set dirname=%%~dpi | |
| for %%i in ("%~f1") do set extension=%%~xi | |
| set tempfile=%dirname%%RANDOM%-temp.m4a |
This is kept updated with best practices, it applies only to the single binary, non horizontal deployment
https://github.com/grafana/loki/blob/main/cmd/loki/loki-local-config.yaml
diff --color=always --side-by-side \
An option for using piper and onnx voices in the browser is through Speech Dispatcher, which Chromium-based browsers (Chrome, Brave, Opera, Edge) and Firefox use for Web Speech API.
I have added the piper module to Speech Dispatcher following the instructions here module request: piper #866.
Tested on Chromium Version 128.0.6586.0 (Developer Build) (64-bit) and Firefox Nightly 130.0a1. Chromium works. Firefox does not load the piper voices.
In pertinent part.
Download the piper executable from releases, extract the contents and save to ~/.local/opt/piper.
Here is how to use pipx to install ansible and related tools.
pipx install --include-deps ansible
pipx inject --include-apps ansible ansible-lint
pipx inject --include-apps ansible molecule
pipx inject ansible 'molecule-plugins[podman,vagrant]'