How can i play PCM data/buffer just using AVAudioPlayer or AVPlayer ? I know, i can play PCM data/buffer using AudioUnit/AudioQueue by feeding the data into play callback method. But don't want to do this.
I have searched on google a lot but couldn't find any helpful answer or any sample code to do this. Any help would be highly appreciated.