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

Trying to just simply mix sounds to a currently playing audioplayer #32

Open
k2xl opened this issue May 21, 2013 · 0 comments
Open

Trying to just simply mix sounds to a currently playing audioplayer #32

k2xl opened this issue May 21, 2013 · 0 comments

Comments

@k2xl
Copy link

k2xl commented May 21, 2013

I have a game with a bunch of characters shooting bullets. Every time the characters shoot I am trying to play a sound.

The reason I'm trying to use SW3 is because there is a 32 instance limit on Soundchannel, so I'm thinking to mix them with StandingWave would be a good idea.

The problem is that I'm confused how to do this. According to the documentation you can set up tracks in a ListPerformance, but the problem is that I just want to do a "play" in real time not set up a chord or anything like that.

I tried creating new SoundSources and playing them on a static AudioPlayer, but apparently the .play() can only play one at a time.

Thanks!

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