Re: SpeexDSP AEC into ffmpeg api
Damian Minkov <[email protected]> Wed, 16 Mar 2016 10:18:13 -0500
| Newsgroups | gmane.comp.audio.compression.speex.devel |
|---|---|
| Message-ID | <CAE07f0+drRqWbZH8f1uXwvZm9UEOrHEFQ7hMA1=sVEqSBTrWZQ@mail.gmail.com> |
Hi, 1. we use this in jitsi and is available in libjitsi 2. yes Regards damencho On Wed, Mar 16, 2016 at 10:13 AM, Mike Orth <[email protected]> wrote: > I've looked at some partial examples and read in the pdf Manual that the > Acoustic Echo Canceller can be used outside of the speex codec as a > preprocessor. I currently have a java app that uses the ffmpeg api for live > streaming. I'm exploring integrating echo cancellation & I'd like to use the > speexdsp AEC by mapping a javacpp library to communicate between java & > speex. Audio quality is important, using 44.1/16 stereo. > > Inserting AEC into the audio chain, it would be similar to: Java (raw audio > bits) --> speexdsp AEC --> java --> ffmpeg --> server > > My questions: > > 1) Is this possible/feasible? > 2) would AEC return PCM audio at the same sample/bit rate at which it was > given? > > Any other examples/information would be appreciated. > > Cheers! > > _______________________________________________ > Speex-dev mailing list > [email protected] > http://lists.xiph.org/mailman/listinfo/speex-dev >