-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
49 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: 'FAVE: Forced alignment and vowel extraction' | ||
message: Please cite this software using these metadata. | ||
type: software | ||
authors: | ||
- given-names: Ingrid | ||
family-names: Rosenfelder | ||
- given-names: Josef | ||
family-names: Fruehwald | ||
email: [email protected] | ||
orcid: 'https://orcid.org/0000-0001-8480-9461' | ||
- given-names: Keelan | ||
family-names: Evanini | ||
- given-names: Scott | ||
family-names: Seyfarth | ||
- given-names: Christian | ||
family-names: Brickhouse | ||
orcid: 'https://orcid.org/0000-0002-2748-8056' | ||
- given-names: Kyle | ||
family-names: Gorman | ||
orcid: 'https://orcid.org/0000-0002-4233-6595' | ||
- given-names: Hillary | ||
family-names: Prichard | ||
- given-names: Jiahong | ||
family-names: Yuan | ||
repository-code: 'https://github.com/JoFrhwld/FAVE' | ||
license: GPL-3.0 | ||
version: v2.0.1 | ||
date-released: 2022-08-11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FAVE: Forced Alignment and Vowel Extraction | ||
=========================================== | ||
|
||
Installation | ||
------------ | ||
|
||
:: | ||
pip install fave | ||
|
||
Requirements | ||
------------ | ||
|
||
``fave-align`` requires installation of HTK v3.4.1 | ||
|
||
``fave-extract`` requires praat in your path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters