You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experience, using files created from MPMediaItems that I've exported with AVAssetExportSession with the AVAssetExportPresetAppleM4A preset, a crash can occur when calling maxValue(in:) from the filteredSamples(for size:) if the sampleBin contains Int16.min, or -32768.
The text was updated successfully, but these errors were encountered:
In my experience, using files created from
MPMediaItem
s that I've exported withAVAssetExportSession
with theAVAssetExportPresetAppleM4A
preset, a crash can occur when callingmaxValue(in:)
from thefilteredSamples(for size:)
if thesampleBin
containsInt16.min
, or -32768.The text was updated successfully, but these errors were encountered: