echogarden 2.5.2 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/lexicons/heteronyms.en.json +39 -5
- package/data/lexicons/words.en.json +1336 -1470
- package/dist/api/SourceSeparation.js +1 -1
- package/dist/audio/AudioBufferConversion.d.ts +5 -6
- package/dist/audio/AudioBufferConversion.js +16 -248
- package/dist/audio/AudioBufferConversion.js.map +1 -1
- package/dist/audio/AudioPlayer.js.map +1 -1
- package/dist/audio/AudioRecorder.js +1 -1
- package/dist/audio/AudioRecorder.js.map +1 -1
- package/dist/audio/AudioUtilities.d.ts +3 -9
- package/dist/audio/AudioUtilities.js +4 -3
- package/dist/audio/AudioUtilities.js.map +1 -1
- package/dist/codecs/FFMpegTranscoder.d.ts +1 -4
- package/dist/codecs/TIMITCodec.js +1 -2
- package/dist/codecs/TIMITCodec.js.map +1 -1
- package/dist/encodings/Ascii.js +1 -1
- package/dist/encodings/Ascii.js.map +1 -1
- package/dist/encodings/Utf16.js +1 -1
- package/dist/encodings/Utf16.js.map +1 -1
- package/dist/encodings/Utf8.js +1 -1
- package/dist/encodings/Utf8.js.map +1 -1
- package/dist/math/VectorMath.js +8 -7
- package/dist/math/VectorMath.js.map +1 -1
- package/dist/nlp/CompromiseNLP.js +4 -1
- package/dist/nlp/CompromiseNLP.js.map +1 -1
- package/dist/nlp/Lexicon.d.ts +1 -1
- package/dist/nlp/Lexicon.js +4 -1
- package/dist/nlp/Lexicon.js.map +1 -1
- package/dist/nlp/PhoneConversion.js +17 -5
- package/dist/nlp/PhoneConversion.js.map +1 -1
- package/dist/recognition/WhisperCppSTT.js +6 -3
- package/dist/recognition/WhisperCppSTT.js.map +1 -1
- package/dist/recognition/WhisperSTT.js +18 -17
- package/dist/recognition/WhisperSTT.js.map +1 -1
- package/dist/synthesis/AwsPollyTTS.d.ts +1 -4
- package/dist/synthesis/CoquiServerTTS.d.ts +1 -4
- package/dist/synthesis/DeepgramTTS.d.ts +1 -4
- package/dist/synthesis/ElevenLabsTTS.d.ts +1 -4
- package/dist/synthesis/FliteTTS.d.ts +1 -4
- package/dist/synthesis/GnuSpeechTTS.d.ts +1 -7
- package/dist/synthesis/GoogleCloudTTS.d.ts +1 -4
- package/dist/synthesis/SapiTTS.js +1 -2
- package/dist/synthesis/SapiTTS.js.map +1 -1
- package/dist/synthesis/SvoxPicoTTS.js +1 -2
- package/dist/synthesis/SvoxPicoTTS.js.map +1 -1
- package/dist/utilities/PackageManager.js +4 -3
- package/dist/utilities/PackageManager.js.map +1 -1
- package/dist/utilities/StringUtilities.d.ts +2 -2
- package/dist/utilities/StringUtilities.js +7 -7
- package/dist/utilities/StringUtilities.js.map +1 -1
- package/dist/utilities/Utilities.d.ts +1 -0
- package/dist/utilities/Utilities.js +48 -0
- package/dist/utilities/Utilities.js.map +1 -1
- package/dist/utilities/WasmMemoryManager.d.ts +1 -1
- package/docs/Options.md +2 -2
- package/package.json +7 -7
- package/src/api/SourceSeparation.ts +1 -1
- package/src/audio/AudioBufferConversion.ts +17 -263
- package/src/audio/AudioPlayer.ts +1 -1
- package/src/audio/AudioRecorder.ts +1 -1
- package/src/audio/AudioUtilities.ts +5 -3
- package/src/codecs/TIMITCodec.ts +1 -2
- package/src/encodings/Ascii.ts +1 -1
- package/src/encodings/Utf16.ts +1 -1
- package/src/encodings/Utf8.ts +1 -1
- package/src/math/VectorMath.ts +9 -7
- package/src/nlp/CompromiseNLP.ts +5 -1
- package/src/nlp/Lexicon.ts +6 -2
- package/src/nlp/PhoneConversion.ts +20 -6
- package/src/recognition/WhisperCppSTT.ts +5 -3
- package/src/recognition/WhisperSTT.ts +19 -18
- package/src/synthesis/SapiTTS.ts +1 -2
- package/src/synthesis/SvoxPicoTTS.ts +1 -2
- package/src/utilities/PackageManager.ts +4 -3
- package/src/utilities/StringUtilities.ts +7 -7
- package/src/utilities/Utilities.ts +64 -0
- package/dist/codecs/WaveCodec.d.ts +0 -19
- package/dist/codecs/WaveCodec.js +0 -224
- package/dist/codecs/WaveCodec.js.map +0 -1
- package/dist/utilities/BinaryArrayConversion.d.ts +0 -14
- package/dist/utilities/BinaryArrayConversion.js +0 -92
- package/dist/utilities/BinaryArrayConversion.js.map +0 -1
- package/src/codecs/WaveCodec.ts +0 -281
- package/src/utilities/BinaryArrayConversion.ts +0 -117
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
],
|
|
60
60
|
|
|
61
61
|
"notPrecededBy": [
|
|
62
|
-
"the", "a", "some", "at", "be", "were", "was", "are", "our", "of", "its", "my", "your", "this", "been", "wrapped", "mysterious", "nice", "cute", "great", "awesome"
|
|
62
|
+
"the", "a", "some", "at", "be", "were", "was", "are", "our", "of", "its", "my", "your", "this", "been", "wrapped", "mysterious", "nice", "cute", "great", "awesome", "already"
|
|
63
63
|
],
|
|
64
64
|
|
|
65
65
|
"followedBy": [
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
],
|
|
265
265
|
|
|
266
266
|
"precededBy": [
|
|
267
|
-
"he", "she", "it", "who", "now", "currently", "still", "everybody", "everyone"
|
|
267
|
+
"he", "she", "it", "who", "that", "now", "currently", "still", "everybody", "everyone"
|
|
268
268
|
],
|
|
269
269
|
|
|
270
270
|
"notPrecededBy": [
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
{
|
|
1405
1405
|
"pronunciation": {
|
|
1406
1406
|
"espeak": {
|
|
1407
|
-
"en-us": "p
|
|
1407
|
+
"en-us": "p ˈɚ f ɛ k t",
|
|
1408
1408
|
"en-gb-x-rp": "p ˈɜː f ɛ k t"
|
|
1409
1409
|
}
|
|
1410
1410
|
},
|
|
@@ -1784,7 +1784,7 @@
|
|
|
1784
1784
|
{
|
|
1785
1785
|
"pronunciation": {
|
|
1786
1786
|
"espeak": {
|
|
1787
|
-
"en-us": "ɹ i s ˈɜː
|
|
1787
|
+
"en-us": "ɹ i s ˈɜː ɹ tʃ",
|
|
1788
1788
|
"en-gb-x-rp": "ɹ ɪ s ˈɜː tʃ"
|
|
1789
1789
|
}
|
|
1790
1790
|
},
|
|
@@ -1814,7 +1814,7 @@
|
|
|
1814
1814
|
{
|
|
1815
1815
|
"pronunciation": {
|
|
1816
1816
|
"espeak": {
|
|
1817
|
-
"en-us": "ɹ ˈi s ɜː
|
|
1817
|
+
"en-us": "ɹ ˈi s ɜː ɹ tʃ",
|
|
1818
1818
|
"en-gb-x-rp": "ɹ ɪ s ˈɜː tʃ"
|
|
1819
1819
|
}
|
|
1820
1820
|
},
|
|
@@ -2173,6 +2173,40 @@
|
|
|
2173
2173
|
"example": "The plant extracts the water."
|
|
2174
2174
|
}
|
|
2175
2175
|
],
|
|
2176
|
+
"mismatch": [
|
|
2177
|
+
{
|
|
2178
|
+
"pronunciation": {
|
|
2179
|
+
"espeak": {
|
|
2180
|
+
"en-us": "m ˈɪ s m æ tʃ",
|
|
2181
|
+
"en-gb-x-rp": "m ˈɪ s m æ tʃ"
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2184
|
+
"pos": [
|
|
2185
|
+
"NN"
|
|
2186
|
+
],
|
|
2187
|
+
"precededBy": [
|
|
2188
|
+
"the", "this", "our", "a", "another", "no"
|
|
2189
|
+
],
|
|
2190
|
+
"notPrecededBy": [
|
|
2191
|
+
"to", "i", "should", "will", "would", "wouldn't", "won't", "don't", "doesn't", "should", "shouldn't", "could", "couldn't", "must", "mustn't", "shall", "can", "can't", "may", "might", "did", "didn't", "does", "doesn't", "not"
|
|
2192
|
+
],
|
|
2193
|
+
"followedBy": [
|
|
2194
|
+
],
|
|
2195
|
+
"notFollowedBy": [
|
|
2196
|
+
"to"
|
|
2197
|
+
],
|
|
2198
|
+
"example": "There is no mismatch."
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"pronunciation": {
|
|
2202
|
+
"espeak": {
|
|
2203
|
+
"en-us": "m ɪ s m ˈæ tʃ",
|
|
2204
|
+
"en-gb-x-rp": "m ɪ s m ˈæ tʃ"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
"example": "It will not mismatch it."
|
|
2208
|
+
}
|
|
2209
|
+
],
|
|
2176
2210
|
"segment": [],
|
|
2177
2211
|
"segments": [],
|
|
2178
2212
|
"extracts": [],
|