similar to: minor issue using opus-tools

Displaying 20 results from an estimated 4000 matches similar to: "minor issue using opus-tools"

2014 Mar 10
2
opus-tool installation guide
hello all - since i am such a newbie, i thought i would be the ideal person to put together a guide on how i got the opus tools working. ?i am using virtualbox and a new centOS-linux virtual-machine. i chose to use the minimalist centOS iso file so there would be no pre-installed packages. any suggestions or improvements to this guide would be most appreciated. ?? also, wish to express my
2013 Oct 15
4
quality opus_demo vs opusenc
Hi, I have found differences in quality between opus_demo and opusenc/opusdec. I used for both applications the same raw pcm file,16 bit,48khz,litle endian. i use libopus 1.1-beta and opus-tools-0.1.7. The command for opus_demo is: opus_demo audio 48000 1 64000 -cvbr -framesize 10 in.pcm out.pcm For opusenc/dec: opusenc --raw --raw-chan 1 bitrate 64 -cvbr --framesize 10 in.pcm in.opus
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,
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.
2001 Aug 05
1
CVS &quot;add&quot; problem in ogg/doc
I was looking at the doc pages and noticed that the PNG files were corrupt. It looks like they were not added to CVS with "-kb" (binary) I re-converted the on-line GIF versions back to PNG, then are attached. I advise a cvs "remove", followed by cvs add -kb for these. -Chris <HR NOSHADE> <UL> <LI>image/png attachment: white-xifish.png </UL>
2013 Sep 24
5
Problem compiling opus-tools-0.1.7
Hi I'm having a problem compiling opus-tools-0.1.7. Version opus-tools-0.1.6 seems to compile OK. I've tried with opus-1.0.3 and opus-1.1-beta. The errors are like this:- "undefined reference to `sqrtf'" etc. This OS is Peppermint Three, similar to Ubuntu 12.04. It uses:- gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Google says it's maybe something to do
2004 Oct 13
1
config_types.h
2013 Oct 16
1
quality opus_demo vs opusenc
Hi, I am interested in this part of the answer: "Make sure both are also linked to the same libopus (opusenc could be using the system libopus 1.0.x while opus_demo is from git)" I dowloaded a tarball distrib of libopus (1.1-beta),build and installed it,and afterwards did the same with opus-tools (0.1.7),using the former installed libopus library (also using libogg 1.3.1). When I execute
2008 Apr 01
5
cross compilation for ARM - ogg headers problem
On 01/04/2008, Erwan A <mout551 at hotmail.fr> wrote: > > Hi, > > Yes i agree with you. You don't have to delete these files. > > But if i cross compile with ogg header files, i have the following error : > > > /usr/lib/libogg.so: could not read symbols: Invalid operation > collect2: ld returned 1 exit status > make[2]: *** [speexenc] Erreur 1
2015 Feb 23
3
library for creating Opus files?
Which one of the various libraries on xiph.org allow me to create an Opus file? The 3 or so libraries on the Opus download page all seem to be for reading files, converting and/or encode/decode streams. I have device that outputs a stream of Opus 'frames' and I need to save them into an Opus file. -- Tony -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Oct 19
3
How to cross-compile opus-tools?
Hi Is it possible to cross-compile opus-tools with mingw and Ubuntu? So far I have done this:- # prepare $ mkdir $HOME/source $ mkdir $HOME/builds $ export PATH="$PATH:$HOME/mingw-w64-i686/bin" $ PKG_CONFIG_PATH="$HOME/builds/lib/pkgconfig" # Install ogg $ cd $HOME/source $ svn co http://svn.xiph.org/trunk/ogg $ cd ogg $ ./autogen.sh && ./configure
2014 Feb 13
2
[user] coverart and other tags
On Wed, 2014-02-12 at 10:21 -0800, Timothy B. Terriberry wrote: > Alice Wonder wrote: > > I found a solution. If I add the metadata_block_picture to the flac file > > I use as input, opusenc copies it over and at least in totem (linux > > movie player) it displays when playing the Opus file. > > You can also add it to the Opus file directly with the --picture >
2015 Feb 23
2
library for creating Opus files?
On 23/02/15 10:30 AM, Tony wrote: > I __think__ opus-tools' opusenc has code which can be used as a > template/sample for how to create an .Ogg file with Opus content. As > expected, it makes use of libopus and libogg. Sadly that's the best option currently. As you say it's a bit complicated, although oggenc has a lot of extra support for controlling encoder options you
2006 Dec 05
1
vorbis-tools-1.1.1 build mechanism stubbornly refuses to build with FLAC, ogg123, speex
Hello, I am trying build vorbis-tools-1.1.1 in the framework of my tool (see signature). The essence of the tools is that it builds and install everything locally, and, of course, it uses the available mechanisms to specify search paths for both headers and libraries; the tool first builds dependencies abd then the target itself. So, for example, 'configure' for vorbis-tools-1.1.1 is
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi, I have downloaded the following files libao-0.6.0.tar.gz libogg-1.0beta4.tar.gz libvorbis-1.0beta4.tar.gz vorbis-tools-1.0beta4.tar.gz as said from the download section. But I'm at a loss to what do after that. I don't have much experience/knowledge in compiling etc, but I still want to try out ogg. (I downloaded the source coz I have an OpenBSD machine, and there was no
2013 Oct 12
0
Linux opus-tools static builds.
Hi Some Linux programs are 'static'. For example, these FFmpegs here ---> http://ffmpeg.gusari.org/static/ If we compile with Linux opusdec & opusenc & opusinfo & opusrtp using only static libraries libogg.a & libflac.a & libopus.a Are the four opus-tools programs then genuinely 'static', so that they will work on *any* Linux OS? $ ./opusenc -V opusenc
2008 Apr 01
2
cross compilation for ARM - ogg headers problem
IIRC, under ARM, I believe I was having issues with --without-libogg. I resorted to just downloading libogg sources, setting up my cross-compilation environment, and cross compiling it per the general build directions (./configure, make, make install), then went back to building speex -- everything worked like a charm for me then. So -- Conrad. *Make sure* that you have libogg cross-compiled and
2015 Feb 23
1
library for creating Opus files?
Hello Tony, opusenc from opus-tools works for me.. Just tried it successfully on my x86_64 Ubuntu Trusty 14.04 box. I was just able to do $ sudo apt-get install opus-tools $ opusenc music_48kbps.wav music_48kbps.opus I remember also being able to compile opus-tools (git://git.xiph.org/opus-tools.git) some time ago. Regards, Vish On 23 February 2015 at 12:30, Tony <yellowjacketlite at
2006 Jul 17
3
libvorbis 1.1.3
hey, i am running freebsd and i?ve got the following problem with installing icecast 2.3.1. (libxslt-1.1.0 and libogg 1.1.3 is installed) but when i am trying to install libvorbis 1.1.3 i always get this message: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Package ogg was not found in the pkg-config
2008 Apr 01
2
cross compilation for ARM - ogg headers problem
Hi, this problem seems to be coming up a lot lately -- the README.arm in linphone tells people to remove libogg headers, but speexenc and speexdec require them to build. Perhaps we need a README.arm in libspeex telling people not to remove the libogg headers. K. On 01/04/2008, Erwan A <mout551 at hotmail.fr> wrote: > > Hi all, > > I am following the README.arm from Simon