@pie-players/tts-server-polly 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
  AWS Polly provider for server-side text-to-speech with native 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 AWS Polly-specific provider configuration and behavior.
8
+
5
9
  ## Overview
6
10
 
7
11
  This package provides a server-side TTS provider that uses AWS Polly to generate high-quality neural speech with millisecond-precise word timing through speech marks.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/tts-server-polly",
3
- "version": "0.3.44",
3
+ "version": "0.3.45",
4
4
  "description": "AWS Polly provider for server-side TTS with speech marks support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@aws-sdk/client-polly": "^3.1033.0",
42
- "@pie-players/tts-server-core": "0.3.44"
42
+ "@pie-players/tts-server-core": "0.3.45"
43
43
  },
44
44
  "devDependencies": {
45
45
  "typescript": "^5.9.3",