-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,10 @@ description: > | |
Real-time talk transcription feeds from stage audio. | ||
--- | ||
|
||
We have an API that provides a feed of the live transcription from each of the 3 stages. | ||
~We have an API that provides a feed of the live transcription from each of the 3 stages.~ | ||
|
||
You can fetch a text file of the talk so far at `https://stagetext.emfcamp.app/history/[stage]`, | ||
or you can connect a websocket to `wss://stagetext.emfcamp.app/socket/[stage]` to get a live feed. | ||
~Where a speaker has opted not to have their talk recorded, no transcription data will be | ||
available via the API.~ | ||
|
||
Replace [stage] with `a` `b` or `c` depending on the stage you are interested in. | ||
Currently not availble for 2024 | ||
|
||
Feeds will also be published to the EMF MQTT broker at mqtt.emf.camp on a topic TBC. | ||
|
||
We aim to make the previous talks available soon after they have ended on this endpoint as well, | ||
but more details will be provided. | ||
|
||
Where a speaker has opted not to have their talk recorded, no transcription data will be | ||
available via the API. | ||
|
||
For questions on this API, please e-mail [email protected] |