MCPcopy Create free account
hub / github.com/KnIfER/mdict-java / init

Method init

src/main/java/org/xiph/speex/SpeexEncoder.java:107–142  ·  view source on GitHub ↗

Initialisation @param mode the mode of the encoder (0=NB, 1=WB, 2=UWB). @param quality the quality setting of the encoder (between 0 and 10). @param sampleRate the number of samples per second. @param channels the number of audio channels (1=mono, 2=stereo, ...). @return true if initialis

(final int mode,
                      final int quality,
                      final int sampleRate,
                      final int channels)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

encodeMethod · 0.95
getProcessedDataMethod · 0.45

Calls 5

nbinitMethod · 0.80
setQualityMethod · 0.65
getFrameSizeMethod · 0.65
wbinitMethod · 0.45
uwbinitMethod · 0.45

Tested by

no test coverage detected