We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49ee84 commit a543947Copy full SHA for a543947
lib/src/soloud.dart
@@ -361,7 +361,7 @@ interface class SoLoud {
361
/// get the visualization flag from the player on C side.
362
/// Eventually we can set this as a parameter during the
363
/// initialization with some other parameters like `sampleRate`
364
- _isVisualizationEnabled = getVisualizationEnabled();
+ _isVisualizationEnabled = _controller.soLoudFFI.getVisualizationEnabled();
365
366
// Initialize [SoLoudLoader]
367
_loader.automaticCleanup = automaticCleanup;
0 commit comments