The goal for this week is to get the interpretation plugin working. The planned pipeline is:
audio_grabber → session URL → url_resolver → FFmpeg subprocess → chunk_builder → speech_filter → Redis LIST
A detailed workflow diagram has already been prepared. The goal for today is to understand how the chunking process works and then implement it in the SUSI-Interpretation plugin on GitHub.
There are no major blockers at the moment. The plugin currently relies on command-line prompts for monitoring and testing, rather than being fully integrated into the Eventyay platform.
The next goal is to better understand the pipeline and move the plugin from a local implementation to proper integration within the actual Eventyay platform, as the plugin is still under development.