Skip to content

Commit

Permalink
Update player.go
Browse files Browse the repository at this point in the history
  • Loading branch information
keshon committed Nov 20, 2024
1 parent e7f0682 commit 1487eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/player.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ PLAYBACK_LOOP:
}

options := dca.StdEncodeOptions
options.RawOutput = false
options.RawOutput = true
options.Bitrate = 96
options.Application = "lowdelay"
options.FrameDuration = 20
Expand Down

0 comments on commit 1487eef

Please sign in to comment.