sound card - VU meter web application - Super User


i want vu meter web app can detect sound levels system's mic. suggestions?

with flash actionscript 3 can so:

[ addeventlistener(event.enter_frame, onenterframe);  private function onenterframe(ev:event):void {    activitylevel.setprogress(mymic.activitylevel, 100); }    ] 

where activitylevel progressbar object , mymic mic. , add event listener on constructor of class.


Comments

Popular posts from this blog

14.04 - Browser-process using high CPU - Ask Ubuntu

nvidia - NV18 [GeForce4 MX 4000] driver - Ask Ubuntu