similar to: fixed-point OGG Vorbis encoder

Displaying 20 results from an estimated 10000 matches similar to: "fixed-point OGG Vorbis encoder"

2004 Aug 06
4
compile speexenc
Hello, Iam being to compile speexenc but I have the following error: LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library libspeex.lib(lsp.obj) : error LNK2001: unresolved external symbol _spx_cos Debug/speexenc.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Please, help me Guillaume --- >8 ---- List
2004 Mar 24
3
oggenc in vorbistools 1.0.1
Hello, Iam trying to compile oggenc to create oggenc.exe but i have 6 errors in the compilation. I have done like this: 1)I create a project in visual C++ 6.0(win 32 console) 2)i include the C files ans h file in source and header files the errors are: f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\encode.h(5) : fatal error C1083: Cannot open include file:
2004 Mar 22
1
OGG VORBIS encoder in a texas DSP
Hello, My project is to encode an audio signal with a DSP TM320DM642 and to store the encoded file on a PCMCIA card(hard disk). I want to know if that is possible to do that. I have an other question with ooggencoder. In the win32 console, I want that "stdin" corresponds to my sound card input and that "stdout " corresponds to my sound card output. How can I do that? Many
2004 Mar 25
1
library of ogg vorbis encoder
Hello, I have succeed in compile oggencoder to create ogg enc.exe, but I have put libraries in my visual c++ project( ogg_static_d.lib vorbis_static_d.lib vorbisenc_static_d.lib). What are these libraries? What does they contain? In my visual project, I have just audio.c;encode.c; getopt.c; getopt1.c;oggenc.c;platform.c;utf8.c in the source files. I don't know where are the files (MDCT.c; PSY
2004 Aug 06
1
fixed point speex on a texas dsp + real timeacquizition
"Do you mean doing that on a DSP, or on a PC (before you do it on DSP)?" Yes I want do that with a PC in order to test if I can encode in real time an external audio source and then I want to implemente SPEEX in a dSP. guillaume Jean-Marc Valin a écrit : > > I want to know if it is possible to do a real time acquizition and to > > compresse in real time the audio input
2004 Mar 28
3
Optimizing Vorbis for a DSP
Hello all, I have recently ported Vorbis to a Texas instruments DSP (TMS320C5510), The problem I have is that it is not decoding the audio in real time( about 50% of real time). Could any one give me a clue in which area I could start to optimize the code. Regards Kevin <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
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
2004 Mar 19
9
How many MIPS for Vorbis Decoder?
Hello, I may be stupid, but I cannot find any data on how "expensive" the Vorbis Decoder is. Looking for an embedded solution I am interested in how many "MIPS" you need to decode a MONO audio stream at reasonable quality (44 kHz, approx. 100 kbps?) Can it be done in a microcontroller, or do I need ultra-expensive DSPs to do it? Thanks for hints Jens --- >8 ---- List
2004 Aug 06
2
fixed point speex on a texas dsp + real time acquizition
hello, My project is to implemente an audio compression algorhitm on a DSP TMS320DM642. I think that SPEEX can be a good choice because fixed-point have been developed. I would want to know how I can choose the fixed point in the program I want to know if it is possible to do a real time acquizition and to compresse in real time the audio input signal. By example, I have on my demonstration card
2004 Aug 06
1
compile speexenc 1.1.4
Hello, I have problems to compile speexenc 1.1.4, ihave the following errors <p>speexenc.obj : error LNK2001: unresolved external symbol _speex_preprocess speexenc.obj : error LNK2001: unresolved external symbol _speex_preprocess_ctl speexenc.obj : error LNK2001: unresolved external symbol _speex_preprocess_state_init Debug/speexenc.exe : fatal error LNK1120: 3 unresolved externals Error
2008 Jan 15
1
port of vorbis encoder to non-fpu archs
Hi, i was asking in the irc about any developer or group of devs who could enable a vorbis encoder to run on a MIPS32 architecture. There is a payment for whoever can make this happen. The main motivation comes from an art project (so is the funding) All credits will go to whoever is able to improve the code and makes the port as a package .ipk for the openwrt firmwares (preferably kamikaze).
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
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
2008 Apr 29
1
cross compiling ogg vorbis
hello, i am trying to cross compile ogg vorbis on my arm board(edb9302) , i just want to play ogg file . pls can you tell me the steps to do, r pls divert me to some source where i can get the solution for the above. Thanks Dileep -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Apr 29
1
cross compiling ogg vorbis
hello, i am trying to cross compile ogg vorbis on my arm board(edb9302) , i just want to play ogg file . pls can you tell me the steps to do, r pls divert me to some source where i can get the solution for the above. Thanks Dileep -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
0
compile speexenc
----- Original Message ----- From: "Guillaume ROGET" <guillaume.roget@fr.thalesgroup.com> To: <speex-dev@xiph.org> Sent: Monday, March 29, 2004 11:02 PM Subject: [speex-dev] compile speexenc <p>> Hello, > Iam being to compile speexenc but I have the following error: > > LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other >
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
2003 Sep 27
1
regarding audio codec
hello sir, Iam presently working on ogg vorbis audio decoder for ADI family of processor for ADI solution provider company in india. I would be happy to know, the format of each frame of encoded file. Iam using the decoder_example.c file and with that i have added all the associated files. Initially iam simulating in Visual C++ Environment. After checking through that i would be cross compiling
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
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 --