Hi I'm trying to play two different files at the same time.
I tried to create several players using AVFoundation
and MediaPlayer
, but it doesn't work well. What's the best way to play audio file and video at the same time?
The reason I'm taking separate files is to save space, because the app will be localized, having only 26 audio files for each language instead of having 26 videos saves space. That's important because apple doesn't allow the download of app size above 100 MB.