Adjust frequency range - Web Audio api analyser -


i have been playing around web audio api.

i using getbytefrequencydata display decibel data of frequency bands, change overall range in frequency bands shown, right important audio squashed couple bands.

any ideas on how this?

thanks, slidon

1) problem how displaying data? i.e. displaying every bucket, or grouping them together?

2) if problem actual data getting , not how displaying it, try playing analysernode.fftsize. https://developer.mozilla.org/en-us/docs/web/api/analysernode/fftsize property defaults 2048, highest value can use, unless have changed somewhere, shouldn't problem.

please post example code more specific answer. thanks!


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -