Skip to content

Commit

Permalink
feat(head): increase default frame rate
Browse files Browse the repository at this point in the history
  • Loading branch information
muni-corn committed Oct 20, 2023
1 parent 93b91cd commit 99205a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/head.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use eframe::{
use egui_extras::RetainedImage;

/// The minimum time a speaking frame must be visible.
const MINIMUM_FRAME_TIME: Duration = Duration::from_millis(100);
const MINIMUM_FRAME_TIME: Duration = Duration::from_millis(1000 / 24);

pub struct Head {
/// The threshold at which the character is considered to be fully speaking, in dBFS.
Expand Down

0 comments on commit 99205a1

Please sign in to comment.