views:

61

answers:

0

Is there any way to synchronize the capturing and playback of audio data in Android?

I need to do some signal processing (echo cancellation, etc.) that needs synchronization at sample level.

I.e. everey time the hardware captures an audio frame, I need the corresponding frame that was played through the speaker with high accuracy.

Any help or hint is really appreciated. Thanks in advance.

-flesym