search for: symbiano

Displaying 8 results from an estimated 8 matches for "symbiano".

Did you mean: symbian
2006 Jun 10
1
[PATCH] bug in sample code sampledec.c
...} /*Destroy the decoder state*/ - speex_encoder_destroy(state); + speex_decoder_destroy(state); /*Destroy the bit-stream truct*/ speex_bits_destroy(&bits); fclose(fout); -- Alfred E. Heggestad <aeh@db.org> Web: http://aeh.db.org/ VoIP: <sip:alfredh@symbianos.org> Phone: +47 21 98 71 20 Mobile: +47 98 23 67 05 Skype: alfredheggestad
2006 Jun 12
1
[PATCH] warning: missing initializer for SPEEX_STEREO_STATE_INIT
...1,.5,1,1,0,0} /** Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' */ void speex_encode_stereo(float *data, int frame_size, SpeexBits *bits); /alfred -- Alfred E. Heggestad <aeh@db.org> Web: http://aeh.db.org/ VoIP: <sip:alfredh@symbianos.org> Phone: +47 21 98 71 20 Mobile: +47 98 23 67 05 Skype: alfredheggestad
2006 Aug 18
0
Please test upcoming release
.... > > Have fun, > > Jean-Marc > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev -- Alfred E. Heggestad <aeh@db.org> Web: http://aeh.db.org/ VoIP: <sip:alfredh@symbianos.org>, <sip:aeh@oplug.org> Phone: +47 85 24 72 75 Mobile: +47 94 29 65 87 Skype: alfredheggestad -------------- next part -------------- Index: libspeex/nb_celp.c =================================================================== --- libspeex/nb_celp.c (revision 11792) +++ libspeex/nb_c...
2004 Dec 20
0
libtheora 1.0 alpha 4 release
...in the reference frame * new utility functions: theora_packet_isheader(), theora_packet_iskeyframe(), and theora_granule_frame() * optional support for building without floating point * optional support for building without encode support * various build and packaging fixes * pkg-config support * SymbianOS build support We still plan to make incompatible api changes before the first beta release, but this new alpha provides a stable base including all the work that has happened up to those changes. Thanks to everyone who contributed!
2002 Jul 02
1
Symbian OS Port of Ogg Vorbis?
Has anyone looked at porting Ogg Vorbis to the SymbianOS platform? I've been playing around with it a bit, but having some difficulties building and wanted to see if anyone has already looked into this. Cheers, Tony <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/o...
2002 Sep 07
1
libvorbis on Symbian EPOC
Hi, I saw earlier correspondence (e.g. http://www.xiph.org/archives/vorbis-dev/200202/0131.html) on this list about porting the Ogg Vorbis libs to Symiban EPOC. I'm wondering if anyone really succeeded in doing this, and would share his experiences with me. Thanks, <p>Akos --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2004 Sep 22
2
Re: libvorbis 1.1.0 release
...rbis I 20040629" * merges tuning improvements from Aoyumi's aoTuV with fixups * new managed bitrate (CBR) mode support * new vorbis_encoder_ctl() interface * extensive documentation updates * application/ogg mimetype is now official * autotools cleanup from Thomas Vander Stichele * SymbianOS build support from Colin Ward at CSIRO * various bugfixes * various packaging improvements We recommend that all users upgrade to this new version. MD5 checksums: bb764aeabde613d1a424a29b1f15e7e6 libvorbis-1.1.0.tar.gz 0e675ced210a5b2e19062bbc98d9191b libvorbis-1.1.0.zip SHA-1 checksum...
2006 Aug 17
7
Please test upcoming release
Hi everyone, I'm about to release version 1.2-beta1 (which I could have called 1.1.13), which includes many, many changes. It would help if everyone could give the svn version (http://svn.xiph.org/trunk/speex/) a try and see if it works fine. I'll check my email next week when I'm back from some vacations and if nothing bad has been reported, I'll make the release. Have fun,