There are some uses of `std::cout` that result on log lines always being printed. For example these two: https://github.com/videolabs/libspatialaudio/blob/master/source/AmbisonicBinauralizer.cpp#L362 https://github.com/videolabs/libspatialaudio/blob/master/source/AmbisonicBinauralizer.cpp#L367 Would be nice to have some setting to only print these in debug mode.