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
I'm confused about what the actual bug is here. What happens if you don't drop them? I don't think you can just drop silence from the start, since there can be legitimate silence at the start that you don't want to drop.
" I don't think you can just drop silence from the start, since there can be legitimate silence at the start that you don't want to drop." agree, tried it and it breaks some videos. I guess this is only a problem if you are trying to playback a series of those videos, in that case you can't achieve gapless playback between the files (or if you try to loop it to the front), there will always be a small audio gap.
The iOS aac encoder inserts unnecessary silent frames that needs to be dropped at decoding phase: https://developer.apple.com/library/ios/technotes/tn2258/_index.html Silent detection will be needed in this case.
The text was updated successfully, but these errors were encountered: