Closed mjwilson-google closed 4 months ago
The file recording_processor.js calculates a sampleSum value, which is then averaged and passed as a gain parameter in a message.
sampleSum
gain
However, this parameter is never read on the other side (app.js). Thus, this code doesn't do anything useful and should be removed.
There may be other unused code in these files which should also be removed.
(reference #350)
The file recording_processor.js calculates a
sampleSum
value, which is then averaged and passed as again
parameter in a message.However, this parameter is never read on the other side (app.js). Thus, this code doesn't do anything useful and should be removed.
There may be other unused code in these files which should also be removed.
(reference #350)