TimeViewers / timeview

TimeView
Other
33 stars 7 forks source link
analysis edf labeling processing python spectrogram speech time-series

TimeView

screenshot

Overview

Timeview is a cross-platform desktop application for viewing and editing Waveforms, Time-Value data, and Segmentation data. These data can easily be analyzed or manipulated using a library of built-in processors; for example, a linear filter can operate on a waveform, or an activity detector can create a segmentation from a waveform. Processors can be easily customized or created created from scratch.

This is a very early preview, and is not suitable for general usage yet.

Features

An introductory video is available at: https://vimeo.com/245480108

Installation

From an empty python 3.6+ python environment run

$ pip install git+https://github.com/lxkain/timeview
$ timeview
$ timeview -h

Development Environment

In your 3.6+ python environment run

$ git clone https://github.com/lxkain/timeview.git
$ cd timeview
$ python timeview.py

Help

After the application has started, select "Help" from the Menu, and then "TimeView Help" to learn more.