Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AVFoundation] Obsolete AVSpeechSynthesizer.WriteUtteranceAsync. Fixes #20338. #20339

Merged
merged 2 commits into from
Mar 21, 2024

Commits on Mar 20, 2024

  1. [AVFoundation] Obsolete AVSpeechSynthesizer.WriteUtteranceAsync. Fixes

    …xamarin#20338.
    
    The callback may be called multiple times, which means the async version won't
    work correctly.
    
    So obsolete and hide the Async binding for now, and remove in XAMCORE_5_0.
    
    References:
    * https://discord.com/channels/732297728826277939/732297808148824115/1219903715939582022
    * https://developer.apple.com/documentation/avfaudio/avspeechsynthesizer/3141659-writeutterance?language=objc
    
    Fixes xamarin#20338.
    rolfbjarne committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    dcb828e View commit details
    Browse the repository at this point in the history
  2. Auto-format source code

    GitHub Actions Autoformatter committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    eb30138 View commit details
    Browse the repository at this point in the history