| Package | Description |
|---|---|
| marytts.util.data.text |
Various relatively generic utilities for text input/output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PraatIntervalTier
Representation of an IntervalTier in a Praat TextGrid.
|
class |
PraatPitchTier |
| Modifier and Type | Method and Description |
|---|---|
PraatTier |
PraatTextGrid.getTier(int index)
getter for individual tier
|
| Modifier and Type | Method and Description |
|---|---|
void |
PraatTextGrid.appendTier(PraatTier tier)
add a new tier at the end of the TextGrid's tiers
|
| Modifier and Type | Method and Description |
|---|---|
void |
PraatTextGrid.setTiers(Vector<PraatTier> tiers)
replace tiers by specified Vector of tiers
|
| Constructor and Description |
|---|
PraatTextGrid(Vector<PraatTier> tiers)
constructor accepting a Vector of PraatTiers
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.