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

SoundTransform.pan has no effect #259

Open
karmacod3r opened this issue Jan 5, 2017 · 5 comments
Open

SoundTransform.pan has no effect #259

karmacod3r opened this issue Jan 5, 2017 · 5 comments

Comments

@karmacod3r
Copy link

SoundTransform.pan has no effect and panning does not seem to be implemented in web_audio_api_mixer.dart or audio_element_mixer.dart.

Thanks for this great library!

@bp74
Copy link
Owner

bp74 commented Jan 5, 2017

Hi, thanks for the feedback. I think you are right. I've added the pan property because it is part of the Flash API, unfortunately i was not able to implement it because the underlying APIs did not support it. At some point i forgot about it. Please give me a few days to check it again, maybe we can implement it at least for the WebAudio API.

@karmacod3r
Copy link
Author

That would be great, even for WebAudio only! While you're at it: what do you think about exposing "playbackRate" and maybe "detune" of the AudioBufferSourceNode? Especially in games they'd be extremely useful.

@bp74
Copy link
Owner

bp74 commented Jan 5, 2017

Okay i will take a look at it. It's probably a good idea to add some new features to the Sound API of StageXL. It didn't get much love for a quite some time.

@mnordine
Copy link
Contributor

mnordine commented Nov 6, 2018

Any update on this?

@mnordine
Copy link
Contributor

mnordine commented Nov 6, 2018

I have it working locally on my machine. I'll try to put in a pull request soon...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants