Skip to content

Creates a transcript from pptx audio in presenter notes

Notifications You must be signed in to change notification settings

tammy-young/pptx-audio-to-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powerpoint Audio Extractor

Extract audio from powerpoints to text

Prerequisites

Requires Python 3. Then install the requirements.

pip install -r requirements.txt

Usage

  1. Copy a .pptx file into the py_extractor directory
  2. python extractor.py
  3. The extracted audio files can be found in results/<PPTX_FILE_NAME>
  4. After extractor.py finishes, in the extracted audio files directory will be joinall.py
  5. python joinall.py
  6. joined.txt contains the transcribed audio, numbered with the corresponding slide number

Inconsistent Audio

If the powerpoint doesn't have audio on every slide, you will have to add the slide numbers to the skip list in joinall.py. There is currently no automation for this.

About

Creates a transcript from pptx audio in presenter notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published