dyerc / Doughnut

Podcast client (podcatcher) for Mac
https://doughnutapp.com
GNU General Public License v3.0
210 stars 20 forks source link

Load audio assets asynchronously to improve the user experience. #80

Closed GetToSet closed 2 years ago

GetToSet commented 2 years ago

This PR utilizes AVAsynchronousKeyValueLoading to load episode assets asynchronously to prevent blocking the main thread. It can greatly improve the user experience, especially in low-quality network environments.