app
Adom TTS — Text to Speech
Public Made by Adomby adom
Adom's shared voice service. Reads your AI's answers back to you while you drive, and renders perfectly-timed voiceover tracks for your demo videos — so you never record your own voice.
[package]
name = "adom-tts"
version = "1.9.29"
edition = "2021"
license = "AGPL-3.0-or-later"
repository = "https://github.com/adom-inc/adom-tts"
authors = ["Adom <[email protected]>"]
description = "Thin Rust CLI for service-tts — Adom's shared edge-tts wrapper with pronunciation overrides + caching. Every Adom tool shells to this binary instead of calling edge-tts directly."
[[bin]]
name = "adom-tts"
path = "src/main.rs"
[profile.release]
strip = true
lto = "thin"
[dependencies]
anyhow = "1"
base64 = "0.22"
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
clap = { version = "4", features = ["derive"] }
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
tiny_http = "0.12"
urlencoding = "2"