WorksOffline.app
Growing Collection of Web Apps
Growing collection of progressive web apps that work without internet connection. |
Website |
worksoffline.app |
Tech |
- Svelte/TypeScript
- HTML/CSS
- WebAssembly
|
Worksoffline.app is a growing collection of offline, progressive web applications. The aim is to have a collection of apps for small tasks that you don't want to install a full software solution for.
Speech To Text
Speech To Text transcribes speech from audio or video files to different text formats like txt, csv or subtitles. It can also output JSON containing more detailed information like word-level timestamps.
It uses transcribe.js which is based on whisper.cpp.
Audio Converter
Audio File Converter can convert the audio from audio/video files to different output formats. The app provides default values for the most common file formats. It also allows to create, import, export and share custom settings.
It is based on the wasm implementation of ffmpeg.
Video Converter
Video File Converter can convert video files to different output formats. The app provides default values for the most common file formats.
Like the audio converter it is based on the wasm implementation of ffmpeg.