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

Equalizer #127

Open
martpie opened this issue Aug 2, 2016 · 5 comments
Open

Equalizer #127

martpie opened this issue Aug 2, 2016 · 5 comments

Comments

@martpie
Copy link
Owner

martpie commented Aug 2, 2016

With the Web Audio API, it would be possible to implement an equalizer (60, 170, 310, 600, 1k, 3k, 6k, 12k, 14k, 16k for example).

@martpie
Copy link
Owner Author

martpie commented Nov 22, 2016

@YurySolovyov
Copy link
Collaborator

I actually thought that we'll implement equalizer on WebAudio Layer, cause to apply it to ffmpeg output, you have to restart the process.

@martpie
Copy link
Owner Author

martpie commented Nov 22, 2016

It was just for the record.

@OutsourcedGuru
Copy link

Some cool examples here

s0 added a commit to s0/museeks that referenced this issue Mar 15, 2020
PreciseAudio provides an API for gapless playback, and presents
mostly the same interface as Audio, so switching to this library
didn't require too many changes, and paves the way for martpie#31

PreciseAudio also uses an AudioContext internally,
and makes the audio graph available for mutation via
getAudioNodes(), which will allow for features such as
equalizers (martpie#127) or visualizers / analyzers.

Fixes martpie#128
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