Skip to content

Sample iOS project to trigger a bug in AVAssetReader when reading audio in AVComposition

License

Notifications You must be signed in to change notification settings

alexger/AVAssetReaderIncorrectAudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AVAssetReaderIncorrectAudio

Sample iOS project to trigger a bug in AVAssetReader when reading audio in AVComposition.

Audio sample buffers read after a call to -[AVAssetReaderOutput resetTimeRanges:] when reading an audio track of AVComposition will be incorrect. Edits applied to AVComposition will be ignored and the original data will be read.

In particular, it means that SloMo videos will be read incorectly, because they are represented by AVComposition.

See the code in ViewController.m

About

Sample iOS project to trigger a bug in AVAssetReader when reading audio in AVComposition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published