similar to: cross compiling ogg vorbis

Displaying 20 results from an estimated 10000 matches similar to: "cross compiling ogg vorbis"

2008 May 30
3
regarding vorbis tool
hi, i am trying to load vorbis tool on to my arm board EDB9302 , till now i have cross compiled libao, libogg, libvorbis, flac, speex and vorbis tool. when i run the command line arm-linux-ogg123 with some sample ogg format file on my arm board it gave *"Could not load default driver and no driver specified in config file : Exiting"* , please help me to over come this error.
2008 May 12
1
error while cross compiling vorbis tool
Hi, while cross compiling vorbis-tool i am getting warning: FLAC and/or oggflac headers missing so ogg123/ oggenc cannot be built. please tell me how to over come this warning.... Thanks Dileep -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20080512/9c5c9338/attachment.htm
2009 May 20
1
Fwd: Regarding OGG VORBIS DECODER
Hi, V have used the tool chains arm-elf-gcc-3.2.1.tar.bz2 arm-linux-gcc-3.4.3_1.0.1tar.bz And v r using the - Cirrus-arm-linux-2.0.8-full.tar.bz2(kernel version 2.6) pls help us. V ll be using the "libvorbis-1.2.0.tar.gz" tool chain..... EP9302 Overview The EP9302 is an ARM920T-based system-on-a-chip design with a peripheral set targeted to a variety of applications:
2009 May 19
2
Regarding cross compiling of ogg vordis decoder to arm board
Hi, Tis is kiran. I ve a project in which v have to cross compile the source code of ogg vorbis audio decoder onto EDB9302 ARM board.. Can u pls tell me the steps how to proceed or lead me to a source whr i can find the procedure... Thank u -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 May 18
0
cross compiling ogg vorbis to arm-edb9302
hi, i want to cross compile ogg vorbis decoder to ARM board EDB9302 if any one knows the detailed steps who to cross compile the source of ogg vorbis and bring it up on arm platform nd play tat file from command line, help me. regards Shrinivas -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 May 02
0
error while cross compiling libvorbis
hi, i cross compiled the libao,libogg,libvorbis& vorbis-tool files to my arm board, all went right for libao,libogg,vorbis-tool, but while cross compiling libvorbis after, make install it showed the following error -z "/root/ogg/lib" || /bin/mkdir -p "/root/ogg/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbis.la'
2004 Mar 24
2
fixed-point OGG Vorbis encoder
Hello, Iam interesting in transcoding the algorithm of OGG VORBIs in fixed point because I have to implemente this encoder in a fixed point DSP. Does the source code of ogg vorbis encoder exist in fixed point or is there people that work on this or anything else? Guillaume --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe
2006 Aug 29
3
How can I seek in Ogg Vorbis file, but not using Vorbisfile library?
Hello, All. I am making an Ogg Vorbis decoder based on Tremor. The Vorbisfile library provides a high-level API which enables us to seek in the file, but it needs to declare a pointer to OggVorbis_File structure. Because I am supposed not to use file, so I can't use the ov_pcm_seek() or ov_raw_seek() functions to seek in the file. For decoding an Ogg Vorbis file, I first put it in
2005 Aug 03
1
Ogg Vorbis on DSP platform?
Hello, I'd like to develop a codec for the Ogg Vorbis algorithm on a DSP (controller?) hardware platform. We've got 2 (3) main applications: 1) the codec should be used for 2 channel simultaneous message recording/playback on flash EPROM. 2) the codec should be used for streaming audio over IP or Ethernet/intranet networks. 3) for large system, the PC should serve as a storing device We
2005 May 20
1
Problems with Line in encoding
hi, The problem associated with Line in Encoding (as discussed in the mail dated Mon May 2 05:09:11 PDT 2005 -SUB:Line in Encoding) is still persisting. I tried encoding raw input (speech) at sampling rate of 16kHz (The encoding was done on the Cirrus ARM EDB9302 in linux platform)My command line was ./speexenc --rate 16000 /dev/audio /filename.spx The encoding was fine
2016 Mar 03
2
Asterisk Call Forwarding
Hi, Thanks Phil, I will implement this and get back to you. Best Regards, Madushan On Thu, Mar 3, 2016 at 4:12 PM, Phil Reynolds < phil-asterisk at tinsleyviaduct.com> wrote: > On Thu, 3 Mar 2016 08:21:14 +0530 > Madushan Geethanga <mgliyanage.rc at gmail.com> wrote: > > > Hi > > I have to setup call forwarding. How do we setup Call forwarding in > >
2009 Oct 22
1
Is it possible to seek different Ogg Vorbis encoded packets from the File?
Hi All, I am trying to program the 'Tremor' decoder onto an array of Processors. I am using four Processors. I did this experiment: I split the while(!eof){} in the main() in to four tasks using if(!eof) statements. In this modification, each if() decodes one packet of data at-a-time, sequentially. Then, I ran the code on a single Processor and the decoding was successful. The
2004 Sep 21
6
Vorbis decoder sample code
Hi, I'm a Pocket PC developer and have created a audio translator application on this platform. I currently make use of an MP3 decoder engine, but due to heavy licensing fees I'm thinking of switching over to a patent free format. Vorbis presents the best approach. I read that tremor decoder has been especially optimized for embedded devices. I'd like to make use of this and
2019 Oct 15
2
Attempting to use tproxy on Centos 8 fails with 'No such file or directory'
I was working on a haproxy transparent proxy setup that we had working on Centos 7 (iptables), but running into issues getting tproxy working with NFTables on Centos 8. >From https://www.kernel.org/doc/Documentation/networking/tproxy.txt, It should be a matter of: # nft add table filter # nft add chain filter divert "{ type filter hook prerouting priority -150; }" # nft add rule
2005 May 02
1
Line-In Encoding
Hello, I am working on Cirrus ARM-EDB 9302 and using speex-1.1.7. I have tried encoding a wav file of 7sec long and it took 6 sec to encode it for default settings of encoder with both files on the RAM.Next I tried encodeing for 1 minute wav file and it took 2.2min for default settings. Why is it that as size of input file increases,encoding time also increases drastically?( I decoded
2006 May 19
1
MS VC workspace for Ogg Vorbis Decoder and Encoder (with Source)
Dear Experts, Where can I get Ogg Vorbis Codec along with MS VC workspace? I want the complete package which will generate an executable for the codec. I want to use it as a reference for my implementation. Also, Is there a fixed point code available? If so, how do I get MS VC workspace with the source files. Thanks in advance for your help Datta
2003 Feb 12
1
Port of current Ogg Vorbis implemention for ARM
Hi All, Would anyone know if Ogg Vorbis has been ported to ARM using software floating point emulation (gcc -msoft-float)? I want to try it out on a 400MHz Xscale board. Thanks. -- Harold Chu Lochard Pty Ltd A: 69 Kooyong Road, Caulfield North, Victoria Australia 3161 E: harold.chu@lochard.com.au T: +61 3 9508 4961 (direct) F: +61 3 9500 1197 T: +61 3 9500 1017 --
2003 May 28
2
IP SEC filtering issue
First thing to note is that I am using FreeBSD 4.8 . We would like to send only the syn packet of a tcp connection through certain ipsec tunnels and the rest of the packets in a connection though a simple transport mode setup. Yeah, I know it's strange but what can I say -- we do a lot of strange things. From the best I can tell, the setkey/spadd filtering capability isn't sophisticated
2008 Aug 13
1
Tremor + upstream Ogg library
Hi vorbis experts! I'd like ot write application under Symbian that use theora as video codec & tremor as an audio one. I played at first with libogg & theora on PC, then successfully ported them both. Next I decided to port Tremor but I found that it use its own files from Ogg library. The API is almost identical, so I tried to bind the Tremor with upstream Ogg library (it actually
2019 Oct 15
1
Attempting to use tproxy on Centos 8 fails with 'No such file or directory'
On 10/15/19 9:16 PM, Nathan Coulson wrote: > On 2019-10-15 12:12 p.m., Nathan Coulson wrote: >> I was working on a haproxy transparent proxy setup that we had working >> on Centos 7 (iptables), but running into issues getting tproxy working >> with NFTables on Centos 8. >> >> From https://www.kernel.org/doc/Documentation/networking/tproxy.txt, >> >> It