MCPcopy Create free account
hub / github.com/LabSound/LabSound / AudioChannel

Method AudioChannel

include/LabSound/core/AudioChannel.h:25–30  ·  view source on GitHub ↗

Reference an external buffer.

Source from the content-addressed store, hash-verified

23
24 // Reference an external buffer.
25 AudioChannel(float * storage, int length)
26 : m_length(length)
27 , m_rawPointer(storage)
28 , m_silent(false)
29 {
30 }
31
32 // Manage storage for us.
33 explicit AudioChannel(int length)

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected