Spaces:
Sleeping
Sleeping
README.MD
Browse files
README.MD
CHANGED
@@ -28,6 +28,7 @@ Open http://localhost:8080 in the browser
|
|
28 |
## Architecture
|
29 |
|
30 |

|
|
|
31 |
Polyhedron uses a broadcast model to share transcription, translation, and speech synthesis work between clients.
|
32 |
|
33 |
- A single transcription is generated for the speaker and shared with all language clients.
|
@@ -49,6 +50,7 @@ By sharing the intermediate outputs, the system avoids duplicating work across c
|
|
49 |
The components communicate using WebSockets and channels to distribute the shared outputs.
|
50 |
|
51 |

|
|
|
52 |
The system architecture with a single listener can be summarized as:
|
53 |
|
54 |
- Speaker voice input ->
|
|
|
28 |
## Architecture
|
29 |
|
30 |

|
31 |
+
|
32 |
Polyhedron uses a broadcast model to share transcription, translation, and speech synthesis work between clients.
|
33 |
|
34 |
- A single transcription is generated for the speaker and shared with all language clients.
|
|
|
50 |
The components communicate using WebSockets and channels to distribute the shared outputs.
|
51 |
|
52 |

|
53 |
+
|
54 |
The system architecture with a single listener can be summarized as:
|
55 |
|
56 |
- Speaker voice input ->
|