-
public class SilkDecoder extends SilkJni
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpcmSuffixprivate final StringsilkSuffixpublic final static SilkDecoderINSTANCE
-
Method Summary
Modifier and Type Method Description final StringdoDecode(String silkFilePath, String pcmFilePath)decode silk file final StringgetPcmSuffix()final StringgetSilkSuffix()-
-
Method Detail
-
doDecode
final String doDecode(String silkFilePath, String pcmFilePath)
decode silk file
- Parameters:
silkFilePath- the silk file pathpcmFilePath- the pcm file path will output
-
getPcmSuffix
final String getPcmSuffix()
-
getSilkSuffix
final String getSilkSuffix()
-
-
-
-