kvsur / openai-speech-stream-player

It's a player for play SSE streaming chunk from OpenAI audio speech API.
MIT License
25 stars 4 forks source link

MediaSource not supported on iPhone/iOS ... alternative approaches #3

Open josephaschmoe opened 1 month ago

josephaschmoe commented 1 month ago

I've tried getting streaming OpenAI TTS to work on iPhone/iOS, but mediasource is not supported. So I don't believe this player will work in that case. Am I wrong? Alternative approaches?

kvsur commented 1 week ago

@josephaschmoe Yes bro, MediaSource is not fully supported in iOS Safari, you can find more from https://developer.mozilla.org/en-US/docs/Web/API/MediaSource#browser_compatibility. This player was not tested on iOS devices during development. I'm sorry for that. I will try another way to make it working later. May be this month