RredCat
RredCat

Reputation: 5421

How to process audio from microphone of WP7 immediately?

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?

Upvotes: 0

Views: 278

Answers (1)

Den
Den

Reputation: 16826

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.

Upvotes: 1

Related Questions