MCPcopy Create free account
hub / github.com/PerroEngine/Perro / zigzag_i16

Function zigzag_i16

perro_source/audio_stack/perro_pawdio/src/mic.rs:349–351  ·  view source on GitHub ↗
(value: i16)

Source from the content-addressed store, hash-verified

347 prev[channel] = *sample;
348 write_varint(zigzag_i16(delta), &mut out);
349 }
350 out
351}
352
353fn decode_delta_payload(
354 payload: &[u8],

Callers 1

delta_payloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected