2
0
forked from Ivasoft/DSView

Fix slow load speed for single capture @dso mode

This commit is contained in:
DreamSourceLab
2020-01-13 22:45:27 +08:00
parent 8dcd9236c7
commit c238427721

View File

@@ -163,10 +163,8 @@ void DsoSnapshot::append_payload(const sr_datafeed_dso &dso)
append_data(dso.data, dso.num_samples, _instant);
// Generate the first mip-map from the data
//if (_envelope_en)
// append_payload_to_envelope_levels(dso.samplerate_tog);
if (_envelope_en)
append_payload_to_envelope_levels(true);
append_payload_to_envelope_levels(dso.samplerate_tog);
}
}