NativeInstruments / ni-media

NI Media is a C++ library for reading and writing audio streams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmarks

nbk-ableton opened this issue · comments

Hey Folks

On first glance this looks really great, so thanks for putting it out there!
I was wondering: have you done any benchmarking on different platforms or against other libraries?
If so publishing any results on the readme or pushing the benchmarks themselves would be amazing.

Cheers!

Hey Neil

Thanks for the feedback!

We did some initial benchmarking to verify the performance of boost::iostreams. We also benchmarked the pcm iterator performance ( against raw loops ) while developing it. We haven't benchmarked against other libraries yet, but this is definitely on the TODO list. However, a few other topics have higher priority at the moment.

Cheers from across the city!

Super thanks, all in good time of course :)