search for: firelight

Displaying 16 results from an estimated 16 matches for "firelight".

2009 Oct 23
1
Implications of reducing MAX_PERIOD
...r> <div class="moz-signature">-- <br> <span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(102, 102, 102);"><font color="#000000"><b>Chen-Po Sun</b></font> | Programmer <br> Firelight Technologies Pty Ltd. <br> FMOD Sound System | <a class="moz-txt-link-abbreviated" href="http://www.fmod.org">www.fmod.org</a> <br> PH: <font color="#000000">+61 3 96635947</font> Fax: <font color="#000000">+61 3 966...
2010 Jan 12
1
Seamless Looping
...r> <div class="moz-signature">-- <br> <span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(102, 102, 102);"><font color="#000000"><b>Chen-Po Sun</b></font> | Programmer <br> Firelight Technologies Pty Ltd. <br> FMOD Sound System | <a class="moz-txt-link-abbreviated" href="http://www.fmod.org">www.fmod.org</a> <br> PH: <font color="#000000">+61 3 96635947</font> Fax: <font color="#000000">+61 3 966...
2009 Aug 23
1
(no subject)
Hi everyone, I'll be attending EUSIPCO 2009 in Glasgow this week (and presenting http://people.xiph.org/~jm/papers/celt_eusipco2009.pdf ). In case anyone on this list is attending the conference (or happens to live there) and would like to meet me, just let me know. Cheers, Jean-Marc
2009 Jul 24
1
STATIC_MODES, fft and prob members
...also notice that in dump_modes.c, these two members are just set to 0 explicitly. Why aren't these two members part of the static mode? Would anything bad happen if I make them part of the static mode? I assume not because CELTMode is read-only right? Thanks for your help. -- Chen-Po Sun Firelight Technologies http://www.fmod.org/
2009 Aug 23
1
(no subject)
Hi everyone, I'll be attending EUSIPCO 2009 in Glasgow this week (and presenting http://people.xiph.org/~jm/papers/celt_eusipco2009.pdf ). In case anyone on this list is attending the conference (or happens to live there) and would like to meet me, just let me know. Cheers, Jean-Marc
2009 Nov 06
0
FMOD released with CELT support.
...r> <div class="moz-signature">-- <br> <span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(102, 102, 102);"><font color="#000000"><b>Chen-Po Sun</b></font> | Programmer <br> Firelight Technologies Pty Ltd. <br> FMOD Sound System | <a class="moz-txt-link-abbreviated" href="http://www.fmod.org">www.fmod.org</a> <br> PH: <font color="#000000">+61 3 96635947</font> Fax: <font color="#000000">+61 3 966...
2001 Jun 30
2
libao: src/plugins/arts/Makefile.am
Clobbering CFLAGS is not nice. --- src/plugins/arts/Makefile.am.orig Sat Dec 30 06:03:25 2000 +++ src/plugins/arts/Makefile.am Wed Apr 11 00:40:35 2001 @@ -16,13 +17,12 @@ artssources = endif -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include @ARTS_CFLAGS@ libdir = $(plugindir) lib_LTLIBRARIES = $(artsltlibs) libarts_la_LDFLAGS =
2001 Jul 02
1
ogg vorbis dynamic memory allocation.
...20 = 4 * 4 * 0x120 = 0x1200 = 4608 -Anish > -----Original Message----- > From: Segher Boessenkool [mailto:segher@chello.nl] > Sent: Monday, July 02, 2001 6:34 PM > To: vorbis-dev@xiph.org > Subject: Re: [vorbis-dev] ogg vorbis dynamic memory allocation. > > > > > Firelight Multimedia wrote: > > > > > > > That's 40.5k (roughly), for these buffers only... So my 48k > > stands. > > > > > But anyway, 48k or 880k doesn't compare very nice for us... > > > > > > > > well 2816+9216+4608+9216+4608+460...
2001 Nov 30
1
Ogg Drop?
Hi, I asked this before, but it seems it hasn''t been updated. Who is responsible for this and what are the problems? The changes are in CVS (IIRC), but not in the current EXE available for downloading. Olaf van der Spek Almere, Holland Olaf@XCC.TMFWeb.NL http://xccu.sourceforge.net/ http://xcc.tiberian.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2002 Apr 25
0
FW: [mad-dev] Vorbis article
I thought you guys would like to check rob leslies article on integer vorbis. He is the author of the integer mp3 decoder 'MAD'. Brett Paterson CEO / Lead Programmer. Firelight Technologies Pty Ltd. FMOD SoundSystem http://www.fmod.org > -----Original Message----- > From: mad-dev-admin@lists.mars.org [mailto:mad-dev-admin@lists.mars.org] > On Behalf Of Rob Leslie > Sent: Friday, 26 April 2002 2:40 PM > To: mad-dev@lists.mars.org > Subject: [mad-dev] V...
2002 Mar 05
1
ogg vorbis on the pocket pc
Hi, i'm not too familiar with how the ogg vorbis community works, so i hope this is within the topic of the list, but i didnt really want to leave this thing i've did out in the dark either. :) i've just ported libvorbis, libogg, and vorbisfile stuff to the pocket pc a while ago, it was pretty straight forward (just add a few more #ifdefs around the ftoi function and some others) and
2010 Feb 12
2
Optimisation Help
...r> <div class="moz-signature">-- <br> <span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(102, 102, 102);"><font color="#000000"><b>Chen-Po Sun</b></font> | Programmer <br> Firelight Technologies Pty Ltd. <br> FMOD Sound System | <a class="moz-txt-link-abbreviated" href="http://www.fmod.org">www.fmod.org</a> <br> PH: <font color="#000000">+61 3 96635947</font> Fax: <font color="#000000">+61 3 966...
2009 Jul 22
2
Allocating all memory up front
...encoder, and store it in our sound banks. Then when we go to fix up the mode members before decoding, set the appropriate eBand and window. Does this sound okay to you guys? Is there anything I might have overlooked that will make this approach not-doable? Thanks for your help. -- Chen-Po Sun Firelight Technologies http://www.fmod.org/
2011 Aug 05
1
CELT/Opus Status Update
Hi everyone, I've made several posts recently about CELT being "replaced" by the Opus codec ( http://opus-codec.org/ ) and I thought it was time to give an update on what's going on. As many of you know, I've been involved at the IETF on this new Opus codec, which essentially merge (a modified version of) Skype's SILK codec with CELT. This is more than just two codecs
2010 Dec 10
3
Cross Platform Audio Library
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I was wondering if anyone had any advice on an audio library that is better suited to be paired with Celt in terms of latency. I'm working on an application that I would like to have running on both windows/Linux systems. I started by using the OpenAL library but I have run into an issue when feeding OpenAL small mono sample sizes that
2000 Sep 11
4
longs
Please change all longs to int, and never use them in the future :) They arent needed as on most platforms they are the same size. (which is the assumption made in the ogg code anyway) The reason for this is i will have vorbis support on playstation 2, but long is 64 bits, and they are excruciatingly slow. cheers Brett Paterson --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg