Use memset for zeroing float buffers; it's faster, and I think
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Jul 2019 21:45:04 +0000 (22:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 25 Jan 2020 00:47:00 +0000 (01:47 +0100)
commit4162285358cb4611e9faa7de576d57b47dbf2ec4
tree73e1de98116aa8002be1714b4a1c834ababdd2ec
parent3ce4c624eadab42d740b08d60d52bd0d4f2b86f6
Use memset for zeroing float buffers; it's faster, and I think
we get away with it on all the platforms we care about.
src/lib/audio_buffers.cc