@pie-players/tts-server-google 0.3.44 → 0.3.45

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Google Cloud Text-to-Speech provider for server-side text-to-speech with speech marks support.
4
4
 
5
+ For the cross-package TTS architecture and browser/server flow, see
6
+ [TTS Architecture](../../docs/accessibility/tts-architecture.md). This README
7
+ focuses on Google Cloud provider configuration and behavior.
8
+
5
9
  ## Overview
6
10
 
7
11
  This package provides a server-side TTS provider that uses Google Cloud Text-to-Speech to generate high-quality neural speech with millisecond-precise word timing through SSML mark injection.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/tts-server-google",
3
- "version": "0.3.44",
3
+ "version": "0.3.45",
4
4
  "description": "Google Cloud Text-to-Speech provider for server-side TTS with speech marks support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@google-cloud/text-to-speech": "^6.4.0",
43
- "@pie-players/tts-server-core": "0.3.44"
43
+ "@pie-players/tts-server-core": "0.3.45"
44
44
  },
45
45
  "devDependencies": {
46
46
  "typescript": "^5.9.3",