mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00

- Add MediaSource support detection function - Implement fallback solution for browsers that don't support MediaSource: - For single audio: Read full stream before playing - For segmented audio: Wait until all text is received then play as one audio - Improve code robustness and browser compatibility