Skip to content

Dynamic time warping (DTW) functions for specifically speech alignment.

License

Notifications You must be signed in to change notification settings

kamperh/speech_dtw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Time Warping for Speech Processing

License: MIT

Overview

Tools (functions and scripts) for performing and evaluating speech processing tasks using dynamic time warping (DTW).

Dependencies

Building and testing the code

  • Build the Cython components: make
  • Run unit tests: make test
  • Clean the code: make clean

Examples

Examples are given in the examples/ directory. The script examples/rnd_example.py illustrates standard DTW and compares a pure Python implementation to the Cython implementation.

The IPython notebook speech_dtw_qbe.ipynb illustrates how to do (very basic) query-by-example (QbE) search using standard DTW.

About

Dynamic time warping (DTW) functions for specifically speech alignment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published