Diff of Services/Mumble at 9a6322b

diff --git a/services/mumble.myco b/services/mumble.myco
index cda7082..6f8a13b 100644
--- a/services/mumble.myco
+++ b/services/mumble.myco
@@ -17,2 +17,14 @@ Server -> Access Tokens -> Add
 welcome
-```
\ No newline at end of file
+```
+
+## Voice transcription efforts
+
+There's a few options being considered, including hiring a professional transcriber. We need something ready by January(?) 2022:
+
+reese says:
+> that's the idea here i think. we just need something that works that we can use for our mumble meetings, and using a cloud API is a tradeoff we'll have to make for our own sanity in the short term. once we have that we can ponder ideas of more "privacy friendly" solutions that don't ship audio data off to the big data eldritch monster, but for now a working proof of concept is our goal.
+
+
+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. 
+
+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