The Svelte Transcription Player is a web-based application developed as part of a diploma thesis. Its main objective is to display transcriptions of audio files and mark the current position in real-time. The application is built using the Svelte framework and provides an easy-to-use interface for fast editing of transcriptions. The goal is to create an easy-to-embed HTML component that can communicate with a backend server to fetch audio files and transcriptions.
To install the Svelte Transcription Player, follow these steps:
npm install.npm run dev or yarn dev.npm run build.Please note that when running the dev server, any changes made to the example page must be followed by rerunning the dev server to apply the changes.
The Svelte Transcription Player is a web-based application that allows users to display and edit transcriptions for audio files in real-time. Built using the Svelte framework, it provides an easy-to-use interface and can be easily embedded into HTML pages. The application supports features such as customizable font size, autoplay, autoscroll, and import/export functionalities. Installation is straightforward, requiring only the cloning of the repository and installation of dependencies. Overall, the Svelte Transcription Player is a useful tool for handling transcriptions of audio files efficiently.