Skip to content

Commit

Permalink
set the audio latency from 2s to 50ms
Browse files Browse the repository at this point in the history
  • Loading branch information
kannonski committed Sep 19, 2024
1 parent cecf8b7 commit 7ba8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/builder/audio.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
lksdk "github.com/livekit/server-sdk-go/v2"
)

const audioMixerLatency = uint64(2e9)
const audioMixerLatency = uint64(5e7)

type AudioBin struct {
bin *gstreamer.Bin
Expand Down

0 comments on commit 7ba8f83

Please sign in to comment.