In ViewController, line 80:
The line:
let rms = sqrt(channelDataValueArray.map{ $0 * $0 }.reduce(0, +) / Float(buffer.frameLength))
Fails with:
The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions