Displaying 8 results from an estimated 8 matches for "anquegi".
2013 Oct 28
2
how to Build .opus file
...1
but then i have this error:
error: undefined reference to 'opus_multistream_surround_encoder_create',
this I think that is for I'm not using 1.0.3
thanks in advance
2013/10/28 Gregory Maxwell <gmaxwell at gmail.com>
> On Mon, Oct 28, 2013 at 11:11 AM, Antonio Juan <anquegi at gmail.com> wrote:
> > this ask for me for the speex
> > library,
>
> Can you explain this in some more detail? opus-tools makes no use of
> the speex library.
>
> What messages are you getting?
>
-------------- next part --------------
An HTML attachment was sc...
2013 Oct 28
2
how to Build .opus file
Thanks for your help, I will follow that, so in order to sum up
I need:
- libopus 1.0.3 compiled as static or shared library
- libogg 1.3.1 compiled as static or shared library
- opus-tools 0.1.7
and then follow the example in opus-tools opusenc.c to get things ready,
because if I try to compile opus-tools, this ask for me for the speex
library, and other things
I think that that will we all.
2013 Oct 28
0
how to Build .opus file
On Mon, Oct 28, 2013 at 11:11 AM, Antonio Juan <anquegi at gmail.com> wrote:
> this ask for me for the speex
> library,
Can you explain this in some more detail? opus-tools makes no use of
the speex library.
What messages are you getting?
2013 Oct 28
0
how to Build .opus file
On Mon, Oct 28, 2013 at 11:26 AM, Antonio Juan <anquegi at gmail.com> wrote:
> Hi and thanks for your interest!
> this is the error, i need to add the speex folder and a path to the .h file
> and it works
Your problem appears to be that you've thrown out the build system in
opus-tools, so your defines are not right.
This is a result of...
2013 Oct 28
1
how to Build .opus file
...DOUTSIDE_SPEEX. and i get
speex_resampler.h:51:2: error: #error "Please define RANDOM_PREFIX (above)
to something specific to your project to prevent symbol name clashes"
2013/10/28 Gregory Maxwell <gmaxwell at gmail.com>
> On Mon, Oct 28, 2013 at 11:26 AM, Antonio Juan <anquegi at gmail.com> wrote:
> > Hi and thanks for your interest!
> > this is the error, i need to add the speex folder and a path to the .h
> file
> > and it works
>
> Your problem appears to be that you've thrown out the build system in
> opus-tools, so your defines a...
2013 Oct 21
2
help with opus_demo
Hi
I used opus_demo to clarify how opus works, I try this command:
opus_demo -e" audio 8000 1 8000 -cbr /somedirectory/pcm_mono_ochomil.raw
/somedirectory/test.opus
And I get the file test.opus, then comes the first problem, this file
hasn't header so i can't reproduce it using an external tool, how can i add
a header to this file
Then when i trie to run
opus_demo -d 8000 1
2013 Oct 28
2
how to Build .opus file
Hi all!
Using the code in opus_demo.c I write a c program for encode and decode the
audio from one microphone, I can encode and decode raw audio into .opus
file, but really is not an opus file because i need to add the "OpusHead"
and the "OpusTags". In order that any opus player can play that file.
So I only need in my c program how to add this streams to my file an how to
2013 Oct 28
2
how to Build .opus file
Hi Jean
The problem is that for using this package I need to use all the libs like
ogg, even Speex?, no, and also where i can find an easy example like
opus_demo.c to create the .opus file
Greetings
Toni
2013/10/28 Jean-Marc Valin <jmvalin at jmvalin.ca>
> Hi Toni,
>
> The package you want is opus-tools. You can get it from the download
> section. For file distribution,