Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

debug: log loadData byte_len to diagnose silent sample playback

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2
+2
fedac/native/src/js-bindings.c
··· 1267 1267 1268 1268 float *data = (float *)(ptr + byte_off); 1269 1269 int len = (int)(byte_len / sizeof(float)); 1270 + ac_log("[sample] loadData: byte_len=%zu byte_off=%zu bytes_per=%zu ab_len=%zu len=%d\n", 1271 + byte_len, byte_off, bytes_per, ab_len, len); 1270 1272 1271 1273 unsigned int rate = 48000; 1272 1274 if (argc >= 2 && JS_IsNumber(argv[1])) {