-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
125 lines (124 loc) · 2.93 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
export(as.formant)
export(as.it)
export(as.pitch)
export(as.pt)
export(as.snd)
export(as.tg)
export(col.read)
export(col.write)
export(detectEncoding)
export(formant.cut)
export(formant.cut0)
export(formant.getPointIndexHigherThanTime)
export(formant.getPointIndexLowerThanTime)
export(formant.getPointIndexNearestTime)
export(formant.plot)
export(formant.read)
export(formant.sample)
export(formant.toArray)
export(formant.toFrame)
export(formant.write)
export(ifft)
export(isInt)
export(isLogical)
export(isNum)
export(isString)
export(it.cut)
export(it.cut0)
export(it.getPointIndexHigherThanTime)
export(it.getPointIndexLowerThanTime)
export(it.getPointIndexNearestTime)
export(it.interpolate)
export(it.legendre)
export(it.legendreDemo)
export(it.legendreSynth)
export(it.plot)
export(it.read)
export(it.sample)
export(it.write)
export(pitch.cut)
export(pitch.cut0)
export(pitch.getPointIndexHigherThanTime)
export(pitch.getPointIndexLowerThanTime)
export(pitch.getPointIndexNearestTime)
export(pitch.plot)
export(pitch.read)
export(pitch.sample)
export(pitch.toArray)
export(pitch.toFrame)
export(pitch.write)
export(pt.Hz2ST)
export(pt.cut)
export(pt.cut0)
export(pt.getPointIndexHigherThanTime)
export(pt.getPointIndexLowerThanTime)
export(pt.getPointIndexNearestTime)
export(pt.interpolate)
export(pt.legendre)
export(pt.legendreDemo)
export(pt.legendreSynth)
export(pt.plot)
export(pt.read)
export(pt.sample)
export(pt.write)
export(round2)
export(seqM)
export(snd.cut)
export(snd.cut0)
export(snd.getPointIndexHigherThanTime)
export(snd.getPointIndexLowerThanTime)
export(snd.getPointIndexNearestTime)
export(snd.plot)
export(snd.read)
export(snd.sample)
export(snd.write)
export(strTrim)
export(str_contains)
export(str_find)
export(str_find1)
export(tg.boundaryMagnet)
export(tg.checkTierInd)
export(tg.countLabels)
export(tg.createNewTextGrid)
export(tg.cut)
export(tg.cut0)
export(tg.duplicateTier)
export(tg.duplicateTierMergeSegments)
export(tg.findLabels)
export(tg.getEndTime)
export(tg.getIntervalDuration)
export(tg.getIntervalEndTime)
export(tg.getIntervalIndexAtTime)
export(tg.getIntervalStartTime)
export(tg.getLabel)
export(tg.getNumberOfIntervals)
export(tg.getNumberOfPoints)
export(tg.getNumberOfTiers)
export(tg.getPointIndexHigherThanTime)
export(tg.getPointIndexLowerThanTime)
export(tg.getPointIndexNearestTime)
export(tg.getPointTime)
export(tg.getStartTime)
export(tg.getTierName)
export(tg.getTotalDuration)
export(tg.insertBoundary)
export(tg.insertInterval)
export(tg.insertNewIntervalTier)
export(tg.insertNewPointTier)
export(tg.insertPoint)
export(tg.isIntervalTier)
export(tg.isPointTier)
export(tg.plot)
export(tg.read)
export(tg.removeIntervalBothBoundaries)
export(tg.removeIntervalLeftBoundary)
export(tg.removeIntervalRightBoundary)
export(tg.removePoint)
export(tg.removeTier)
export(tg.repairContinuity)
export(tg.sample)
export(tg.sampleProblem)
export(tg.setLabel)
export(tg.setTierName)
export(tg.write)