@lovelace_lol/loom3 1.0.46 → 1.0.47
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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3014,7 +3014,7 @@ var CC4_VISEME_SLOTS = [
|
|
|
3014
3014
|
order: 10,
|
|
3015
3015
|
providerIds: { azure: [13], sapi: [13] },
|
|
3016
3016
|
phonemes: ["R"],
|
|
3017
|
-
matchers: ["(^|[_ .-])(v|viseme)?[_ .-]?(
|
|
3017
|
+
matchers: ["(^|[_ .-])(v|viseme)[_ .-]?r([_ .-]|$)", "(^|[_ .-])r[_ .-]?(sound|viseme)([_ .-]|$)"],
|
|
3018
3018
|
features: { jawOpen: 0.35, lipRound: 0.5 },
|
|
3019
3019
|
defaultJawAmount: VISEME_JAW_AMOUNTS[10]
|
|
3020
3020
|
},
|
|
@@ -3034,7 +3034,7 @@ var CC4_VISEME_SLOTS = [
|
|
|
3034
3034
|
order: 12,
|
|
3035
3035
|
providerIds: { azure: [14, 19], sapi: [14, 19] },
|
|
3036
3036
|
phonemes: ["T", "L", "D", "N"],
|
|
3037
|
-
matchers: ["(^|[_ .-])(v|viseme)?[_ .-]?(t[_ .-]?l[_ .-]?d[_ .-]?n|tldn|l
|
|
3037
|
+
matchers: ["(^|[_ .-])(v|viseme)?[_ .-]?(t[_ .-]?l[_ .-]?d[_ .-]?n|tldn)([_ .-]|$)", "(^|[_ .-])(v|viseme)[_ .-]?l([_ .-]|$)"],
|
|
3038
3038
|
features: { jawOpen: 0.3, tongueTip: 1 },
|
|
3039
3039
|
defaultJawAmount: VISEME_JAW_AMOUNTS[12]
|
|
3040
3040
|
},
|