similar to: Java wrapper?

Displaying 20 results from an estimated 300 matches similar to: "Java wrapper?"

2001 Jun 04
0
Vorbis books etc.
hi, I've been developing vorbis Library for Java. I decided to do my own rather than use Jorbis. But i haven't found good Documentation from third vorbis header were those books etc. are. What should i do with them. What data can i find from there and how is it useful to me:) i have readed code from jorbis to fullfill some lacks of documetation but this is too difficult to figure out..
2001 Jun 28
0
Mysterious Third Vorbis header
Hi, I'm curious what information booking keeps in. Because I haven't found documentation about that. If someone could tell me or point me Some URi to resource. I would be wery pleased. Thanx, Tuukka --- ||-|>Me olemme keskella jotain. jossa olemme totaalisen ulkopuolisia<|-|| Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ --- >8 ---- List
2001 Nov 07
2
QNX
hello, How can i compile Ogg Tools on QNX and use them (Anyone have experience (Not XP)). I have allready tried but there isn't sys/shm.h so it stops there Thanx Tuukka Make a difference, help support the relief efforts in the U.S. http://clubs.lycos.com/live/events/september11.asp --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2001 Jun 08
2
Problem with TC
Hi, I am not sure if this problem has been discussed already. I am running red-hat LINUX 2.2.14 and the version of iproute that comes with it. The problem is that whatever I give as a command it tells me RTNETLINK answers : Invalid argument Example : tc qdisc add dev eth2 handle 10: root estimator 1sec 8sec prio bands 3 priomap 0 1 2 I have tried all kinds of combinations and it refuses to
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis
2008 Oct 03
8
Flash Vorbis player
Hi, I wanted to let you know that I have just made available the sources to the ogg + vorbis implementation in haXe, which I've been working on for last couple of weeks. The code compiles to an swf file playable in Flash Player 10. A demo of a simple player implementation (latest Flash 10 required): http://people.xiph.org/~arek/pg/hx/test.html and the sources, in a bzr branch, currently
2008 Oct 03
8
Flash Vorbis player
Hi, I wanted to let you know that I have just made available the sources to the ogg + vorbis implementation in haXe, which I've been working on for last couple of weeks. The code compiles to an swf file playable in Flash Player 10. A demo of a simple player implementation (latest Flash 10 required): http://people.xiph.org/~arek/pg/hx/test.html and the sources, in a bzr branch, currently
2004 Aug 06
1
Moving clients and JOrbis
I'm having trouble with the "Move clients" command in the admin interface. All the clients using JOrbis (a java vorbis decoder) just stop playing, and don't switch to the new stream. I'll assume this is a JOrbis problem rather than Icecast2; has anyone else had trouble with this combination before? Thanks. <p> -- Luke Stodola minus273point16c@fastmail.fm --
2005 Sep 16
1
RE: Vorbis-dev Digest, Vol 16, Issue 10 ogg streaming
Thanks for the reply.. I am very new to this field (streaming players) have some experience in java/php/vb, however would like to know from you experts where/how to start...what is the best option, what I am looking at is something like the jorbis player; we simply place the url and it plays the stream...the idea is to cut off all the other unnecessary stuff, and to just get the simple code which
2004 Dec 12
2
Metadata and bad player behaviour : cut sound for short time when receiving metadata (kh versions of ices/icecast)
Hello, I was trying to add metadata to my OGG stream (ices 2,0-kh59, icecast 2.0-kh51). It works... but the players are doing a small sound cut at metadata reception : - VLC (maybe 1/3sec cut) - JORBIS (java. maybe 1/10sec, because I can have set higher priority to sound processing and not to comment handling) (player plateform: Mac OS X 1.3.6) With VLC... I can say comments are unusable,
2004 Aug 06
5
streaming ogg player embedded in web page
Hi List, For the last week I have been have playing with icecast 2.0.0 and ices for a streaming project I am working. The streaming is working with multiple sources and fallback using XMMS and Winamp as the clients. All work splendidly. Next on my todo list is find a simple Ogg player that I can embed in a webpage and play from the icecast stream. I have so far looked at jlGui Applet 2.2 which
2010 Jan 28
1
Using vorbis-java to read an existing file?
> Assuming so, I'm trying to decide if it's likely to be better to port the > missing read parts from C to Java, or start again with something with a > more "Java like" api. Having read rfc 3533, I don't think doing a > read-only ogg layer api using Java conventions should be too hard to > implement.... There is the jogg and jorbis combination (used in
2002 Sep 18
4
Test files for decoder implementation
Hi, I am trying to implement a Vorbis decoder in Java, and I have some problems understanding the file-format specification included with libvorbis. In the header description, there are a few obvious mistakes, which I believe to have solved, but when I try to decode the audio packets, the decoded floor and residue data doesn't seem to make sense at all, and after a few packets, my decoder
2000 Dec 21
1
About Encoding decoding and playing vorbis in a java application ...
Hi all , I wanna know if there already some code in java to encode , decode and playing ogg vorbis format , thanks... --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed.
2004 Aug 06
2
Stream from webserver
Hello. I want to know how I can put files (mp3s or oggs) on my webserver, make a plsylist and stream them directly from the webserver. I had found an apps witch could do that on the old website, but not on the new one.. I also want to know what app you advise me for stream mp3s to a icecast server (in ogg) under linux. Because I've seen DSP for winamp, but no apps for streaming from a linux
2005 Apr 07
2
Java and ogg/vorbis
I am a bit confused to how Ogg/vorbis works. This is my understand. Vorbis is an audio codec that can be used instead of MP3 and it is open source. If this is true, what is Ogg? I think it is some kind of wrapper that allows you to stream Audio and Video. Am I right? Also I want to encode short videos in Xvid and then encode the audio in vorbis. Then I want to stream this over the Internet
2002 Nov 24
2
ISO Website-embedded Ogg player
Since Flash has MP3 support built in, it is possible to create a Flash movie that will play a streaming MP3 file. This is useful for when someone wants to have a radio broadcast using MP3 files and they want to create a flash "applet" for playing the broadcast, which could keep the viewer/listener still attached to the website to enjoy other content at the same time. Perhaps such a
2006 May 10
2
Codebook decoding help
Dear Sir or Maddam, we're in the progress of developing a multimedia framework for Java. We started with programming a Vorbis (ogg) codec and demultiplexer and have still some problems with this. The problem occured when trying to read the setup header of a vorbis file. After a certain time we have to decode the codebook_lengths but this does not work. We followed the instructions in the
2001 Jul 23
3
splash screen + gfx
Hi I'm still looking for a good intro splash/credit image for ogg vorbis to go into ATD's games. The little blue fish is neat but not really up to scratch or big enough. I need something that is 640 x 480 and eye catching. :] Is there an official image apart from the fish? Think 'bink' and you'll be on the right lines. I have yet to notice any publicity come from vorbis use
2004 Aug 06
4
streaming vorbis files from an openbsd box
Hi-- I've installed icecast2 and ices2 on an OpenBSD box. It all seems sane from the server side, but when I try to listen to my stream from winamp 2.76 with Peter Pawlowski's vorbis plugin (1.12), from a win98se box, nothing plays. Nothing is appended to the ices2 log, and the following is appended to the icescast2 log (when I terminate icecast2): *** [2001-08-02 22:05:16]