speech

package
v0.9.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SpeechSequence

type SpeechSequence struct {
	File     string       `desc:""`
	ID       string       `desc:"an id to use if the corpus has subsets"`
	Sequence string       `desc:"the full sequence of CVs, Phones, Words or whatever the unit"`
	Units    []SpeechUnit `desc:"the units of the sequence"`
	Silence  float64      `desc:"milliseconds of silence added at start of sequence to add variability"`
}

SpeechSequence a sequence of speech units, for example a sequence of phones or words

type SpeechUnit

type SpeechUnit struct {
	Name   string  `desc:"the CV (e.g. -- da, go, ku ...), or phones (g, ah, ix ...)"`
	Start  float64 `desc:"start time of this unit in a particular sequence in milliseconds"`
	End    float64 `desc:"end time of this unit in a particular sequence in milliseconds"`
	AStart float64 `` /* 130-byte string literal not displayed */
	AEnd   float64 `` /* 128-byte string literal not displayed */
	Type   string  `desc:"optional info - type of unit, phone, phoneme, word, CV (consonsant-vowel), etc"`
}

SpeechUnit

Directories

Path Synopsis
Package timit Phones of the TIMIT database.
Package timit Phones of the TIMIT database.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL