sdroege / ebur128

Implementation of the EBU R128 loudness standard
MIT License
98 stars 16 forks source link

Consistently use Iterator::zip(a, b) instead of a.zip(b) #35

Closed sdroege closed 3 years ago

sdroege commented 4 years ago

It's more readable, see also https://github.com/sdroege/ebur128/pull/34#discussion_r509604853