NoSound.cpp 217 B

12345678910
  1. 
  2. #include "../DFPSR/api/soundAPI.h"
  3. namespace dsr {
  4. bool sound_streamToSpeakers(int32_t channels, int32_t sampleRate, std::function<bool(SafePointer<float>, int32_t)> soundOutput) {
  5. return false;
  6. }
  7. }