speechles
7 years agoRoku Guru
What is up with AudioDecodeInfo() ?
Brightscript Debugger> device = CreateObject("roDeviceInfo"):audio = device.GetAudioDecodeInfo():? audio
<Component: roAssociativeArray> =
{
AAC: "6:0:0:0:"
AC3: "6:0:0:1:"
ALAC: "6:0:0:0:"
DD+: "6:0:0:0:"
FLAC: "6:0:0:0:"
LPCM: "6:0:0:0:"
MPEG: "2:0:0:0:"
OPUS: "6:0:0:0:"
VORBIS: "6:0:0:0:"
WMA: "6:0:0:0:"
WMAPRO: "8:0:0:0:"
}
Are both mp2 and mp3 considered MPEG now? Maybe.. Probably? Probably.. I am assuming yes.
Thanks..
<Component: roAssociativeArray> =
{
AAC: "6:0:0:0:"
AC3: "6:0:0:1:"
ALAC: "6:0:0:0:"
DD+: "6:0:0:0:"
FLAC: "6:0:0:0:"
LPCM: "6:0:0:0:"
MPEG: "2:0:0:0:"
OPUS: "6:0:0:0:"
VORBIS: "6:0:0:0:"
WMA: "6:0:0:0:"
WMAPRO: "8:0:0:0:"
}
Are both mp2 and mp3 considered MPEG now? Maybe.. Probably? Probably.. I am assuming yes.
Thanks..