From 35bd503f6019bb3a5c9549dfc8354856cdab893b Mon Sep 17 00:00:00 2001 From: Damien Murphy Date: Tue, 23 Jul 2024 09:00:29 -0700 Subject: [PATCH] remove brackets --- examples/transcription/websocket/simple_stream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/transcription/websocket/simple_stream.rs b/examples/transcription/websocket/simple_stream.rs index 57d5dc64..72c8d067 100644 --- a/examples/transcription/websocket/simple_stream.rs +++ b/examples/transcription/websocket/simple_stream.rs @@ -27,7 +27,7 @@ async fn main() -> Result<(), DeepgramError> { .encoding(Encoding::Linear16) .sample_rate(44100) .channels(2) - // .endpointing(Endpointing::Enabled()) + // .endpointing(Endpointing::Enabled) .endpointing(Endpointing::CustomDurationMs(300)) .interim_results(true) .utterance_end_ms(1000)