MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / interleaveAudioBuffer

Method interleaveAudioBuffer

core/src/core/api_audio_buffer.cpp:73–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void CContext::interleaveAudioBuffer(IPLAudioBuffer* src,
74 IPLfloat32* dst)
75{
76 if (!dst)
77 return;
78
79 AudioBuffer _src(src->numChannels, src->numSamples, src->data);
80
81 _src.read(dst);
82}
83
84void CContext::deinterleaveAudioBuffer(IPLfloat32* src,
85 IPLAudioBuffer* dst)

Callers 5

iplAudioBufferInterleaveFunction · 0.45
iplAudioBufferInterleaveFunction · 0.45
iplAudioBufferInterleaveFunction · 0.45
iplAudioBufferInterleaveFunction · 0.45
iplAudioBufferInterleaveFunction · 0.45

Calls 1

readMethod · 0.80

Tested by

no test coverage detected