| Index: client/html/generated/html/frog/RealtimeAnalyserNode.dart | 
| diff --git a/client/html/generated/html/frog/RealtimeAnalyserNode.dart b/client/html/generated/html/frog/RealtimeAnalyserNode.dart | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..fe44bcf9f9f07fcc4dbabd62ad2e105ca189c716 | 
| --- /dev/null | 
| +++ b/client/html/generated/html/frog/RealtimeAnalyserNode.dart | 
| @@ -0,0 +1,19 @@ | 
| + | 
| +class _RealtimeAnalyserNodeImpl extends _AudioNodeImpl implements RealtimeAnalyserNode native "*RealtimeAnalyserNode" { | 
| + | 
| +  int fftSize; | 
| + | 
| +  final int frequencyBinCount; | 
| + | 
| +  num maxDecibels; | 
| + | 
| +  num minDecibels; | 
| + | 
| +  num smoothingTimeConstant; | 
| + | 
| +  void getByteFrequencyData(_Uint8ArrayImpl array) native; | 
| + | 
| +  void getByteTimeDomainData(_Uint8ArrayImpl array) native; | 
| + | 
| +  void getFloatFrequencyData(_Float32ArrayImpl array) native; | 
| +} | 
|  |