search for: gjhsnew

Displaying 12 results from an estimated 12 matches for "gjhsnew".

Did you mean: gjhsnews
1999 Oct 06
4
xmms module
Okay, here's my first hack attempt at an xmms module. I managed to link (although not test) this with the current libvorbis CVS source (which needed some "help" compiling) and xmms 0.9.5.1. I'm guessing I made some fairly obvious mistakes in here which can be hammered out even without bitstreams to test it on. Tony Arcieri <HR NOSHADE> <UL> <LI>TEXT/x-csrc
2000 May 15
1
Unix media system
I hope it isn't too confusing to everyone posting my responses here. Monty requested this thread of discussion be moved to this list. On 14 May 2000 15:54:28 Martin Vogt <mvogt@rhrk.uni-kl.de> wrote: > The anser is "arts". It will become the KDE2.0 soundserver. > Currently I'm integrating the kmpg patch into arts, > then all KDE2.0 apps will be vorbis aware (if
1999 Oct 09
1
Just looking for some information...
In vorbis_info, is int rate; the sampling rate of the data being output or the bitrate of the encoded stream? If it is the sampling rate, is there some way to get the bitrate? (or vice versa) The only other thing I'm in need of is some way to determine (in seconds) the length of a stream... Tony Arcieri --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
1999 Oct 10
2
Well, I'm stumped
I'm getting some sort of weird distortion in the sound being output. I've tried many variations (including copying the seeming working code straight out of decoder_example.c) and still it comes out distorted. It is a different type of distortion from choppiness (which it also has). The easiest way to hear it is to pause play for about ten seconds and then resume. xmms will continue to
1999 Oct 17
3
Streaming
I thought I might try experimenting with streaming. There isn't anything too odd I should be worried about, is there? Tony Arcieri --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2000 Apr 12
1
Windows multimedia codec
I've been out of it for quite awhile, but now I'm back. I was wondering if anyone has started writing a Windows multimedia codec for vorbis. These little gems are quite useful for encoding the audio stream to be interleaved with a video stream, and MPEG 4 video/Vorbis audio would be quite useful. Tony Arcieri --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2000 Apr 14
1
What is and what should never be
There seems to be a great deal of talk about adding every conceivable type of metadata to vorbis. Everyone sees this as an opportunity to add the little obscure feature they've always wanted. I don't know if Monty will agree, but I think for the most part this transcends the scope of vorbis. I think it would be much more appropriate to create some sort of general-purpose framing format
2000 Apr 29
0
Raw data in ogg streams
Is there any way currently to store uncompressed audio in ogg streams? If this hasn't been done already I think all it would entail is a 6-byte header at the beginning of the audio data which contains such things as the sampling rate, bits per sample, channels, linear vs. logarithmic, endianness and signed vs. unsigned... Tony Arcieri --- >8 ---- List archives:
2000 May 13
1
Semi-off-topic ramblings
I'm curious if anyone else is at all fed up with the current state-of-affairs of media support under *IX. As things stand it's rather a pain to add support for a new codec/framing format to an application, and it seems like were someone to step up and design a system which abstracts media support from end-user applications and supports drop-in modules for framing formats and codecs, it
1999 Aug 15
2
Lossless compression
I was just somewhat curious as to what lossless compression is used... is it just huffman? Tony Arcieri --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
1999 Oct 12
3
xmms module update
Since the decoding went so much faster, I actually listened to the song I encoded all the way to the end, at which point the thing segv'd. Through a little easter egging, I managed to trace the problem down to a call to vorbis_dsp_clear(). I've just commented it out in the current source. As to why it's segving I am uncertain, but, save possible memory leaks, everything seems to be
1999 Aug 30
4
xmms plugin
Anyone else hacked together an xmms plugin for Vorbis? I took my best shot at it based on the source and some of the info I've picked up off this list... I haven't really tested it yet, but I think with a little bit more hacking it might actually work. I can put the source up if anyone wants to dink around with it, but I'd rather just clean it up a little then perhaps ask xmms if