Skip to content

feat(audio): use ScriptNodeProcessor for WASM#93

Merged
cloudwu merged 4 commits intocloudwu:masterfrom
yuchanns:audio-patch
Mar 29, 2026
Merged

feat(audio): use ScriptNodeProcessor for WASM#93
cloudwu merged 4 commits intocloudwu:masterfrom
yuchanns:audio-patch

Conversation

@yuchanns
Copy link
Copy Markdown
Contributor

@yuchanns yuchanns commented Mar 29, 2026

see #85

close #87

@yuchanns yuchanns mentioned this pull request Mar 29, 2026
@cloudwu cloudwu merged commit c498a84 into cloudwu:master Mar 29, 2026
5 checks passed
Comment thread src/lualib/main.lua
send_log_ud = logger_ud,
mqueue = appmsg_queue,
cleanup = function()
api.deinit()
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里次序不对,应该在 bootstrap.wait(ctx) 之后。否则可能导致还在使用这个设备的时候,C 对象被销毁了。

因为已经合并了,所以等下我来改掉。

@yuchanns yuchanns deleted the audio-patch branch March 29, 2026 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RFC : wasm extlua solution

2 participants