add mp3 streaming for voicevox

This commit is contained in:
mii443
2025-04-11 15:10:01 +09:00
parent 257c8511e3
commit f7e08b4e2e
7 changed files with 163 additions and 16 deletions

View File

@ -24,6 +24,10 @@ opentelemetry-semantic-conventions = "0.29.0"
opentelemetry-otlp = { version = "0.29.0", features = ["grpc-tonic"] }
opentelemetry-stdout = "0.29.0"
tracing-opentelemetry = "0.30.0"
symphonia-core = "0.5.4"
tokio-util = { version = "0.7.14", features = ["compat"] }
futures = "0.3.31"
bytes = "1.10.1"
[dependencies.uuid]
version = "0.8"