diff --git a/backend/rust/kokoros/src/service.rs b/backend/rust/kokoros/src/service.rs index ef361b9dc..495b0a423 100644 --- a/backend/rust/kokoros/src/service.rs +++ b/backend/rust/kokoros/src/service.rs @@ -351,6 +351,16 @@ impl Backend for KokorosService { Err(Status::unimplemented("Not supported")) } + type AudioTranscriptionLiveStream = + ReceiverStream>; + + async fn audio_transcription_live( + &self, + _: Request>, + ) -> Result, Status> { + Err(Status::unimplemented("Not supported")) + } + async fn diarize( &self, _: Request,