WaveKat builds open-source, AI-powered tools that put enterprise-grade capabilities in the hands of everyone. We start with voice — answering phones, handling conversations, being present 24/7.
Browse, filter, and review audio clips from Mozilla's Common Voice dataset — with waveform playback, demographic filters, and sentence search.
commonvoice-explorer.wavekat.com →Voice Activity Detection — WebRTC, Silero, TEN-VAD, FireRedVAD.
github.com/wavekat/wavekat-vad → wavekat-turnTurn detection — knows when a speaker is done talking.
github.com/wavekat/wavekat-turn → wavekat-asrStreaming speech-to-text — unified Rust interface over multiple ASR backends.
github.com/wavekat/wavekat-asr → wavekat-ttsText-to-speech synthesis — unified Rust interface for multiple TTS backends.
github.com/wavekat/wavekat-tts → wavekat-coreShared audio primitives — AudioFrame, sample format conversion.
github.com/wavekat/wavekat-core → wavekat-sipSIP signaling and RTP transport — REGISTER, INVITE, SDP, dialog tracking.
github.com/wavekat/wavekat-sip →