AVAssetWriter writes video buffers without audio buffers

I’m trying to record videos with AvAssetWriter but sometimes my videos exempt audio buffers recorded and when audio is included, the stream of video buffers stops.

the gist below is my code. https://gist.github.com/kwameaj67/70a3409c84d48cf758b3734c08a46244

AVAssetWriter writes video buffers without audio buffers
 
 
Q