diff --git a/services/mumble.myco b/services/mumble.myco
index 6f8a13b..8e453c6 100644
--- a/services/mumble.myco
+++ b/services/mumble.myco
@@ -21,3 +21,3 @@ welcome
-There's a few options being considered, including hiring a professional transcriber. We need something ready by January(?) 2022:
+There's a few options being considered, including hiring a professional transcriber. We need something ready by January(?) 2023:
@@ -27,4 +27,10 @@ reese says:
-counter to the cloud, ckie wrote [[https://github.com/ckiee/mumble-whisper-go | a little Mumble bot ]] that uses [[https://github.com/ggerganov/whisper.cpp/ | whisper.cpp]] to transcribe audio.
+counter to the cloud, [[u/ckie]] wrote [[https://github.com/ckiee/mumble-whisper-go | a little Mumble bot ]] that uses [[https://github.com/ggerganov/whisper.cpp/ | whisper.cpp]] to transcribe audio.
-it's missing the filters and ring buffer found in [[https://github.com/ggerganov/whisper.cpp/blob/master/examples/stream/stream.cpp | the stream example]], which should greatly enhance transcription quality if implemented, but a lot of CPU is required, and GPU acceleration has yet to be explored.
\ No newline at end of file
+it's missing the filters and ring buffer found in [[https://github.com/ggerganov/whisper.cpp/blob/master/examples/stream/stream.cpp | the stream example]], which should greatly enhance transcription quality if implemented, but a lot of CPU is required, and GPU acceleration has yet to be explored.
+
+## update 2023-01-22
+
+hey so, after being prompted into remembering this project I [[ https://github.com/ckiee/mumble-whisper-go/commit/c725691f01e486885ec822c67e76dee6f074c59f | bumped into the code again]] and now it's quite a bit nicer! in that it actually works well that is. it's using https://deepgram.com/ which I discovered via a (very nice) youtube shill and it was pretty convenient to use.
+
+on sign-up you get, $150 of credits, and currently it's somewhat wasteful with them, but that's okay. I think it might incidentally be not too bad, but it sends every audio packet it gets without any [[ https://en.wikipedia.org/wiki/Voice_activity_detection | VAD ]].
\ No newline at end of file