Skip to content

Commit 14dcaa2

Browse files
committed
Small update
1 parent 0c85979 commit 14dcaa2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/src/simulflow_examples/local_with_system_router.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,4 @@
196196
;; Stop the conversation
197197
(do
198198
(flow/stop local-ai)
199-
(reset! flow-started? false)
200-
(vad/cleanup vad-analyser)))
199+
(reset! flow-started? false)))

src/simulflow/processors/deepgram.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ https://developers.deepgram.com/docs/understanding-end-of-speech-detection#using
157157
(when @alive?
158158
(when-let [msg (a/<!! ws-write-chan)]
159159
(when (and (frame/audio-input-raw? msg) @alive?)
160-
(t/log! {:id :deepgram :level :debug :sample 0.01 :msg "Sending audio for transcription" :data (:frame/data msg)})
161160
(ws/send! ws-conn (:frame/data msg))
162161
(recur)))))
163162

0 commit comments

Comments
 (0)