Skip to content
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

no built-in audio under the WeChat Mini Games platform #934

Closed
obiot opened this issue Jun 30, 2018 · 3 comments
Closed

no built-in audio under the WeChat Mini Games platform #934

obiot opened this issue Jun 30, 2018 · 3 comments

Comments

@obiot
Copy link
Member

obiot commented Jun 30, 2018

OS platform / Browser

WeChat Mini Games

melonJS version

6.0.0

Bug description

see goldfire/howler.js#983

@obiot
Copy link
Member Author

obiot commented Jul 2, 2018

as for the workaround, it is recommended to directly use the Audio component provided by the wechat web-adapter :

let au = new Audio('http://url/to/audio.mp3');
au.play();
au.pause();

@obiot obiot changed the title no audio under the WeChat Mini Games platform no built-in audio under the WeChat Mini Games platform Jul 3, 2018
@obiot
Copy link
Member Author

obiot commented Nov 12, 2018

@qichunren by the way, does the Audio works now with the latest webApp adapter ? (I noticed they did change few things around it, but I did not have to test again)

@obiot
Copy link
Member Author

obiot commented Dec 20, 2018

@qichunren did you further test with the latest melonJS ? what about the audio ?

@obiot obiot closed this as completed Mar 8, 2020
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

No branches or pull requests

1 participant