| 174 | } |
| 175 | |
| 176 | static void |
| 177 | InterleaveDsfBlockMono(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 |
no outgoing calls
no test coverage detected