MCPcopy Create free account
hub / github.com/Ableton/link / PCMEncoder

Method PCMEncoder

include/ableton/link_audio/PCMCodec.hpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34struct PCMEncoder
35{
36 PCMEncoder(util::Injected<Sender> sender, Id channelId)
37 : mSender(std::move(sender))
38 {
39 mOutputBuffer.channelId = channelId;
40 }
41
42 void operator()(const SampleFormat* samples,
43 const AudioBuffer::Chunks& chunks,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected