[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #29 from ethanzrd/diarizationPlayground
Browse files Browse the repository at this point in the history
Modify known bugs and link to issues
  • Loading branch information
saharmor committed Aug 10, 2023
2 parents f840fd1 + 3740d58 commit ea2c002
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ https://github.com/ethanzrd/whisper-playground/assets/79014814/44a9bcf0-e374-4c7

## Known Bugs

1. On MacOS, there's a clash between av files preventing transcription (works well on Google Colab with Python 3.8).
2. In the sequential mode, there may be uncontrolled speaker swapping, which can be fixed by using pyannote's building blocks and handling speakers manually.
3. In real-time mode, audio data not meeting the transcription timeout won't be transcribed.
4. Speechless batches will cause errors.
1. [In the sequential mode, there may be uncontrolled speaker swapping.](https://github.com/saharmor/whisper-playground/issues/27)
2. [In real-time mode, audio data not meeting the transcription timeout won't be transcribed.](https://github.com/saharmor/whisper-playground/issues/28)
3. [Speechless batches will cause errors.](https://github.com/saharmor/whisper-playground/issues/25)

This repository hasn't been tested for all languages; please create an issue if you encounter any problems.

Expand Down

0 comments on commit ea2c002

Please sign in to comment.