sdroege / ebur128

Implementation of the EBU R128 loudness standard
MIT License
93 stars 15 forks source link

Add support for planar inputs #21

Closed sdroege closed 4 years ago

sdroege commented 4 years ago

Interleaved processing has the same performance as before, and planar processing is about the same as the interleaved one. Both are basically the same as the C implementation.

In theory planar processing should be more cache-friendly.

Fixes https://github.com/sdroege/ebur128/issues/7