Example implementation for generating subs for audio element #8
-
Hi,I would request an example implementation for how to use sub37 for getting subtitles for an audio element, specifically for showing subs from ttml files. I have been using the imscjs library for the same so far, but due to lack of TS support, I had to deprecate support for it, so I have been wanting to use your library instead now. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @n-ce, thanks for considering sub37! First of all, let me say that sub37 feels like to be yet at an early stage of development. In fact, I'm still working on the adapter for TTML subtitles (it is available on the branch Second (if I understood correctly your query), sub37 does not provide a mechanism to extract or generate subtitles from an audio track. It also does not support (yet? not planned) the reading of a subtitles from videos. I hope I was able to answer your doubts. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. |
Beta Was this translation helpful? Give feedback.
Hi @n-ce, thanks for considering sub37!
First of all, let me say that sub37 feels like to be yet at an early stage of development. In fact, I'm still working on the adapter for TTML subtitles (it is available on the branch
feature/ttml-adapter
), while WebVTT subtitles adapter is already available. Implementing TTML support is indeed revealing a lot of complexity, due its standard. I'm proceeding very cautiously because I know I might encounter a specification that might require me to change everything I did before.Second (if I understood correctly your query), sub37 does not provide a mechanism to extract or generate subtitles from an audio track. It also does not support (yet? not plann…