Files
dnd-helpers/main.py
T
charles f4c98fb2b9 Migrate to WhisperX for speaker diarization
Implement a sliding window audio buffer and update the transcriber to
use WhisperX for transcription, alignment, and speaker identification.
Update the pipeline to handle and store speaker-attributed transcripts.

Additionally, update the LLM processor's reasoning parameter to
"enable_thinking".
2026-05-26 21:48:30 -07:00

7 lines
89 B
Python

def main():
print("Hello from dnd-helpers!")
if __name__ == "__main__":
main()