@pie-players/tts-server-core 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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Core types, interfaces, and utilities for server-side Text-to-Speech (TTS) providers.
|
|
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 the shared server-provider contracts.
|
|
8
|
+
|
|
5
9
|
## Overview
|
|
6
10
|
|
|
7
11
|
This package provides the foundation for building server-side TTS providers that return audio with precise word-level timing metadata (speech marks) for synchronized highlighting.
|