| 271 | } |
| 272 | |
| 273 | void Reactive::update(fl::u32 currentTimeMs) { |
| 274 | // This method handles updates without new sample data |
| 275 | // Just apply smoothing and update timestamp |
| 276 | smoothResults(); |
| 277 | mCurrentData.timestamp = currentTimeMs; |
| 278 | } |
| 279 | |
| 280 | void Reactive::processFFT(const Sample& sample) { |
| 281 | // Get PCM data from Sample |