A python implementation of FastTrack
Project description
FastTrackPy
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
Release history Release notifications | RSS feed
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.8.tar.gz
(18.7 kB
view hashes)
Built Distribution
Close
Hashes for fasttrackpy-0.4.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95de91df09237c7defdac5b209d875c5c3e4b3aa703ecffe2b1e8604932e09ad |
|
MD5 | 9b8e7f9ebf0b8430acf4cf8b9d646af9 |
|
BLAKE2b-256 | cdc041186fab4535dd00704b84fb015c784f6958fe658178180df1b981d2bb18 |