[PR #8645] fixbug tts(stream) not work on ios safari(17.1+) #26120

Closed
opened 2026-02-21 20:36:07 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/8645

State: closed
Merged: Yes


when work on tts stream model,the ManagedMediaSource(ios 17.1+). the audio api must set disableRemotePlayback = true
controls = true

Checklist:

Important

Please review the checklist below before submitting your pull request.

  • Please open an issue before creating a PR or link to an existing issue
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Description

when TTS(stream) work on ios safari webkit the audio cannot play .

Fixes

Type of Change

Bug fix (non-breaking change which fixes an issue)

Testing Instructions

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B
**Original Pull Request:** https://github.com/langgenius/dify/pull/8645 **State:** closed **Merged:** Yes --- when work on tts stream model,the ManagedMediaSource(ios 17.1+). the audio api must set disableRemotePlayback = true controls = true # Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [x] Please open an issue before creating a PR or link to an existing issue - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods # Description when TTS(stream) work on ios safari webkit the audio cannot play . Fixes ## Type of Change Bug fix (non-breaking change which fixes an issue) # Testing Instructions Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [x] Test A - [x] Test B
yindo added the pull-request label 2026-02-21 20:36:07 -05:00
yindo closed this issue 2026-02-21 20:36:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#26120