PXSiriWave9
PXSiriWave9 copied to clipboard
iOS: Siri Waveform effect similar to 9
Results
2
PXSiriWave9 issues
Sort by
recently updated
recently updated
newest added
Why the animation of siri wave look so lag and not smooth?
When called with normalizedPowerLevelFromDecibels, the value are not being changed. ``` -(void)targetMethod:(NSTimer *)timer { // NSLog(@"Siri Timer Called"); PXSiriWave *siriWave = [timer userInfo]; [siriWave updateWithLevel: [self _normalizedPowerLevelFromDecibels:self.averagePowerForChannel1]]; } ``` Corresponding...