Skip to content

Commit ca4ebd3

Browse files
committed
Update TODOs
1 parent f3dfb20 commit ca4ebd3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

TODO.org

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#+startup: indent content
33

44
* TODO Change audio utils for conversion into specific encoding change (ulaw->pcm, pcm->ulaw etc) and resampling (same encoding, different sample rate))
5-
* TODO Add float32 conversion that is fast to use with VAD or turn detection models
65
* TODO Standardize serializers/deserializers to have within the pipeline 16kHz PCM audio
76
* TODO [#A] Add TTFT metric
87

@@ -18,27 +17,12 @@
1817
* TODO Add support for first message greeting in the pipeline :mvp:
1918
* TODO Add support for [[https://github.com/fixie-ai/ultravox][ultravox]]
2019

21-
* TODO Add support for Silero VAD
22-
DEADLINE: <2025-01-20 Mon 20:00>
23-
:LOGBOOK:
24-
CLOCK: [2025-01-13 Mon 07:54]--[2025-01-13 Mon 08:19] => 0:25
25-
:END:
26-
2720
* TODO Use [[https://github.com/taoensso/trove][trove]] as a logging facade so we don't force users to use telemere for logging
2821

29-
* DONE Add support for google gemini
30-
CLOSED: [2025-05-13 Tue 11:29]
31-
3222
* TODO Add support for openai realtime API
3323

3424
* TODO Research webrtc support
3525

36-
* DONE Add local transport (microphone + speaker out)
37-
CLOSED: [2025-05-13 Tue 11:30]
38-
:LOGBOOK:
39-
CLOCK: [2025-02-06 Thu 08:07]--[2025-02-06 Thu 08:32] => 0:25
40-
:END:
41-
4226
* TODO research [[https://github.com/phronmophobic/clj-media][clojure-media]] for dedicated ffmpeg support for media conversion
4327

4428
* TODO Make a helper to create easier connections between processors
@@ -215,6 +199,24 @@ Some code from another project
215199
(recur)))))
216200
#+end_src
217201

202+
* TODO Add support for [[https://talon.wiki/][Talon]] STT
203+
* DONE Add float32 conversion that is fast to use with VAD or turn detection models
204+
CLOSED: [2025-08-12 Tue 17:57]
205+
* DONE Add support for Silero VAD
206+
CLOSED: [2025-08-12 Tue 17:56] DEADLINE: <2025-01-20 Mon 20:00>
207+
:LOGBOOK:
208+
CLOCK: [2025-01-13 Mon 07:54]--[2025-01-13 Mon 08:19] => 0:25
209+
:END:
210+
211+
* DONE Add support for google gemini
212+
CLOSED: [2025-05-13 Tue 11:29]
213+
214+
* DONE Add local transport (microphone + speaker out)
215+
CLOSED: [2025-05-13 Tue 11:30]
216+
:LOGBOOK:
217+
CLOCK: [2025-02-06 Thu 08:07]--[2025-02-06 Thu 08:32] => 0:25
218+
:END:
219+
218220
* DONE Implement diagram flows into vice-fn
219221
CLOSED: [2025-05-13 Tue 11:30]
220222
:LOGBOOK:
@@ -248,5 +250,3 @@ CLOSED: [2025-05-13 Tue 11:30]
248250
:LOGBOOK:
249251
CLOCK: [2025-02-03 Mon 09:35]--[2025-02-03 Mon 10:00] => 0:25
250252
:END:
251-
252-
* TODO Add support for [[https://talon.wiki/][Talon]] STT

0 commit comments

Comments
 (0)