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