Charles Zablit

Results 6 issues of Charles Zablit

This PR fixes missing configurations from the latest version of Jitsi-meet (2.0.7830) The [new configuration options for transcription](https://github.com/jitsi/jitsi-meet/blob/da9b5a91568f4d2544a93ab0def7bb67bdc9009c/config.js#L376-L407) are now implemented. Please let me know if there is anything I...

This PR adds support for [Whispering](https://github.com/shirayu/whispering/) a streaming transcription server based on OpenAI's [Whisper](https://github.com/openai/whisper). Whispering's advantage over VOSK is that it supports multiple languages detection and transcription. The Whispering Transcription...

## Description The transcription service no longer works when using VOSK with Jitsi 2.0.7830. ## Current behavior Whatever language you choose when starting the subtitles, it will not display the...

This PR adds a few files to the `.gitignore`. * `.DS_Store` are automatically generated files on MacOS that manages thumbnails, they shouldn't be added to the repository. Please let me...

This PR implements configuration options to implement the changes of https://github.com/jitsi/jigasi/pull/457. It allows a user to have a preconfigured version of VOSK if they choose to use it. Please let...

This fixes an issue in Package.swift which causes the Swift compiler to complain about an umbrella already defined.