similar to: Library issues (BOUNCE vorbis-dev@xiph.org: Non-member submission from [rob@emusic.com]) (fwd)

Displaying 20 results from an estimated 3000 matches similar to: "Library issues (BOUNCE vorbis-dev@xiph.org: Non-member submission from [rob@emusic.com]) (fwd)"

2000 Oct 27
1
missing def file in vorbis win32 build stuff
I was just trying to build the shared lib stuff and include it into RC4 of FreeAmp 2.1 today, but I found that the .def file for the vorbis build stuff is missing and therefore no .lib file is generated. Is there a reason for that, or is it just an omission? In any case, I will hold off on the latest and greatest vorbis stuff in FreeAmp until next week.... --ruaok Freezerburn! All else
2000 Oct 25
2
UTF-8 to ISO 8859-1 converter
I've got a bug pending for FreeAmp right now where the vorbis metadata plugin does not handle international characters right. The comments that are returned from vorbis_comment_query() are in UTF-8, but FreeAmp is ISO 8859-1. I've been looking for a UTF-8 --> ISO 8859-1 converter that is available for inclusion in a GPL/LGPL program and is reasonably small. There are many full blown
2000 Jul 20
2
Freeamp output plug-in
Hello: I don't usually post requests like this to mailing lists, but I've just about run out of other options. The vorbis.org and vorbis.com sites both make mention of a beta vorbis output plug-in for freeamp, but I'm blowed if I can find it anywhere. It's definitely not in the vorbis.com download section (unless it's been placed their within the last 24 hours or so), and
2000 Jul 20
2
Freeamp output plug-in
Hello: I don't usually post requests like this to mailing lists, but I've just about run out of other options. The vorbis.org and vorbis.com sites both make mention of a beta vorbis output plug-in for freeamp, but I'm blowed if I can find it anywhere. It's definitely not in the vorbis.com download section (unless it's been placed their within the last 24 hours or so), and
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now. I have set up a semi-permanent test stream for people to bang on at: http://i.cantcode.com:8888/ices.ogg Please report any problems you have. I say semi-permanent, because it will probably crash now and then, and I will be developing and putting up the new versions on a regular basis. If it stops working for more than an hour, somethings
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now. I have set up a semi-permanent test stream for people to bang on at: http://i.cantcode.com:8888/ices.ogg Please report any problems you have. I say semi-permanent, because it will probably crash now and then, and I will be developing and putting up the new versions on a regular basis. If it stops working for more than an hour, somethings
2000 Feb 04
3
Hello
Hi, I am interested in helping out with the project. What tasks are on the TODO list? I am one of the lead developers of the FreeAmp (www.freeamp.org) project so obviously I will create a decoder plugin for our player but I would also like to help out with the Vorbis CODEC itself. elrod --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2014 Aug 09
1
libvorbisfile dynamic linkage with pkg-config - inter-library dependencies?
Audacity is preparing to release version 2.0.6 shortly, so I have been doing numerous test builds. Since the last Audacity release, my development system (Gentoo Linux) has updated to libvorbis-1.3.4 and libogg-1.3.1. As a result (I think) of this, I now get link errors when trying to compile Audacity against the system copies of libogg and libvorbis (standard dynamic linkage to the system
2003 Jun 11
1
Problems with ov_open
Hey, i'm having trouble getting ov_open to work on my slackware 8.1 system. The c, and makefile are as follows, and the error produced. I've also included an ldd of the compiled file. If anyone can be of any help, it would be greatly appreciated! --------------------------C FILE------------------------------- #include <stdio.h> #include <string.h> #include
2000 Oct 18
1
Building on BeOS part 3
After fixing a 'bug' in libtool, I've finally got ogg compiling and producing a shared library. Now I'm trying to build vorbis but I'm falling over at the final step. While trying to produce libvorbisfile. The make file is trying to compile with gcc -nostart vorbisfile.o -L/boot/home/config/lib -logg -Wl,-soname - Wl,libvorbisfile.so -o .libs/libvorbisfile.so with
2000 Mar 28
3
Finally. A deadline, and a call to arms...
Hi folks, I've been dickering around again, wasting the time away.... and today Brian Zisk (chief Vorbis Evangelist among other things) said, "Hey! We need to demo to the world on the 4th of April!" Hooo boy. Time to suck it up and bang it out. The Vorbis libs are not a problem. I'm in process of checking in my new psychoacoustics (they're real pretty!) based on
2000 Aug 02
4
RDF Metadata Specification
I've put together the first attempt to defining an RDF metadata vocabulary for use with the CD Index/MusicBrainz/OggVorbis. If you care about metadata issues, please take a look at: http://www.cdindex.org/MM I've included a section for video specific stuff, but everything that I originally had in there is being covered by the MM:Contributors section. The Contributors stuff will allow
2003 Jan 05
2
VorbisFile library crashs.
Hello! There is a problem with the VorbisFile library. It only works when I open an OGG file for the 1st time. After I closed the file and try to open another one or the same it crashs. It seems it applies to the use of either ov_open or ov_test functions or their combination. I wrote a test app that illustrates the bug. It crashs with a message "Unmapped memory exception". It's
2002 Apr 03
2
format of http stream?
I am streaming ogg via inetd. Basically, I am outputing like: oggenc -Q -b 1 -o - /some/wave/file.wav This works fine with ogg123 (other than that I want the bit rate to be lower than 55-100 range that it is doing). I am using: Ogg123 from vorbis-tools 1.0rc2 OggEnc v0.8 (libvorbis rc2) But, FreeAmp for Windows slowly buffered up to 100% then said "Skipped Corrupted File". And
2004 Aug 06
1
Icecast and rtp
I have managed to get icecast streaming to freeamp on another computer, using http, but does icecast support rtp streaming of mp3 files? Is there any online documentation about icecast streaming using rtp? Also, is there any freeamp manual documentation online? Finding this documentation is really difficult!! Thanks Louisa --- >8 ---- List archives: http://www.xiph.org/archives/ icecast
2002 Sep 11
1
Compiling
I am trying to compile the example code for vorbis files and I am getting an undefined reference, below is my Makefile, any ideas on what is wrong? OBJS=ogg.o ogg: $(OBJS) cc -o ogg $(OBJS) -L/usr/local/lib -lm -lc -lvorbis ogg.o: ogg.c cc -I/usr/local/include -c ogg.c clean: rm -f $(OBJS) <p>_________________________________________________________________ Join
2004 Aug 06
1
Vorbis stream up now
At 10:54 PM 3/13/01 +0100, you wrote: >freeamp and sonique both crashed on win2000 Update freeamp. There were streaming bugs until last week. Not sure about sonique. Michael --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word
2000 Jul 11
0
VBR encoding in ogglame? (BOUNCE vorbis@xiph.org: Non-member submission from [Jesse Hammons <jessehammons) (fwd)
------- Forwarded Message From: Jesse Hammons <jessehammons@yahoo.com> Reply-To: jhammons@alumni.princeton.edu Subject: VBR encoding in ogglame? To: vorbis@xiph.org Cc: vorbis-dev@xiph.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello, I ran a little test where I encoded an audio file at a bunch of different data rates. The results are here:
2000 Jul 11
0
VBR encoding in ogglame? (BOUNCE vorbis-dev@xiph.org: Non-member submission from [Jesse Hammons <jesseham) (fwd)
------- Forwarded Message From: Jesse Hammons <jessehammons@yahoo.com> Reply-To: jhammons@alumni.princeton.edu Subject: VBR encoding in ogglame? To: vorbis@xiph.org Cc: vorbis-dev@xiph.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello, I ran a little test where I encoded an audio file at a bunch of different data rates. The results are here:
2000 Jul 19
1
possible bug in _f0_fit_clear (BOUNCE vorbis-dev@xiph.org: Non-member submission from [&quot;Dimitry Andric&quot; <dimit (fwd)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2000-07-19 at 11:06 Monty wrote: >I'll have to give things a look later/tomorrow to make sure nothing >'bad' (tm) crept in. I know, for example, that the books involved >are likely not exactly what I wanted to be using, but should be OK. >Specifically, the lsp12 and 30 codebooks are gigantic and the mode >description