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

Method init

src/main/java/org/xiph/speex/SpeexDecoder.java:123–159  ·  view source on GitHub ↗

Initialise the Speex Decoder. @param mode the mode of the decoder (0=NB, 1=WB, 2=UWB). @param sampleRate the number of samples per second. @param channels the number of audio channels (1=mono, 2=stereo, ...). @param enhanced whether to enable perceptual enhancement or not. @return true if

(final int mode,
                      final int sampleRate,
                      final int channels,
                      final boolean enhanced)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected