-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audioworklet 2025 #8378
Audioworklet 2025 #8378
Conversation
Testing the sound examples now. audioOutputExample works, but getting this with soundPlayerExample. Looks like an issue with the ofToDataPathFS
|
Looks like no file loading actually works with this branch ( currently ) @Jonathhhan . For example examples/input_output/dirListExample/ works with the nightly branch, but pulling in the changes from this PR results in: ![]() |
@ofTheo sorry. Just a guess, maybe one of those flags is missing:
? |
Auto libraries I think was breaking something before caution with those
ones
…On Wed, 19 Mar 2025 at 6:40 pm, Jonathan Frank ***@***.***> wrote:
@ofTheo <https://github.com/ofTheo> sorry. Just a guess, maybe one of
those flags is missing:
PLATFORM_LDFLAGS += -s AUTO_NATIVE_LIBRARIES=1
PLATFORM_LDFLAGS += -s AUTO_JS_LIBRARIES=1
?
—
Reply to this email directly, view it on GitHub
<#8378 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGK2HF7W6PNLNRU6IMOVID2VENP5AVCNFSM6AAAAABZJOHOX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMZVGYYDSNBZGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: Jonathhhan]*Jonathhhan* left a comment
(openframeworks/openFrameworks#8378)
<#8378 (comment)>
@ofTheo <https://github.com/ofTheo> sorry. Just a guess, maybe one of
those flags is missing:
PLATFORM_LDFLAGS += -s AUTO_NATIVE_LIBRARIES=1
PLATFORM_LDFLAGS += -s AUTO_JS_LIBRARIES=1
?
—
Reply to this email directly, view it on GitHub
<#8378 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGK2HF7W6PNLNRU6IMOVID2VENP5AVCNFSM6AAAAABZJOHOX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMZVGYYDSNBZGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@Jonathhhan it looks like the STANDALONE_WASM flag is the issue as it disables the virtual file system. If you can figure out a way to get the soundPlayerExample or even the dirListExample working in your branch then we can revisit but right now I don't know if we can ship audio with 0.12.1 in emscripten. ( I have spent 3 days on this now ). |
closing for now |
From @Jonathhhan's branch
closes #8364
closes #8291