MCPcopy Create free account
hub / github.com/audacity/audacity / GetChannelGain

Method GetChannelGain

libraries/lib-mixer/DownmixSource.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38float SequenceDownmixSource::GetChannelGain(size_t channel) const
39{
40 return mSequence.GetChannelVolume(channel);
41}
42
43void SequenceDownmixSource::FindChannelFlags(unsigned char *channelFlags, size_t numChannels, size_t iChannel)
44{

Callers 1

AcquireMethod · 0.80

Calls 1

GetChannelVolumeMethod · 0.45

Tested by

no test coverage detected