Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

As topic.

I want to manipulate sound and visualize it in the same time on a browser. I want to change the sound's frequence.

There's a great library for processing called Ess. And here's a example: http://www.tree-axis.com/Ess/_examples/spookyStreamSave/

However, imported library won't work for processing.js.

So does anybody know any jQuery plugin or js framework that work in similar ways?

Many thanks.

share|improve this question

closed as not constructive by Andrew Whitaker, Rob, sachleen, Ben, Julius Oct 27 '12 at 23:57

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Something like Audiolet? It's based on sink.js which offers low level access to the browsers Audio API. It has an example which does visualization using processing.js https://github.com/oampo/Audiolet/blob/master/examples/demo-visualization/index.htm

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.