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

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User