From 920736b6f7a78d98aa0d9344d5f283f511142c67 Mon Sep 17 00:00:00 2001 From: MAHaines Date: Mon, 14 Jul 2025 00:18:24 -0500 Subject: [PATCH] Add services directory structure --- services/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 services/README.md diff --git a/services/README.md b/services/README.md new file mode 100644 index 0000000..d590280 --- /dev/null +++ b/services/README.md @@ -0,0 +1,14 @@ +# Services Directory + +This directory contains all the microservices for the Discord Voice Translator. + +## Services Overview + +- **recorder/**: Discord bot that captures voice from channels +- **audio-processor/**: Converts PCM to optimized WAV files +- **whisper-service/**: GPU-accelerated speech-to-text transcription +- **translator/**: Multi-language translation service +- **transcriber/**: Workflow orchestrator and Discord message sender +- **dashboard/**: Web interface for monitoring and management + +Each service is containerized and communicates via Redis message queues and REST APIs.