You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/audio.zig:17:18: error: root struct of file 'backend' has no member named 'AudioGenerator'
peer: backend.AudioGenerator,
~~~~~~~^~~~~~~~~~~~~~~
src/backend.zig:1:1: note: struct declared here
The title is my current theory as to why it won't compile.
Related to this commit: b927197
Maybe defining a stub for non-wasm backends would be a good move?
Or some conditional to not even import audio on non initialized backends?
The text was updated successfully, but these errors were encountered:
The title is my current theory as to why it won't compile.
Related to this commit: b927197
Maybe defining a stub for non-wasm backends would be a good move?
Or some conditional to not even import audio on non initialized backends?
The text was updated successfully, but these errors were encountered: