#include "soundManagers.h" bool sound_streamToSpeakers(int channels, int sampleRate, std::function<bool(float*, int)> soundOutput) { return false; }