Skip to content

Play audio while streaming its closed captions to Zoom.

License

Notifications You must be signed in to change notification settings

DMR-coding/zoom-narrator

Repository files navigation

zoom-narrator Build Status

Play audio while streaming its closed captions to Zoom.

Prerequisites

The user is responsible for providing a working Python environment for this application. If you need help with this step, see the PythonWiki beginner's guide.

Additionally, this application relies on ffmpeg (specifically, ffplay) to play audio at the command line. The user is responsible for ensuring this utility is installed and on the PATH.

Installing

At the command line, type pip install zoom-narrator.

Using

Developing

Environment and prerequisites are managed by poetry. See https://python-poetry.org/docs/#installation to get started with poetry.

  • To create an environment and install prerequisites, run poetry install in the top level of the repository.
  • Invoke the application with poetry run zoom-narrator.
  • Build packages with poetry build.