Displaying 20 results from an estimated 10000 matches similar to: "[rfc] Shipping the debian folder in release archives?"
2009 Feb 21
2
[rfc] Order of projects in download section
Any objections to sorting the list of projects on
http://xiph.org/downloads/
alphabetically?
This is the order that we have currently:
libogg
libvorbis
vorbis-tools
libtheora
libspeex
libflac
libao
libxspf
vorbis-java
I can do it if you let me.
Sebastian
2006 Jun 09
4
c++ Wav->ogg encoder
Hi
I'm new with ogg and also with using third party libraries. I'm making a
C++ PocketPC program and I need a simple wav->ogg encoder function. But as
I have tried to use ogg vorbis libraries I don't know what or how to use
them.
I think that best way would be to use libogg 1.1.3 and libvorbis 1.1.2. Do
I even need both of them, since I only need to have capability of
2008 Mar 11
3
Ogg in .NET
Hi,
I'm working on making a game in VB2008, and I'm hoping to use OGG
Vorbis-format music (because ogg files are tiny =D) in it. I've
googled for info on doing this, but all I've found are dead links and
non-free implementations... and when I tried compiling libogg ages ago
on Windows, I completely failed.
I've already worked out how to use DirectSound, so I really just need
2009 Apr 16
2
Query Regarding Vorbis Audio codec
Dear Moderator,
I downloaded Vorbis 1.2.0 code from your website and I tried to build
a project in Visual studio 2008, as the earlier version was created in
VC 6 version it has been modified here. In the solution I have 6
projects vorbis_dynamic, vorbis_static, vorbisenc_dynamic,
vorbisenc_static, vorbisfile_dynamic, vorbisfile_static. When I tried
to built the project, it shows error that it
2007 Dec 09
3
"Planet Xiph" feed collector website?
Hello!
I stumbled upon the blog of Xiph member Arek Korbik [1]
a few minutes ago and the "planet idea" came to my mind
again. What I mean is a website collection posts from
a number of blogs as Planet KDE [2] is doing for example.
Is there such a thing for Xiph? Is there interest
in having such a thing? If so would there be a chance
to cover the domain costs from past/future
2008 Apr 13
3
vs2005 project file output dir inconsistency
I just checked out trunk/vorbis to build the latest libvorbis, and
noticed an inconsistency in the project settings.
For the two build configurations Debug and Release, we have as the
Output Directory "$(SolutionDir)$(ConfigurationName)", and the
Intermediate Directory "Debug". ("Release" for the Release configuration)
However, for the two build configurations
2004 Aug 06
14
brainfart #67453 - hyper-index
I don''t know if this has been suggested before but..
What about adding support for a bookmark or
hyperlinked index?
The idea is that a large compilation such as a long
speech or an album would be maintained as a single
file, but on playback, the player would show numerous
''tracks'' which are really just bookmarks relating to
starting position of the specific part or
2006 Jun 05
3
ogg only encoding
So, I abandoned the hope of using the ogg python bindings to do pure ogg
container encoding.
I started looking at the libogg in the hopes of retooling the bindings to
follow a better object model
and it actually looks like the problem is down in libogg, not the bindings.
Am I crazy or does libogg
rely on libvorbis to return ogg_packets, and that there are no functions
that will build an ogg_packet
2004 Aug 06
3
seeking
Hi,
I need to know if it is possible to seek the Speex stream. I want to have an
ability to seek in time, just like Vorbis does. Vorbis has function
"ov_time_seek" and I want something like this from Speex. Is this possible?
Thanks for any reply.
Rado
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
2008 Feb 25
2
eos on continued page
On 25-Feb-08, at 3:42 PM, Conrad Parker wrote:
> ok. If the correct behaviour should be to ignore the incomplete
> packet, that should also be clarified in the spec.
Fair enough. What if no packet ends on the eos page? What about
additional pages after the eos page?
> I'd find it useful if it was not considered a structural error, as it
> allows us to very simply chop files
2007 Apr 11
2
Is this project still ongoing?
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello,
I'm running into problems while trying to build libvorbis. My build
platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6.
The build fails with the following error :
Making all in examples
gmake[2]: Entering directory
`/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include
2007 Feb 16
1
AW: How to do Theora playback efficiently ?
Hi Ralph,
thanks for your posting.
Yes, the standard example player in the theora distribution could also do it
when theora would not need so much time. I removed the frame dropping from
the example because it's based on some audio stuff under Linux that isn't
available on Windows. Currently I've no frame dropping handling build in
because the first goal is a good raw performance of
2008 Mar 08
3
Can someone provide win32 binaries for vorbis-tools 1.2.0?
Hello list,
I have been requested privately for vorbis-tools 1.2.0 binaries for
Windows. Twice. Which means there are people out there who'd really
like to have them available. I cannot compile stuff for Windows,
though, so if someone could make available said binaries, it would be
much appreciated.
-Ivo
2007 Sep 28
5
Cleanup: Killing the old XSPF mailing list?
I mean this one:
http://lists.xiph.org/pipermail/xspf/
It has 6 messages in total. The reason
why I think we should kill it is that
it potentially confuses people looking
the XSPF mailing list.
What do you think? Who has is able to
such a cleanup task?
Sebastian
2012 Jul 25
2
libogg 1.3.0 ?
Hi,
today I learned that libogg 1.3.0 had been released in August 2011. Curiously, there seems to have been no announcement mail here, and it is not being mentioned on <http://www.xiph.org/press/> either. Is that on purpose? Is there some other channel I could subscribe to in order to learn about updates? Freecode.com doesn't have up-to-date info either (though I just submitted a 1.3.0
2011 Jun 27
1
Debian and Ubuntu packages of 1.2.0
I tried your procedure, that's to say:
sudo apt-get build-dep xapian-bindings
sudo apt-get install php5-dev php5-cli
apt-get source xapian-bindings
cd xapian-bindings-1.2.*
rm debian/control
env PHP_VERSIONS=5 debian/rules maint
debuild -e PHP_VERSIONS=5 -us -uc
cd ..
sudo dpkg -i php5-xapian_*.deb
Though, it is failing with this error message:
dpkg-buildpackage -rfakeroot -D -us -uc
2007 Oct 02
2
Blog post about Theora and MSVC assembly
Hello!
I wrote a blog post requesting help for Theora
on MSVC-syntax assembly. This is my first time
speaking for Xiph instead of just myself so
please teach me what to do better next time.
(Better offlist probably.)
My post might contain a few interesting bits for
Xiph members as well. It can be found here:
http://blog.hartwork.org/?p=86
Sebastian
2008 Feb 28
1
vorbis encoding question
Hello
I'm trying to make a simple program that records and saves the recorded
audio to an Ogg file on the fly.
But I can't find some examples and good documentation on encoding Ogg files,
is there some place or someone know a good way to start with Ogg
programming? I can decode Ogg files with no problem but I can't encode.
Any help will be appreciated.
Thanks
--
Yuri Jaeger Monti
2004 Nov 01
1
New to audio compression
Hi everyone, this is the first time I've ever tried to program sound
using compressed audio; I've written many apps that play "normal" PCM
.wavs. The best I've done so far is I used vorbisfile to play a .ogg,
but I'd like to get a bit more advanced.
What I'm currently trying to do is figure out Ogg so I can eventually
add Vorbis and Speex support to my