Closed zhangmenglong-github closed 3 months ago
A new API getEmscriptenAL
has been added since v0.10.0. We can access some audio related properties from its return value. Could this fit your need?
const AL = nostalgist.getEmscriptenAL()
console.log(AL.currentCtx, AL.currentCtx.audioCtx)
Hello, I want to change some games to an online version. When synchronizing audio streams, I cannot obtain the audio stream. How can I read the audio stream data in the game?