Displaying 3 results from an estimated 3 matches for "piassa".
Did you mean:
passa
2017 Feb 13
1
Installing Libspeex in VLC
Good day everyone,
I'm trying to run .speex audio files in VLC. So I found a link to libspeex
in VLC website, and I downloaded the package. Anyway, I don't know how to
install it from now, once it's in a tar.gz format.
Do I have to extract the files and paste it in VLC folder?
P.S.: I'm using Win7.
Thx a lot.
Best regards,
Ulisses
-------------- next part --------------
An
2017 Jun 05
3
Trying to use Opus in an STM32F429IIT6 embedded project
Hi everyone,
I'm trying to use Opus in an Embedded Project which I'm developing in a
STM32F429IIT6 microcontroller. Currently, I'm playing wav files in it.
I ported all the files from OpusLib 1.1.4 needed to compile the project,
but when I try to create and OpusDecode state, it returns the error -7
(OPUS_ALLOC_FAIL).
I'm compiling it with the USE_ALLOCA flag. I also tried to
2017 Jun 05
0
Trying to use Opus in an STM32F429IIT6 embedded project
On 05/06/17 08:28 AM, Ulisses Piassa wrote:
> I ported all the files from OpusLib 1.1.4 needed to compile the project,
> but when I try to create and OpusDecode state, it returns the error -7
> (OPUS_ALLOC_FAIL).
Are you getting OPUS_ALLOC_FAIL on the opus_decoder_init() too or just
on opus_decoder_create()?
> I'm co...