Yogaraj Ramesh

Results 7 issues of Yogaraj Ramesh

Hi, I am developing Karaoke app in android and i am using oboe livestream to record a voice and merge with music using ffmpeg. and i want to add effects...

Hi @igorski, I am trying to record voice with music. I use SampleEvent to load the music and start recording. while recording the **latency is delayed** by few **milliseconds**, which...

improvement
awaiting reply
performance

Hi @igorski **I am trying to post process the recorded voice by using below code snippet** ``` _engine.getInputChannel().setMuted( false ); _engine.recordInput(false); _engine.startInputRecording( Environment.getExternalStorageDirectory().getAbsolutePath() + "/Download/test/outputt2.wav”,true); ``` **Then add effect to...

awaiting reply

Hi @igorski I am trying to reduce a background noise(like fan and other ) while recording by using lowpass filter processor, By doing this I can eliminate noise by 75%...

Hi @igorski , I am trying to reduce a noise but it sill existing. So as a work around I am trying to mute the recording When the volume of...

awaiting reply

Hi @igorski , while playing sample event some segment play with low volume and some play with high volume and it happens random. even after I set the sample event.setVolum(1.0f);...

awaiting reply
stale

Hi, Really thank you for this code. i used your code for recording its working perfectly but my issue is recorded audio is so faster than normal speed. May i...