@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.js CHANGED
@@ -2993,7 +2993,7 @@ var CC4_VISEME_SLOTS = [
2993
2993
  order: 10,
2994
2994
  providerIds: { azure: [13], sapi: [13] },
2995
2995
  phonemes: ["R"],
2996
- matchers: ["(^|[_ .-])(v|viseme)?[_ .-]?(r)([_ .-]|$)"],
2996
+ matchers: ["(^|[_ .-])(v|viseme)[_ .-]?r([_ .-]|$)", "(^|[_ .-])r[_ .-]?(sound|viseme)([_ .-]|$)"],
2997
2997
  features: { jawOpen: 0.35, lipRound: 0.5 },
2998
2998
  defaultJawAmount: VISEME_JAW_AMOUNTS[10]
2999
2999
  },
@@ -3013,7 +3013,7 @@ var CC4_VISEME_SLOTS = [
3013
3013
  order: 12,
3014
3014
  providerIds: { azure: [14, 19], sapi: [14, 19] },
3015
3015
  phonemes: ["T", "L", "D", "N"],
3016
- matchers: ["(^|[_ .-])(v|viseme)?[_ .-]?(t[_ .-]?l[_ .-]?d[_ .-]?n|tldn|l)([_ .-]|$)"],
3016
+ matchers: ["(^|[_ .-])(v|viseme)?[_ .-]?(t[_ .-]?l[_ .-]?d[_ .-]?n|tldn)([_ .-]|$)", "(^|[_ .-])(v|viseme)[_ .-]?l([_ .-]|$)"],
3017
3017
  features: { jawOpen: 0.3, tongueTip: 1 },
3018
3018
  defaultJawAmount: VISEME_JAW_AMOUNTS[12]
3019
3019
  },