simonbs / SBSAnimoji

🐵 Animoji app using Apples AvatarKit
1k stars 103 forks source link

Question about maximum time limit #27

Closed aaronn closed 6 years ago

aaronn commented 6 years ago

How did you decide on 20 seconds and eventually 60 seconds as the maximum time limit? Does it overheat the phone or put an excess strain on the device to use an arbitrary time limit?

simonbs commented 6 years ago

This is described in #2. AvatarKit stores the frames in memory so the limit of 60 seconds is to ensure that the app doesn't eat up too much memory.