search for: tremor

Displaying 20 results from an estimated 171 matches for "tremor".

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 consist of b...
2005 Feb 06
1
Query on Tremor-lowmem version
Hi, While following the developer mailing list, I came across "tremor-lowmem" version. I did some search of it in Xiph.org and "tremor" source code but wasn't able to find it. I would like to know if there is any separate thread for the "tremor-lowmem" version as we are working on the fixed point implementation of Vorbis code and we are...
2008 Aug 13
0
Tremor + upstream libogg
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 consist of b...
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 incorporate Vorbis decoder within my application. In my app I just want to decode the encoded files, and play them OutLoud. But I don't know where to begin. I'd appreciate if anyone can provid...
2004 Jun 04
0
libogg, libogg2, Tremor compatability
Hi, I've started working on libogg2 support in liboggz and Tremor support in libfishsound. I'm running into some problems with namespace clashes. Specifically, each of libogg, libogg2 and libvorbisidec (Tremor) define conflicting ogg_* symbols and declare incompatible ogg_* types in their headers. While I understand that a dedicated Ogg Vorbis decoder would...
2006 Aug 25
0
Incompability between libvorbis and tremor from svn?
Hi, I'm experiencing a serious problem when trying to replace libvorbis with tremor (from svn): premitting that I don't want to use the ov_* functions, calling vorbis_synthesis_headerin() on the 3 initial packets works with libvorbis but immediately fails with tremor. At first sight it seems that the function in tremor either receives a leading \n before every header (that...
2012 Feb 10
0
New repo and moving tremor discussion here
All, I've consolidated our various svn branches of the fixed-point vorbis decoder (known as tremor or tremolo) into a single git repository, hoping that it facilitates review and merging of the various trees. In particular, android has a branch of Robin Watts' Tremolo code (arm-optimized tremor-lowmem) which I don't think anyone on the Xiph side has looked at. I used git-svn to import t...
2003 Oct 23
1
Output signal of the Tremor Codec
Hi, I study electricity in the University of Applied Sciences of Western Switzerland and I just began my diploma work: an embedded Internet Radio Receiver. I want to use the Tremor Codec on a ARM7TDMI uc (Samsung S3C4510B). And I need to convert the decoded Vorbis signal in an I2S bus signal (clk, word-select, and data) with a CPLD (Xilinx SPARTAN II) It will be helpfull if someone can explain me the exact form of the output signal given by the Tremor Codec. I suppose that t...
2005 Aug 25
3
what is max and min bitrate supported in OggVorbis?
...nning to implement Ogg Vorbis Decoder on a 24 bit DSP. I have following doubts: 1) What is min and max bitrate? 2)What is max Audio Packet size ? 3)What is the max size of setup header? 4)Any idea how to start for making a 24Bit fixed point reference code? Shall I start with floating point or Tremor or Tremor Low Mem Version? 5) What window sizes in Ogg Vorbis are normally supported for audio portable player? 6) Floor0 is termed to be obsolete, Does this mean non of the commercially available encoder supports Floor0? Please clarify the above points if possible. Thanks in advance. Best R...
2008 Sep 02
1
How can I minimize the memory use in Tremor?
Hi all, I'm porting the Tremor code to an ARM platform. Unfortunately, we didn't use the low mem branch code for CPU performance consideration, and now I find the memory use in it is huge for the embedded system. After looking into the code, I found the header parse, especially, the codebook unpack part takes a lot of...
2002 Sep 03
0
tremor relicensed as BSD
...se on the Vorbis development mailing list: http://www.xiph.org/archives/vorbis-dev/200209/0007.html From: rillian (rillian@telus.net) Date: Tue 03 Sep 2002 - 09:24:48 EDT > For those of you not of the commit mailing list, I wanted to point out > that monty has checked the fixed-point 'tremor' vorbis decoder into > xiph.org cvs, under the usual (free) xiph license. This was developed > for use in embedded devices, so if you've been waiting for an > integer-only (no fpu) implementation, you might want to give it a try. > > The code is in the 'Tremor' cv...
2002 Sep 03
1
tremor relicensed as BSD
For those of you not of the commit mailing list, I wanted to point out that monty has checked the fixed-point 'tremor' vorbis decoder into xiph.org cvs, under the usual (free) xiph license. This was developed for use in embedded devices, so if you've been waiting for an interger-only (no fpu) implementation, you might want to give it a try. The code is in the 'Tremor' cvs module. As usual, nigh...
2002 Jul 26
1
Compiling Tremor to ARM
Hi there. Would some kind soul please refer me to instructions for building an arm-elf-gcc that'll compile the Tremor sources? (In particular, what sources to get and where, and what to build in what order.) I'm developing on Debian Woody i386, but I'll happily take whatever advice you can send my way. I'm no expert in the field of compiler building, but I can't seem to find a combination of bin...
2010 Apr 20
5
Tremor maintenance
hi, could someone please apply these to Tremor svn? 0001-update_symbols.patch there are 3 public symbols in the headers, which are missing in the linker script and thus marked as private again. This causes issues for e.g. gstreamer (https://bugzilla.gnome.org/show_bug.cgi?id=616194). 0002-pkgconfig.patch this adds a pkg config file You proba...
2004 Jun 29
3
Struct Fields Description
Hello all Can anyone point me to some form of description for the fields in the following structures : 1/ vorbis_dsp_state 2/ vorbis_block Thank you. regards ~previr _____________________________________________________________ Previr Rangroo STMicroelectronics Associate Systems Lab Engineer Plot No. 2 & 3, Audio Competence Center Sector 16A,
2004 Jun 29
3
Struct Fields Description
Hello all Can anyone point me to some form of description for the fields in the following structures : 1/ vorbis_dsp_state 2/ vorbis_block Thank you. regards ~previr _____________________________________________________________ Previr Rangroo STMicroelectronics Associate Systems Lab Engineer Plot No. 2 & 3, Audio Competence Center Sector 16A,
2005 Jan 22
5
Checking accuracy of the output
We've made a little change that changed the output of vorbis is there a way to check the accuracy of the output against the original output? I also asked this question in the irc ... Thanks, Tal.
2018 Mar 17
0
r19427 missing from tremor git repo
Hi, Given CVE-2018-5146, I wanted to update the tremor package we have in Buildroot (an embedded Linux build system), and I noticed an inconsistency between the tremor git and svn repos. We are currently using r19427 from svn, but the fix for CVE-2018-5146 was only added to git, so I wanted to move to that. Comparing the two repos I noticed that r1942...
2003 May 22
1
problems building lowmem-branch of tremor
I checked out the lowmem-branch of Tremor from CVS but some files like synthesis.c seem to be missing on that branch. What am I doing wrong? Thanks, -Dave --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@x...
2005 Dec 09
1
regarding inline asm syntax in tremor Vorbis
Hi all The inline asm in Revision 10571: /trunk/Tremor file asm_arm.h seems to be in x86 inline assembly format. is there a code which is compatible with ARM/Thumb C/C++ Compiler, RVCT2.2,along with libvorbis-1.1.2 release. regards anand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vo...