Skip to content

Commit

Permalink
Update Visualizer.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Dec 18, 2024
1 parent 6ae73bc commit e99f186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared_swift/Visualizer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class Visualizer: NSObject, RTCAudioRenderer, FlutterStreamHandler {
self.bands = zip(self.bands, newBands).map { old, new in
self._smoothTransition(from: old, to: new, factor: self.smoothingFactor)
}
eventSink?(self.bands)
self.eventSink?(self.bands)
}
}

Expand Down

0 comments on commit e99f186

Please sign in to comment.