Displaying 20 results from an estimated 5000 matches similar to: "[xiph-wiki] ReleaseProcess"
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi,
A week or two ago Viktor Gal migrated the liboggplay source repo to
git.xiph.org, and this week I moved the liboggz and libfishsound
repositories.
You can see the git repositories available via gitweb at http://git.xiph.org/
I wrote some brief news about the move, and instructions for getting the code:
http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html
Thanks to Ralph Giles
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi,
A week or two ago Viktor Gal migrated the liboggplay source repo to
git.xiph.org, and this week I moved the liboggz and libfishsound
repositories.
You can see the git repositories available via gitweb at http://git.xiph.org/
I wrote some brief news about the move, and instructions for getting the code:
http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html
Thanks to Ralph Giles
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi,
A week or two ago Viktor Gal migrated the liboggplay source repo to
git.xiph.org, and this week I moved the liboggz and libfishsound
repositories.
You can see the git repositories available via gitweb at http://git.xiph.org/
I wrote some brief news about the move, and instructions for getting the code:
http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html
Thanks to Ralph Giles
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi,
A week or two ago Viktor Gal migrated the liboggplay source repo to
git.xiph.org, and this week I moved the liboggz and libfishsound
repositories.
You can see the git repositories available via gitweb at http://git.xiph.org/
I wrote some brief news about the move, and instructions for getting the code:
http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html
Thanks to Ralph Giles
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
Conrad,
That's exactly what I was looking for. I just got finish trying several attempts at porting libfishsound to XCode/CocoaTouch land but am facing dependency issues on the other xiph libraries. (liboggz, libvorbis, libflac, etc.) Rest assured I know what the issues are and how to address them. I am at a fork here. I can either port the bulk of the xiph libraries to XCode or continue on
2009 Feb 13
1
Decoding from memory using libfishsound
Hi,
I have a problem. I've started to develop crossplatform sound
receiving application using qt4/openal/libfishsound. Server is
streaming audio coded with speex in ogg container throuh http. I'm
receiving packages and when I write them to file application example
from libfishsound is properly decoding it. Problem starts, when I want
to decode from memory, for example: receive few
2010 Apr 29
4
Simple example of decoding streaming audio realtime?
Hi,
I'm new to Speex and a little uncomfortable in C programming. I'm looking for a simple example of how I'd use Speex to decode a speex file read off of an network stream and pass the decoded samples to an audio player. I have speex running in an iPhone project and I started digging thru the speexdec.c example trying to refactor as I made sense of the API calls. The example is a
2008 Nov 23
2
ogg dirac granulepos in oggz tools
2008/11/24 David Flynn <davidf+nntp at woaf.net>:
> On a slightly unrelated note, i keep hitting the following error in
> liboggz when using the oggz tools on an ogg dirac stream:
>
> /home/davidf/project/liboggz/src/liboggz/oggz.c:202: oggz_close:
> Assertion `oggz_dlist_is_empty(oggz->packet_buffer)' failed.
>
> I'll supply an example file tomorrow if that
2009 Jun 15
2
oggz-chop gives segmentation fault
Hi,
I am using oggz-chop in the ubuntu jaunty, am I doing something wrong?
$ oggz-chop -o yt1.ogv -s0 -e500 ondrej.ogv
Segmentation fault
gdb session doesn't reveal much, since it isn't compiled with debugging symbols:
(gdb) bt
#0 0x00007f9e5d2f0092 in memcpy () from /lib/libc.so.6
#1 0x0000000000403698 in ?? ()
#2 0x000000000040262e in ?? ()
#3 0x000000000040285d in ?? ()
#4
2008 Nov 13
5
ogg dirac granulepos in oggz tools
Hi,
I'm wondering if the Dirac granulepos parsing in liboggz and display
in the oggz tools is currently correct, as I'd like to do a release of
these soon.
A couple of days ago David Schleef mentioned there were some problems.
David, is that currently true (ie. since David Flynn's recent updates
to support Dirac), and if so could you please explain what the
problems are, or point me
2004 Oct 11
1
Streaming API?
I'm new to Speex and was wondering if there is a nice streaming API similar
to Vorbis' "ov_open_callbacks", "ov_read", "ov_time_tell", etc.
If not, is there an easy way to get Speex streaming from files?
My appologies if this has already been answered a million times, but the
archives aren't currently accessable!
Thanks,
Kevin
-------------- next part
2008 Feb 12
4
[PATCH] skeleton.c
On 06/02/2008, ogg.k.ogg.k@googlemail.com <ogg.k.ogg.k@googlemail.com> wrote:
> I've had a second look, and I believe there really was a bug there,
> though my patch may not be optimal.
>
> As an example of an off by one bug:
>
> On the first run through the code, message_header_fields will be NULL,
> so _ogg_calloc will be called. Assume header_key and header_value
2004 Aug 06
1
libfishsound-0.6.1
FishSound 0.6.1 Release
-----------------------
libfishsound provides a simple programming interface for decoding and
encoding audio data using Xiph.Org codecs (Vorbis and Speex).
This release is available as a source tarball at:
http://www.annodex.net/software/libfishsound/download/libfishsound-0.6.1.tar.gz
New in this release:
* Fixed bug in decoding stereo Speex to non-interleaved
2004 Aug 06
1
libfishsound-0.6.1
FishSound 0.6.1 Release
-----------------------
libfishsound provides a simple programming interface for decoding and
encoding audio data using Xiph.Org codecs (Vorbis and Speex).
This release is available as a source tarball at:
http://www.annodex.net/software/libfishsound/download/libfishsound-0.6.1.tar.gz
New in this release:
* Fixed bug in decoding stereo Speex to non-interleaved
2008 Jan 31
3
[PATCH] skeleton.c
Hi,
not sure who to send this to, since it seems to be duplicated in both
speex and liboggz,
so I'm sending to the whole list.
This fixes an off by one bug in the user of snprintf, and returns
negative if writing the
header returns negative (otherwise we'd just get a short write, losing
the error).
This patch isn't tested though, but I compiled it :)
Also, I've not fixed this
2008 Jan 31
3
[PATCH] skeleton.c
Hi,
not sure who to send this to, since it seems to be duplicated in both
speex and liboggz,
so I'm sending to the whole list.
This fixes an off by one bug in the user of snprintf, and returns
negative if writing the
header returns negative (otherwise we'd just get a short write, losing
the error).
This patch isn't tested though, but I compiled it :)
Also, I've not fixed this
2008 Nov 21
6
ogg dirac granulepos in oggz tools
2008/11/21 David Flynn <davidf+nntp at woaf.net>:
> On 2008-11-21, Conrad Parker <conrad at metadecks.org> wrote:
>> 2008/11/15 David Flynn <davidf+nntp at woaf.net>:
>>> On 2008-11-14, Conrad Parker <conrad at metadecks.org> wrote:
>>>> It seems oggz chop, merge and sort will need some attention to deal
>>>> with the Dirac
2007 Dec 04
1
patch for oggz-comment
Hi,
It seems the oggz-comment on your computer has more features than the
one you sent in August :-) Any chance you could send a more recent
copy?
In any case, I've updated the --help output for the -s option, and
also added a manual page with the same info, in
doc/oggz-comment.1.sgml (in svn.annodex.net changeset:3280).
cheers,
Conrad.
On 07/11/2007, Kangyuan Niu
2008 Nov 21
2
[Schrodinger-devel] ogg dirac granulepos in oggz tools
2008/11/15 David Flynn <davidf+nntp at woaf.net>:
> On 2008-11-14, Conrad Parker <conrad at metadecks.org> wrote:
>> It seems oggz chop, merge and sort will need some attention to deal
>> with the Dirac granulepos and dependency ordering, so let's leave them
>> for the next release.
>
> ok. -- may be worth having them 'warn' if they are operating
2008 Nov 14
6
[Schrodinger-devel] ogg dirac granulepos in oggz tools
2008/11/14 David Flynn <davidf+nntp at woaf.net>:
> On 2008-11-13, Conrad Parker <conrad at metadecks.org> wrote:
>> I'm wondering if the Dirac granulepos parsing in liboggz and display
>> in the oggz tools is currently correct, as I'd like to do a release of
>> these soon.
>
> I believe it is -- although if correct support in the rest of the
>