0

AU335 roAudioPlayer brightscript issue

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

6 comments

  • 0
    Avatar
    Stephan Brunner

    Downgrading to 8.2.17.3 doesn't solve the issue by the way

  • 0
    Avatar
    Stephan Brunner

    Hi,

    Just found another issue: GPIO 4 and 5 on AU335 seem to be malfunctioning. If I have a roControlPort, I get all the states, but nothing from 4 or 5. Output also doesn't work. I have the same issue on 2 players. Both on firmware 8.2.75. If I use the same script on a HD224, it works.

    Let me know about potential firmware bugs, or potential user mistake : ) . Also about the previous issue.

    Thanks

    Stephan

  • 0
    Avatar
    Stephan Brunner

    Seels like GPIO 4 and 5 had an issue already that was fixed in FW 8.2.35.4???:

    • OS-11529: GPIOs 4 and 5 now work correctly on AU335.

     

  • 0
    Avatar
    Stephan Brunner

    Hi,

    Can we get a answer on the GPIO 4 and 5 issue? Is this a known issue? Are we missing something?

    We have a couple of AU335 ready to be installed, but we can't run the expo without all GPIOs. Deadline would be mid August...

    Thanks,

    Stephan

  • 0
    Avatar
    Stephan Brunner

    Hi,

    I just tested the new beta (8.3.35).

    Issue #1: The compressed-/pcm-audiooutputs can still be provoked via the script above.

    Issue#2: I couldn't reproduce the GPIO-4-5 issue. With the 8.2.75 Version ether. So whatever happened back then, we're able to use GPIO 4 and 5 now.

  • 0
    Avatar
    Stephan Brunner

    ... by the way. Problem is solved. The solution was rather simple. We just had to keep the default dynamic mode and avoid doing any configuration. That solved the issue. As we don't use the prerouted mode anymore, we don't know if the issue still exists.

Please sign in to leave a comment.