NexdApp/nexd-ios

Use AVPlayer instead of AVAudioPlayer to be able to stream calls

schroepf opened this issue · 0 comments

Instead of downloading audio files of calls we should consider to refactor AudioPlayer.swift to use AVPlayer instead of AVAudioPlayer and directly stream the audio from HTTP to get avoid the requirement to download the files to the iPhone.