[webkit-changes] [WebKit/WebKit] 65be88: Speech Recognition API terminates after one uttera...

Tim Horton noreply at github.com
Mon Feb 27 10:14:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 65be88f6990f6ec48f709473da4e8058fd48682f
      https://github.com/WebKit/WebKit/commit/65be88f6990f6ec48f709473da4e8058fd48682f
  Author: Tim Horton <timothy_horton at apple.com>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
    M Source/WebCore/Modules/speech/cocoa/WebSpeechRecognizerTask.mm

  Log Message:
  -----------
  Speech Recognition API terminates after one utterance or a short time in the open source build
https://bugs.webkit.org/show_bug.cgi?id=252921

Reviewed by Sihui Liu.

* Source/WebCore/Modules/speech/cocoa/WebSpeechRecognizerTask.mm:
(-[WebSpeechRecognizerTaskImpl initWithIdentifier:locale:doMultipleRecognitions:reportInterimResults:maxAlternatives:delegateCallback:]):
These bits of SPI are properly forward declared, so we should use them even for the open source build.

Canonical link: https://commits.webkit.org/260886@main




More information about the webkit-changes mailing list