Skip to main content

Structure

meetings/
├── meeting-start      # starts transcript + Live-ASR
├── meeting-stop      # stops transcripts
├── meeting-follow      # reading the transcript while it is written
├── summarize-meeting.sh  # creates summaries
├── lib/
│   ├── audio.sh          # find the audio source
│   ├── paths.sh          # find and create directories and a
│   └── whisper.sh        # ASR parameters
└── recordings/
    └── 2025-03-24_1930/ # created using the current date and timestamp of starting 'meeting-start'
        ├── audio.wav
        ├── transcript.txt
        └── summary.md