Record a commonroom call from the command line: per-participant WAV files plus the room chat, for transcribing the meeting. Needs Node ≥ 22.
npx https://concept-collection.github.io/commonroom-recorder/commonroom-recorder.tgz record <room>
Add --transcribe to grow a speaker-attributed transcript live
during the meeting (needs pip install faster-whisper), or create one
afterwards:
npx https://concept-collection.github.io/commonroom-recorder/commonroom-recorder.tgz transcribe <recording-dir>
Stop recording with Ctrl-C. See the README for options and output format.
npx caches the download per URL; to pick up a newer version, use the
versioned tarball
(commonroom-recorder-0.4.0.tgz,
currently 0.4.0) or rm -rf ~/.npm/_npx.