NoSound.cpp 166 B

123456
  1. 
  2. #include "soundManagers.h"
  3. bool sound_streamToSpeakers_impl(int channels, int sampleRate, std::function<bool(float*, int)> soundOutput) {
  4. return false;
  5. }