jitsi / jigasi

Jigasi: a server-side application acting as a gateway to Jitsi Meet conferences. Currently allows regular SIP clients to join meetings and provides transcription capabilities.
Apache License 2.0
515 stars 291 forks source link

Whisper live transcription #491

Closed rpurdel closed 9 months ago

damencho commented 10 months ago

Have you ran the check style? It should complain for all those { that are not on new line.

damencho commented 10 months ago

How are you building the project? mvn install runs the checkstyle:

[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ jigasi ---
[INFO] You have 0 Checkstyle violations.
codecov[bot] commented 9 months ago

Codecov Report

Merging #491 (6a5467b) into master (156938a) will decrease coverage by 1.10%. Report is 1 commits behind head on master. The diff coverage is 1.11%.

:exclamation: Current head 6a5467b differs from pull request most recent head 127ff7d. Consider uploading reports for the commit 127ff7d to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #491      +/-   ##
============================================
- Coverage     22.06%   20.96%   -1.10%     
- Complexity      285      288       +3     
============================================
  Files            68       74       +6     
  Lines          5827     6166     +339     
  Branches        788      827      +39     
============================================
+ Hits           1286     1293       +7     
- Misses         4318     4651     +333     
+ Partials        223      222       -1     
Files Changed Coverage
src/main/java/org/jitsi/jigasi/JvbConference.java 0.00%
.../main/java/org/jitsi/jigasi/SipGatewaySession.java 0.00%
...in/java/org/jitsi/jigasi/TranscriptionGateway.java 0.00%
.../org/jitsi/jigasi/TranscriptionGatewaySession.java 0.00%
.../jitsi/jigasi/health/SipHealthPeriodicChecker.java ø
...asi/transcription/AbstractTranscriptPublisher.java 0.00%
...si/transcription/AbstractTranscriptionService.java 0.00%
...transcription/GoogleCloudTranscriptionService.java ø
...ranscription/LibreTranslateTranslationService.java ø
...va/org/jitsi/jigasi/transcription/Participant.java ø
... and 10 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b15bde3...127ff7d. Read the comment docs.