这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@cloudwebrtc
Copy link
Contributor

No description provided.

* Use smoothingTimeConstant override on the web

* Fix Kotlin assignment
@cloudwebrtc cloudwebrtc requested a review from CatalinVoss April 30, 2025 23:40
Comment on lines 55 to 57
final normalizedFrequencies = visualizerOptions.smoothTransition
? normalizeFrequencies(frequencies)
: frequencies;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
final normalizedFrequencies = visualizerOptions.smoothTransition
? normalizeFrequencies(frequencies)
: frequencies;
final normalizedFrequencies = normalizeFrequencies(frequencies);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved

@CatalinVoss
Copy link
Contributor

Thanks for getting this in for us!

@cloudwebrtc cloudwebrtc merged commit 29cd2a4 into main May 3, 2025
11 checks passed
@cloudwebrtc cloudwebrtc deleted the feat/smooth-transition-option-for-audio-visualizer branch May 3, 2025 10:36
@cloudwebrtc cloudwebrtc mentioned this pull request May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants