I am looking for way to process audio from microphone immediately (add some effect and so on). I checked API of microphone in WP7 and didn't find there way for this (I can do it only by portions after)
Could anybody suggest me way to access audio immediately after it sounds?
You would need to process it through the standard microphone routines anyway, so even if you plan on implementing an "as-you-go" sound changer, you would still need to access the buffer, perform modifications, and then replay. Details here.