Skip to content

Commit

Permalink
Merge branch 'main' into update-progress-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac authored Mar 3, 2025
2 parents 7284f87 + 11de80c commit d864b4e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 8 additions & 6 deletions content/body/multimedia-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<p>
While AI has come a long way recently, and can sometimes be very accurate, you still should remediate AI-generated
captions since it still produces errors. AI programs such as <a
href="https://github.com/ggerganov/whisper.cpp">Whisper C++</a> can generate well written captions (and can even
href="https://github.com/ggerganov/whisper.cpp">Whisper.cpp</a> can generate well written captions (and can even
translate from other languages into English) with greater accuracy than older technologies (e.g. <a
href="https://support.google.com/youtube/answer/6373554?hl=en">YouTube's auto-generated captions</a>). Let's
discuss the issues with AI caption programs in detail below.
Expand All @@ -72,9 +72,10 @@
Some video services like YouTube will generate captions automatically using AI that converts audio to text. While
this works reasonably well in when it's just one or two people talking in the video, auto-captioning software can
fail when there is a lot of background music and noise (this is especially true with YouTube auto-generated
captions). Programs like Whisper C++ are much better in these situations, but can mess up the timing of the captions
in certain situations. And while Whisper C++ can do a good job with music lyrics in some situations, it depends on
the music sometimes. Also Whisper C++ can sometimes hallucinate, which is another reason to double check its work.
captions). Programs like <a
href="https://github.com/ggerganov/whisper.cpp">Whisper.cpp</a> are much better in these situations, but can mess up the timing of the captions
in certain situations. And while Whisper.cpp can do a good job with music lyrics in some situations, it depends on
the music sometimes. Also Whisper.cpp can sometimes hallucinate, which is another reason to double check its work.
</p>


Expand Down Expand Up @@ -453,7 +454,8 @@
A COVID-19 update given by the Government of Canada, which was broadcast live on May 20, 2020. Note the two sign
language interpreters for the two different forms of sign language used in Canada. These translators are swapped
out just after the 31 minute mark to ensure the translators are not fatigued, which can easily lead to mistakes
in the translation. Unfortunately, the captions are auto-generated by an A.I., which results in a less than
optimal experience for users that need them.
in the translation. Unfortunately, the original captions are auto-generated by the YouTube A.I. auto-captioner, which results in a less than
optimal experience for users that need them. We replaced these captions with those generated by <a
href="https://github.com/ggerganov/whisper.cpp">Whisper.cpp</a>, which generates much better results.
</span>
</div>
3 changes: 0 additions & 3 deletions css/progress.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion less/progress.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
display: block;

/* Turns off styling - not usually needed, but good to know. */
.vendor(appearance, none);
.appearance(none);

/* Apply border. */
border: inset 3px;
Expand Down Expand Up @@ -45,6 +45,7 @@ progress.uam {
&::-webkit-progress-value {
background: data-uri("../images/example2Color.png") #8f6534;
}

}

.uam[role="progressbar"] {
Expand Down
2 changes: 1 addition & 1 deletion templates/includes/wcag-video-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<th scope="row">Sign Language</th>
<td>not required</td>
<td>not required</td>
<td>not required</td>
<td>required for prerecorded video</td>
</tr>
Expand Down

0 comments on commit d864b4e

Please sign in to comment.