aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/common.h
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2016-01-08Misc. small cleanups.pkasting
2014-11-27Move ChannelBuffer class to channel_buffer filealuebs@webrtc.org
2014-09-08Initialize ChannelBuffer's memory to avoid uninitialized reads.andrew@webrtc.org
2014-09-08Add ctors to ChannelBuffer to enable copying on construction.andrew@webrtc.org
2014-07-18AudioBuffer: Optimize const accesses to arrays that autoconvert int16<->floatkwiberg@webrtc.org
2014-07-17AudioBuffer: Let ChannelBuffer handle bounds checking of channel parameterkwiberg@webrtc.org
2014-04-29Added include of assert.h for files calling assert but missing the include.henrike@webrtc.org
2014-04-22Support arbitrary input/output rates and downmixing in AudioProcessing.andrew@webrtc.org