void update(List<double> fft) { rawSpectrum = fft; if (rawSpectrum.isNotEmpty) { _updateSpectrum(); } }