mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-17 01:02:24 +08:00
be6269688b
- 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