0

I'm trying to record audio with AVAssetWriter, and I'm getting weird skips in the output file.

I've crossed checked the code with another app that does work - anybody witness this inconistant behavior?

10x!

Oded Ben Dov
  • 9,936
  • 6
  • 38
  • 53

1 Answers1

0

I've witnessed this before and it was driving me mad!!

Check if you are performing heavy processing some place else in the code - AT THE SAME TIME. Turned out for me bringing the cpu to a 100% for a long time caused it to leap.

yaron
  • 1,283
  • 1
  • 11
  • 21