-
- Downloads
audiortp: use AudioBuffer::resize instead of std::vector::resize
Removes the dependency on AudioBuffer implementation details : AudioBuffer provides a resize() method that resizes all channels at once, with zero padding if the new size is larger. Refs #49181 Change-Id: Ib0b6e6e7fef6fffa89b545a11940439022d5b150
Please register or sign in to comment