Skip to content

Commit

Permalink
Update Visualizer.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Nov 14, 2024
1 parent 6e864d5 commit 5ce416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LiveKitComponents/UI/Visualizer/Visualizer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ struct BarAudioVisualizer: View {
barCount: Int = 7,
barCornerRadius: CGFloat = 100,
barSpacingFactor: CGFloat = 0.015,
barMinOpacity: CGFloat = 0.1,
barMinOpacity: CGFloat = 0.35,
isCentered: Bool = true)
{
self.audioTrack = audioTrack
Expand Down

0 comments on commit 5ce416e

Please sign in to comment.