diff --git a/backend/rust/kokoros/src/service.rs b/backend/rust/kokoros/src/service.rs index 0bd7cc1e2..b980feb52 100644 --- a/backend/rust/kokoros/src/service.rs +++ b/backend/rust/kokoros/src/service.rs @@ -375,6 +375,15 @@ impl Backend for KokorosService { Err(Status::unimplemented("Not supported")) } + type AudioToAudioStreamStream = ReceiverStream>; + + async fn audio_to_audio_stream( + &self, + _: Request>, + ) -> Result, Status> { + Err(Status::unimplemented("Not supported")) + } + async fn sound_generation( &self, _: Request,