AudioDeviceManager

I try to use a device manager, but it doesn’t work. This is how I use it:

  • After having created it, I call initialise()
  • I set the callback function by “setAudioCallback()”
  • then I get the audio device “myDevice” by “deviceManager.getCurrentAudioDevice()”, and call “myDevice.start(myCallback)”

the callback function called, but the wav file created cannnot be listen… If I create my audio device manually, it works… Any help?

Leskimo

Didn’t you look at the audio section of the juce demo?? Just copy that…