Skip to main content

A python implementation of FastTrack

Project description

FastTrackPy

PyPI Python CI codecov DOI

A python implementation of the FastTrack method

Installation

pip install fasttrackpy

This will make the command line executable fasttrack available, along with its subcommands:

  • audio
  • audio-textgrid
  • corpus

Getting help

For any of the fasttrack subcommands, add the --help flag to print the help info. You can also visit the docs.

Usage

For a single audio file containing a vowel-like sound:

fasttrack audio --file audio.wav \
    --output formants.csv

For a paired audio file and textgrid with intervals defining target audio to process:

fasttrack audio-textgrid --audio audio.wav \
    --textgrid audio.TextGrid \
    --output formants.csv

For a corpus directory of paired audio files and textgrid

fasttrack corpus --corpus dir/ \
    --output formants.csv

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fasttrackpy-0.4.5.tar.gz (19.1 kB view hashes)

Uploaded Source

Built Distribution

fasttrackpy-0.4.5-py3-none-any.whl (24.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page