NewbyDeveloper
11 years agoVisitor
Roku3 roAudioResource issue
Hi
Having had issues in the past developing on Roku3 only to find Roku2 didn't like something I'd done - I thought I'd be clever and develop this new channel on Roku2!
Only to find that - while roku2 works perfectly - roku3 doesn't like roAudioResource use....
I play little wav "voice" clips files at various points - on roku2 fine - I have ensured the clips are tiny just a few seconds long.
On roku3 the same clips seem to get distorted - bits missed out of it so you get the start and end audio.
Also I can crash the app on roku3 just by using roAudioResource.
song = CreateObject("roAssociativeArray")
song.sound = CreateObject("roAudioResource", "pkg:/Voice/812.wav")
song.sound.Trigger(100)
HELP!
Having had issues in the past developing on Roku3 only to find Roku2 didn't like something I'd done - I thought I'd be clever and develop this new channel on Roku2!
Only to find that - while roku2 works perfectly - roku3 doesn't like roAudioResource use....
I play little wav "voice" clips files at various points - on roku2 fine - I have ensured the clips are tiny just a few seconds long.
On roku3 the same clips seem to get distorted - bits missed out of it so you get the start and end audio.
Also I can crash the app on roku3 just by using roAudioResource.
song = CreateObject("roAssociativeArray")
song.sound = CreateObject("roAudioResource", "pkg:/Voice/812.wav")
song.sound.Trigger(100)
HELP!