MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / InterleaveDsfBlockMono

Function InterleaveDsfBlockMono

src/decoder/plugins/DsfDecoderPlugin.cxx:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176static void
177InterleaveDsfBlockMono(std::byte *gcc_restrict dest,
178 const std::byte *gcc_restrict src)
179{
180 memcpy(dest, src, DSF_BLOCK_SIZE);
181}
182
183/**
184 * DSF data is build up of alternating 4096 blocks of DSD samples for left and

Callers 1

InterleaveDsfBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected