Hi,
There seems to be an issue with the new AU335 and the roAudioPlayer object. When I run the below code on a HD224 it plays the track. When I run it on a AU335 it doesn't.
a = createobject("roAudioPlayer")
out = createobject("roAudioOutput", "analog")
a.setcompressedaudiooutputs(out)
a.setpcmaudiooutputs(out)
a.playfile("media/1.mp3")
Both times I run the script from the ssh console by entering the debugger via the script command without running another script. So the context should be clean in both cases.
Both players run the current 8.2.75 firmware.
The workaround is, to just set the audiooutput for compressed pcm audio, but not both at the same time. Anyway it would be important to us to be able to have both set to the same output at the same time, as we use a standard script that has to work with compressed and pcm files.
Thanks in advance
Stephan