studio-worker 0.4.9

Pull-based image-generation worker for the minis.gg studio.
Documentation
1
2
3
4
5
6
7
//! Streaming speech-to-text: the `/transcribe` session protocol, voice
//! activity detection and the LAN listener that serves loaded models.

pub mod server;
pub mod session;
pub mod tokens;
pub mod vad;