I’m working in a project where I’m loading multiple audio files(ogg vorbis files) into memory and decode them. I’m using AudioDecoder as instructed in the reference pages. It’s successfully decoding the first file I feed(and doesn’t matter which one I feed first) but starts failing in AudioDecoder::Probe() for the files coming after. I tried calling AudioDecoder::Reset() before calling AudioDecoder::Probe() and AudioDecoder::Decode() but that doesn’t seem to help either.
Using AudioDecoder to load audio assets
Hi,
I’m working in a project where I’m loading multiple audio files(ogg vorbis files) into memory and decode them. I’m using AudioDecoder as instructed in the reference pages. It’s successfully decoding the first file I feed(and doesn’t matter which one I feed first) but starts failing in AudioDecoder::Probe() for the files coming after. I tried calling AudioDecoder::Reset() before calling AudioDecoder::Probe() and AudioDecoder::Decode() but that doesn’t seem to help either.
I’d appreciate any help.
Thanks,
-Üstün
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio