-
Notifications
You must be signed in to change notification settings - Fork 203
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
Labels
Comments
17 tasks
Closed
I actually thought that we'll implement equalizer on WebAudio Layer, cause to apply it to ffmpeg output, you have to restart the process. |
It was just for the record. |
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
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).
The text was updated successfully, but these errors were encountered: