Open Issues Need Help
View All on GitHubAI Summary: Refactor the Kotlin Multiplatform Audio System Library to unify the JavaScript (JS) and WebAssembly JavaScript (WasmJS) targets. The current implementations are separated due to differences in browser APIs, but their core logic is similar. The goal is to consolidate common code and reduce redundancy, potentially by creating a shared abstraction layer that handles the platform-specific differences.
AI Summary: Debug and fix noisy audio playback issue when using the Kotlin multiplatform audio library with the iOS simulator. This involves investigating potential format mismatches between the simulator's audio recording and the Android playback, and adjusting the library's audio handling to ensure correct interpretation and clean playback.