exyte / Chat

A SwiftUI Chat UI framework with fully customizable message cells and a built-in media picker
MIT License
873 stars 133 forks source link

Bug: can't play the audio after recording is completed and before sent it. #98

Open gzlboy opened 2 weeks ago

gzlboy commented 2 weeks ago

I listen AVPlayerItemFailedToPlayToEndTime event,got "Playback failed with error: The operation could not be completed",i check the audio url / duration / sample, it's all right. What could be the reason for not being able to play?

Have a nice day!