Class SpeexFFM
java.lang.Object
javaforce.ffm.SpeexFFM
- All Implemented Interfaces:
SpeexAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SpeexFFMlongspeexCreate(int sample_rate, int echo_buffers) voidspeexDenoise(long ctx, short[] audio, int length) voidspeexEcho(long ctx, short[] audio_mic, short[] audio_spk, short[] audio_out, int length) voidspeexFree(long ctx)
-
Constructor Details
-
SpeexFFM
public SpeexFFM()
-
-
Method Details
-
getInstance
-
speexCreate
public long speexCreate(int sample_rate, int echo_buffers) - Specified by:
speexCreatein interfaceSpeexAPI
-
speexFree
-
speexDenoise
public void speexDenoise(long ctx, short[] audio, int length) - Specified by:
speexDenoisein interfaceSpeexAPI
-
speexEcho
-