MCPcopy Create free account
hub / github.com/demoth/jake2 / RawSamples

Method RawSamples

client/src/main/java/jake2/client/sound/S.java:195–197  ·  view source on GitHub ↗

Cinematic streaming and voice over network.

(int samples, int rate, int width, int channels, ByteBuffer data)

Source from the content-addressed store, hash-verified

193 * Cinematic streaming and voice over network.
194 */
195 public static void RawSamples(int samples, int rate, int width, int channels, ByteBuffer data) {
196 impl.RawSamples(samples, rate, width, channels, data);
197 }
198
199 /**
200 * Switches off the sound streaming.

Callers 1

ReadNextFrameMethod · 0.95

Calls 1

RawSamplesMethod · 0.65

Tested by

no test coverage detected