On Wed, 2006-03-01 at 03:56 +0000, Kevin Hremeviuc wrote: > Hi Julian, > > Just compiled juce and tried the demo programme. Got > the error contained in the attached screen capture. I > don't normally have any problems running alsa audio > apps, however the fault may be in my alsa setup. > > Kev
It appears that Juce is opening the "hw" PCM which only support S32_LE on your device. It should be opening the "default" PCM which will automagically convert whatever format Juce uses to S32_LE. Lee
