I Cannot play sound with AVAudioPCMBuffer (though I could play with AVAudioFile). I got this error. ERROR: AVAudioBuffer.mm:169: -[…
swift ios8 avaudiopcmbuffer avaudiofile avaudioplayernodeHow to convert AVAudioPCMBuffer to NSData? If it should be done as let data = NSData(bytes: buffer.floatChannelData, length: bufferLength) …
swift ios8 nsdata avaudiopcmbuffer