Python program to render wave files into oscilloscope views, featuring advanced correlation-based triggering algorithm
Go to file
nyanpasu64 a9d62868e3 Add save-as to GUI 2018-12-18 20:53:23 -08:00
.idea Update metadata files (pycharm style, .gitignore qt creator) 2018-12-05 04:37:28 -08:00
ovgenpy Add save-as to GUI 2018-12-18 20:53:23 -08:00
tests Add Ovgen progress callbacks, switch to Arguments parameter 2018-12-18 20:53:23 -08:00
.gitattributes .gitattributes: Force eol=LF on Windows 2018-11-20 18:05:28 -08:00
.gitignore Update metadata files (pycharm style, .gitignore qt creator) 2018-12-05 04:37:28 -08:00
LICENSE Add 2-clause BSD license 2018-10-12 03:56:25 -07:00
README.md Create README.md (#19) 2018-12-14 19:28:43 -08:00
setup.cfg Add unit tests (interactive for now) 2018-07-14 03:36:49 -07:00
setup.py Squash branch "qt-gui" 2018-12-18 20:53:23 -08:00

README.md

ovgenpy

Python program to render wave files into oscilloscope views, featuring improved correlation-based triggering algorithm

Dependencies

  • Python 3.6 or above (3.5 will not work)
  • FFmpeg

Installation

Conda

conda create -n ovgenpy python=3.6 pip numpy scipy matplotlib pyqt=5
pip install -e .

Command-line Tutorial

  1. Create YAML:

    • python -m ovgenpy split*.wav --audio master.wav -w
    • Specify all channels on the command line.
    • -a or --audio specifies master audio track.
    • Creates file master.yaml.
  2. Edit master.yaml to change settings.

  3. Play (requires ffmpeg):

    • ...ovgenpy master.yaml -p/--play
  4. Render and encode MP4 video (requires ffmpeg)

  • ...ovgenpy master.yaml -r/--render