Latest version | 0.1.5 |
---|---|
Minimum Core | 0.7.0 |
Compatible Core | 10 |
Last updated | 2 years ago |
Created | 3 years ago |
Authors |
|
Languages |
English Español 日本語 |
Systems | All systems |
Project source | Project URL |
Report bugs | Bug tracker URL |
Read-me | Readme URL |
Changelog | Changelog URL |
Library module for displaying closed captioning / audio transcription within FoundryVTT. This module does not provide captioning services itself, but provides a way for other modules to display captions in the FVTT interface.
For example, an A/V conferencing module such as JitsiWebRTC can use this module to provide automated live captions for spoken words in the conference (see the example below).
You can install this module by using the following manifest URL: https://github.com/bekriebel/fvtt-module-lib-captions/releases/latest/download/module.json
This is a library module meant to be used as a dependency for other modules that provide captioning services in FoundryVTT.
In your module.json file, add:
"dependencies": [ { "name": "libCaptions", "manifest": "https://github.com/bekriebel/fvtt-module-lib-captions/releases/latest/download/module.json" } ]
Once added, captions can be displayed by using the method ui.captions.caption:
ui.captions.caption(<caption-id>, <foundry-user-object>, <caption-text>);
Captions with the same id will update existing displayed text if it is still on the screen. This allows interim captions to be displayed while they are being processed.
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: lib-captions or copy its manifest URL:
And paste it to the input box at the bottom of your window.
You can install this package directly to your Forge account.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to deliver visitors with customized advertisements based on the pages they visited before and analyze the effectiveness of the ad campaign.