Skip to content

Commit

Permalink
misc(pipeline): increase audiomixer latency to be more sure
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Feb 21, 2024
1 parent 824ceb2 commit f113631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ fn make_pulsesrc_bin<'a>(
let bin = gst::Bin::builder().name("kooha-pulsesrc-bin").build();

let audiomixer = gst::ElementFactory::make("audiomixer")
.property("latency", gst::ClockTime::from_seconds(1))
.property("latency", gst::ClockTime::from_seconds(2))
.build()?;
bin.add(&audiomixer)?;

Expand Down

0 comments on commit f113631

Please sign in to comment.