-
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Take into account
that great love
and great achievements
r ALSA.
>
> Thanks for any help!
>
> Versions:
> alsa-driver-0.5.11
> j2sdk-1.3.0-FCS-linux-i386
> jmf-for-java2-2.1.1-fcs-linux-i386
> linux-2.4.4
>
> Using ALSA's ymfpci driver.
>
> ---
Matthias Pfisterer wrote:
>
> Ashish wrote:
> >
> > Answer is simple
> >
> > Java program expects file bytes in big-endian format, while C uses little
> > endian
>
> Sorry, wrong. C uses the native byte order of the system. I.e. it
> depends on the p
, Joaquin
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your know
bout my setup or I can help in debugging,
please let me know.
Thanks in advance,
Matthias
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your knowledge.
It's a way to achieve immortality.
(from a nepalese mantra)
Java Sound Examples:
ced on tritonus-announce.
Many thanks to Florian Bomers and Stephane Letz for their development
work.
Have fun!
Matthias
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your knowledge.
It's a way to achieve immortality.
(from a nepalese ma
--
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your knowledge.
It's a way to achieve
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your knowledge.
It's a way to achieve immortality.
(from a nepalese mantra)
Java Sound Examples:
http://rupert.informatik.uni-stuttgart.de/~pfistere/jsexamples/
Tritonus, the open source implementa
-
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your knowledge.
It's a way to achieve immorta
, subscribe to tritonus-user.
If you want to be informed when there is new code in the CVS or you want
to join the development of Tritonus, subscribe to tritonus-devel.
Matthias
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your knowledge.
It's a way
any answer
>
> Desiree
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your knowledge.
It's a way to achieve immortality.
(from a nepalese m
ffort, you may have a look on the developer's
page:
http://tritonus.sourceforge.net/developer.html
As usal, bug reports and suggestions are welcome.
Have fun,
Matthias
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your knowledge.
It'
, you may have a look on the developer's
page:
http://tritonus.sourceforge.net/developer.html
As usal, bug reports and suggestions are welcome.
Have fun,
Matthias
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED]>
Share your knowledge.
It's a way to ach
information can be found at:
http://tritonus.sourceforge.net/
If you want to jion the effort, you may have a look on the developer's
page:
http://tritonus.sourceforge.net/developer.html
As usal, bug reports and suggestions are welcome.
Have fun,
Matthias
--
Matthias Pfisterer <mailt
://tritonus.sourceforge.net/roadmap.html
If you want to jion the effort, you may have a look on the developer's
page:
http://tritonus.sourceforge.net/developer.html
As usal, bug reports and suggestions are welcome.
Have fun,
Matthias
--
Matthias Pfisterer <mailto:[EMAIL PROTECTED
Hi,
Tritonus, the open-source inplementation of JavaSound for Linux, has a
new release. Major reasons for this release are:
Easier Installation
---
There is now a 'configure' script that automatically determines most
parameters important for the build process. Installation i
Hi Eric,
the awt code always tries to connect to an X server. If the machine your
program is running on has an X server running but you cant't connect
it's because as a telnet user you don't own the console and therefore
are not allowed to connect (it may be that you want to supervise other
user'
Hi,
ever wanted to use your MIDI stuff using Java on Linux?
Now, there is the beginning of a chance: Tritonus, an open-source
implementation of the JavaSound API for Linux, now includes experimental
support for MIDI I/O.
I've done several tricks but can't finally test it because I have no
MIDI
ALPESH KOTHARI wrote:
>
> Hi,
>
> When I added 'System.out.printStackTrace()' it told
> while compilation
> Method printStackTrace() not found in class
> java.io.PrintStream.
>
> System.out.printStackTrace();
It should be:
e.printStackTrace();
where e comes from: catch (Exception e)
Matthia
Hi,
if you mean something like "system event queue can't be instantiated",
it's due to security restrictions, but doesn't hurt most Swing
applications.
Matthias
> Siriphen Wikaisuksakul wrote:
>
> Hello,
>
> When I run swing/applet program on browser, it show "can't be
> instantiated".
> But
Hi,
well, Java isn't open source (see the recent story around blackdown).
But the Sun Community Source License (SCSL) at least allows you to look
at the code, including the native one. You can download it from Sun's
web pages (25 MB); follow the links on Community Program or something
like that.
B
Hi,
the latest development version of Tritonus, the JavaSound implementation
for Linux, now includes mp3 support. This is due to integration of
javalayer 0.0.7, a pure-java mp3 decoder developed by the javalayer
project. The big credit for this goes to Eric B. who wrote the decoder.
The integrat
Hi,
there are good news for Linux-JavaSounders: Tritonus is moving towards a
0.2 release. Features planned for 0.2 include:
- JavaSound 0.90 interface
- support for the Enlightenment Sound Daemon
- Clips and recording
- volume and pan control
- complete file handling stuff, including mp3
- format
Hi,
it should be possible to determine this by trial-and-error. Remove that
AllPermissions and run your program. Watch out for the first
SecurityException. It usually can be derived from the error message
which permission is missing. Grant this permissen, then run you prg
again...
Matthias
Jos
Tritonus developer page available
Tritonus is a freeware implementation of the JavaSound 0.9 API for
Linux.
Today, a developer's page was published, where people interested in
helping can find which features are not implemented and where
programming information or hints can be found.
Tritonus Dev
. For configureing apache to accept PUT requests, see
http://www.apacheweek.com/features/put. Be aware that enabling PUT
incorporates security risks. For production uses, I recommend POST
requests. They also have security risks, but can be controlled much
better.
Matthias Pfisterer
Yohans Mendoza
Hi,
have a look at the Java Media Framework (JMF). As far as I know, the
latest version supports MP3.
Matthias Pfisterer
Abeezar wrote:
>
> hi
>
> is there exist a java class in which i can to transcoding , i,e from
> mpeg to other file formats.(i.e audio)
>
> r
Hi Paul,
"objects are passed by reference" is only half of the truth. In fact,
this is implemented by passing the reference to the object (in C you
would call it a pointer) by value. Your parameter Boolean b in
changeBoolean() is this reference. By assigning to the reference, this
reference will
Hi,
there is some movement on the tritonus frontier.
A release 0.2 is planned for end of this year. It will contain the
following new features:
- JavaSound 0.9 interface
- support for the Enlightment Sound Daemon (esd)
- Clips
- volume control
- own implementation of file handling stuff
Now avai
.
Matthias Pfisterer
> "Patrick M. Alleyne" wrote:
>
> I was wondering anyone could help me and/or point me in right
> direction to the following issue I have with Linux and JDK117/JDK1.2;
>
> I seem to have multiple process instances when ever I issue the
>
Hey man, it depends. There is no single resource covering all of Java.
What are you looking for? JDBC? Swing? network programming?
Personally, I found the O'Reilly books helpful.
Matthias Pfisterer
Kontorotsui wrote:
>
> Excuse for the OT, but after using extensively the Sun'
Hi,
I've started a Linux implementation of the JavaSound API. Take a look
at:
http://rupert.informatik.uni-stuttgart.de/~pfistere/tritonus/
Matthias
Sebastian-Anton Ponovescu wrote:
>
> Is there any sound capability in java1.2 ? I am interesting in playing sound
> from a java application and
Hi,
an implementation of the JavaSound API for Linux is on the way. Simple
playback of .au, .wav and .aiff should work. Check
http://rupert.informatik.uni-stuttgart.de/~pfistere/tritonus/
Matthias
"Niessen ing. E.P.M." wrote:
>
> Hello,
>
> I installed the latest jdk1.2v2 on a redhat 6 insta
If I remember correctly, this means that you have to download the the
version of JDK1.2 for glibc2.0. An alternative is to update your Linix
installation to glibc2.1.
Matthias
Ted Neward wrote:
>
> I'm getting the following error when attempting to run javac from the
> prompt:
>
> /usr/local/j
etter.
Matthias Pfisterer
[EMAIL PROTECTED] wrote:
>
> I am using Jdk1.2 in a standard Red Hat 5.1 and my computer is equipted
> with Virge display card. When i am trying to use graphics in my programs i
> am getting a drammatical reduction in the program speed while this is not
&g
Hi,
I remember hearing that there was a problem with multicasting due to a
bug in the Linux kernel 2.0.36. This should be solved with the 2.0.37
kernel (and perhaps a special patch, don't remember exactely). Try to
check the blackdown site for details.
Matthias Pfisterer
Larry Hsiao
String for an
appropriate method.
Matthias Pfisterer
Van Sy wrote:
>
> Hi,
>
> I'm new to Java and would like some advice on how to convert a string to
> upper case.
> Thanks in advance,
>
> Van Sy
>
>
Hi,
use:
ta = new TextArea(new String(data));
Matthias Pfisterer
R MUTHUSWAMY wrote:
>
> hi all,
> i have a textarea and want to load the text into the area. in this
> i give the filename and the filecontent has to be loaded into that. i have
> tried it and ge
t is working that blank line is send as a blank line and other lines
> are read as a normal line.The output is shown below.
>
> s[0]=this is a test file which can
> s[1]=
> s[2]=be deleted when not needed.
>
> bye,
> MUTHU.
>
> On Fri, 9 Jul 1999, Matthias Pfister
cters read and not discarded, taken in order.
By the way, I've tested the programm with my proposal.
Matthias Pfisterer
Larry Gates wrote:
>
> >Date: Thu, 08 Jul 1999 12:48:49 +0200
> >From: Matthias Pfisterer <[EMAIL PROTECTED]>
> >
> >Hi,
> &g
can't figure out yourself, please mail again.
Matthias Pfisterer
Chien-Lung Wu wrote:
>
> Hi,
>
> The code in JAVA is as following:
> [...]
> C.L.
>
> On Wed, 7 Jul 1999, Matthias Pfisterer wrote:
>
> > Please show us the code you used. That would make it muc
Please show us the code you used. That would make it much easier to
understand your problem and to help you.
Matthias Pfisterer
Chien-Lung Wu wrote:
>
> Hi,
> I try to read in a text file like follow,
>
> # comments
> #
> line1 with information
> line2 (blank)
Sorry, your error description is not very clear. Perhaps it's best to
include code the next time.
But a guess what can be the problem: JNI requires additional characters
in the signature if methods are overloaded. Perhaps you have such
overloaded methods, but did not use the modified signature in
t this message.
> normal users meet this message.
> any idea?
Seems to be a permission problem. Make shure that normal users are
allowed to read an execute the JIT Compiler.
Matthias Pfisterer
--
To UNSUBSCRIBE, ema
. But
notice that this means you have to implement yourself remote procedure
calls, the external data representation, and nfs itself. Unless your
needs are very, very special, I strongly recommend not to try this,
since it is work for months, if not years.
Matthias Pfisterer
LAIKOK wrote:
>
&g
Hi,
besides checking for typos, try to check whether the libraries have the
permissions to be read and executed. If this does not help, please give
more information about your environment.
Matthias Pfisterer
Alejandro Lucero Palau wrote:
>
> Hi!
> I try to execute a java program,
10);
channel.addAudioInputStream(ais);
Matthias Pfisterer
Johan Kotlinski wrote:
>
> Hi!
>
> I was planning to write a drum machine using audio samples, but found out that the
>sleep() function had way too bad timing for this purpose. Do anyone know of a way to
>create a midi/audio seque
Hi Eric,
in JDK 1.1.x, you have to include the standard classes in the CLASSPATH.
Depending on your installation, include something like
/usr/local/java/lib/classes.zip. With JDK1.2.x, this is no longer
necessary.
Another hint: swingall.jar contains all the other swing-related jars
(swing.jar, wi
49 matches
Mail list logo