2
0
forked from Ivasoft/DSView

add: The custom interface for process hotplug event

This commit is contained in:
dreamsourcelabTAI
2022-11-10 11:07:48 +08:00
parent 4063bc2534
commit 195e20fd05
7 changed files with 201 additions and 5 deletions

View File

@@ -242,7 +242,7 @@ static int receive(const struct sr_output *o, const struct sr_datafeed_packet *p
}
tmpv = (double)(ctx->index-1) / (double)ctx->samplerate;
g_string_append_printf(*out, "%0.18g", tmpv);
g_string_append_printf(*out, "%0.15g", tmpv);
for (j = 0; j < ctx->num_enabled_channels; j++) {
idx = j;