Hi Jitsi Team,
Thanks a lot for this great piece of software! Tried out the docker-jitsi-meet setup and apart from a few configuration pitfalls it works like a charm
Thanks a lot for your contribution @Nickolay_Shmyrev,
I tried out your custom transcription service and unfortunately get the following error
SEVERE: [717] org.jitsi.jigasi.TranscriptionGateway.createOutgoingCall().102 Cannot instantiate custom transcription service
I looked at the respective piece of code and cannot figure out why the instantiation fails. Transcription using the Google API works, so my overall setup should be fine.
I added the line
org.jitsi.jigasi.transcription.customService=org.jitsi.jigasi.transcription.VoskTranscriptionService
to my sip-communicator.properties
and the code seems to also get this prop because it enters this fork, otherwise I wouldn’t be getting this error I believe. Is there any additional config I forgot to modify? Do I need to disable the Google transcription somehow? If I understood correctly it should only use the Google API as fallback anyways, so I doubt it.
The latest alphacep/kaldi-en
docker images is also running on 2700:2700, and it works when I manually send audio to it, so that shouldn’t be the issue either.
Do you happen to have an idea why this error is occurring?
Best,
Son