0

Multiple Audio tracks



Firmware Ver 3.2.40 says it supports multiple audio tracks at the same time.
How do you start them ?

I've tried running roVideoPlayer and then roAudioPlayer, that doesn't work.

I've tried;
Aud=CreateObject("roAudioPlayer")
Aud2=CreateObject("roAudioPlayer") that doesn't work !

How about a clue 1

1 comment

  • 0
    Avatar
    RokuLyndon


    You should be able to do this:



    aud = createobject("roAudioPlayer")

    aud.SetAudioOutput(2) 'hdmi

    aud2=createobject("roAudioPlayer')

    aud2.SetAudioOutput(0) 'analog



    If you're using roVideoPlayer, then you would set the video player to to one audio output, and set the audio player to another.
Please sign in to leave a comment.