still overrun?

This commit is contained in:
2026-07-11 13:44:43 +02:00
parent fd2fb11d7a
commit bbe466cdad
+1 -1
View File
@@ -173,7 +173,7 @@ int main(int argc, char **argv) {
for (uint8_t s = 0; s < config.num_streams; s++) {
ipc_send_bits(&client, &rdsEncoder, s);
}
msleep((int)(5000.0 * BITS_PER_GROUP / 1187.5));
msleep((int)(3072 / 1187.5));
}
ipc_close(&client);