igorski / MWEngine

Audio engine and DSP library for Android, written in C++ providing low latency performance within a musical context, while providing a Java/Kotlin API. Supports both OpenSL and AAudio.
MIT License
257 stars 45 forks source link

Is it possible to achieve stereo effect Using Single Input(mic)? #170

Closed YogarajRamesh closed 2 years ago

YogarajRamesh commented 2 years ago

Hi @igorski

Since most of the mobile using single microphone headphone/earphones. So the input channel is mostly 1. is it possible to create Stereo effect using that single input?

Thanks in advance

igorski commented 2 years ago

Do you mean with stereo effect that you wish to hear the input on both channels (instead of just the left channel)?

If so, this has been added in 63374d2927ee7be8814f3b8d77eb5bebfda46b92 not sure if your latest build of the engine includes that commit?

YogarajRamesh commented 2 years ago

Hi @igorski

Its working fine

Thanks you so much