Skip to content

Commit

Permalink
remove brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienDeepgram committed Jul 23, 2024
1 parent 3db0ea5 commit 35bd503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/transcription/websocket/simple_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35bd503

Please sign in to comment.