debug: add logging to AudioData playback

- Log frame count, channels, sample rate from AudioData
- Log destination channel size before copyTo
- Identify frame count mismatch issue
This commit is contained in:
MythEclipse
2026-05-13 22:19:25 +07:00
parent 9066e5b1f2
commit 638d5fc005
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -33,6 +33,7 @@
"react": "^19.2.6",
"react-dom": "^19.2.6",
"sodium-native": "^4.3.2",
"tone": "^15.1.22",
"ws": "^8.20.1",
"zod": "^4.4.3"
},