-
public class SilkEncoder extends SilkJni
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpcmSuffixprivate final StringsilkSuffixpublic final static SilkEncoderINSTANCE
-
Method Summary
Modifier and Type Method Description final StringdoEncode(String pcmFilePath, String silkFilePath)encode pcm file final StringgetPcmSuffix()final StringgetSilkSuffix()-
-
Method Detail
-
doEncode
final String doEncode(String pcmFilePath, String silkFilePath)
encode pcm file
- Parameters:
pcmFilePath- the pcm file pathsilkFilePath- the silk file path will output
-
getPcmSuffix
final String getPcmSuffix()
-
getSilkSuffix
final String getSilkSuffix()
-
-
-
-