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

Implement panning and equalizer low level functionality #13

Closed
terribleplan opened this issue Nov 7, 2014 · 7 comments
Closed

Implement panning and equalizer low level functionality #13

terribleplan opened this issue Nov 7, 2014 · 7 comments
Milestone

Comments

@terribleplan
Copy link

There is support for PannerNode which lets you do the balance, as well as BiquadFilterNode which lets you build an eq.

I may look into doing this as I've been looking for an excuse to really use some of the web audio stuff.

@terribleplan
Copy link
Author

Also may look into using the GainNode for real volume control (iOS is broken?)

@captbaritone
Copy link
Owner

👍 If you want somebody else to do the UI, let me know.

@captbaritone
Copy link
Owner

I'd love to start with the balance before we get into the equalizer, if that's possible.

@captbaritone
Copy link
Owner

@captbaritone captbaritone changed the title Implement panning and equalizer Implement panning and equalizer low level functionality Nov 7, 2014
@captbaritone
Copy link
Owner

Here's a useful example for the visual portion: http://webaudioapi.com/samples/frequency-response/

@captbaritone captbaritone modified the milestones: v1.0, v2.0 Nov 13, 2014
@captbaritone
Copy link
Owner

7b6d3f4 fixes the balance part. I'll create a separate issue for the EQ functionality and copy the relevant information.

@captbaritone
Copy link
Owner

New issue for EQ functionality here: #75

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

2 participants