|
2 | 2 | #+startup: indent content |
3 | 3 |
|
4 | 4 | * 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 |
6 | 5 | * TODO Standardize serializers/deserializers to have within the pipeline 16kHz PCM audio |
7 | 6 | * TODO [#A] Add TTFT metric |
8 | 7 |
|
|
18 | 17 | * TODO Add support for first message greeting in the pipeline :mvp: |
19 | 18 | * TODO Add support for [[https://github.com/fixie-ai/ultravox][ultravox]] |
20 | 19 |
|
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 | | - |
27 | 20 | * TODO Use [[https://github.com/taoensso/trove][trove]] as a logging facade so we don't force users to use telemere for logging |
28 | 21 |
|
29 | | -* DONE Add support for google gemini |
30 | | -CLOSED: [2025-05-13 Tue 11:29] |
31 | | - |
32 | 22 | * TODO Add support for openai realtime API |
33 | 23 |
|
34 | 24 | * TODO Research webrtc support |
35 | 25 |
|
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 | | - |
42 | 26 | * TODO research [[https://github.com/phronmophobic/clj-media][clojure-media]] for dedicated ffmpeg support for media conversion |
43 | 27 |
|
44 | 28 | * TODO Make a helper to create easier connections between processors |
@@ -215,6 +199,24 @@ Some code from another project |
215 | 199 | (recur))))) |
216 | 200 | #+end_src |
217 | 201 |
|
| 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 | + |
218 | 220 | * DONE Implement diagram flows into vice-fn |
219 | 221 | CLOSED: [2025-05-13 Tue 11:30] |
220 | 222 | :LOGBOOK: |
@@ -248,5 +250,3 @@ CLOSED: [2025-05-13 Tue 11:30] |
248 | 250 | :LOGBOOK: |
249 | 251 | CLOCK: [2025-02-03 Mon 09:35]--[2025-02-03 Mon 10:00] => 0:25 |
250 | 252 | :END: |
251 | | - |
252 | | -* TODO Add support for [[https://talon.wiki/][Talon]] STT |
0 commit comments