Commit inicial: gr-locutor (Locutor IA - GRP)

Locuciones de radio con voz IA local (XTTS-v2) integradas a G Radio
Player: interfaz Rust/GTK4 de configuración, motor de generación y
enriquecimiento de texto en Python, daemon de monitoreo que dispara
locuciones sin pausar playlist-refill. Requiere radio-player >= 0.4.11.
This commit is contained in:
2026-08-23 01:58:56 -05:00
commit 2f6b5340f5
23 changed files with 4031 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "gr-locutor"
version = "0.1.1"
edition = "2021"
description = "Locutor IA - GRP — interfaz de configuración del Locutor Automático IA de G Radio Player"
license = "GPL-3.0-or-later"
[[bin]]
name = "gr-locutor-config"
path = "src/main.rs"
[dependencies]
gtk4 = { version = "0.9", features = ["v4_6"] }
glib = "0.20"
dirs = "5"
async-channel = "2"