NPCat / bad-apple-bot

the discord bot from this video: https://www.youtube.com/watch?v=PLP9c0Z4Q3Y
362 stars 119 forks source link

Change Fps #16

Open Potifex opened 3 years ago

Potifex commented 3 years ago

In wich part of the code are the fps determined?

1vs9-standart commented 3 years ago

you can change TIMEOUT = 1/((int(CLIP_FRAMES/4)+1)/CLIP_LENGTH)18 on TIMEOUT = 1/((int(CLIP_FRAMES/4)+1)/CLIP_LENGTH)7 1 frame every 0.8 seconds

changing below 0.5 is probably not desirable