Categories
Tags → Java Class Files

AudioPlayer

AudioPlayer is an open source Java class that manages WAV, AIFF and AU audio files playback. It provides basic functionality like play, stop, mute and loop. Implements many useful methods to retrieve song position, total time, remaining time, song au...
DETAILS

Playing WAV files using Java

There is source code of simple class AePlayWave in this article, which can play WAV(AUFF, SND, AU might also be supported) sound files asynchronously (in a separate thread, without interruption of main program). It is possible to use it in console or...
DETAILS

How To Perform Class Loading With Java

The class loading system for Java is both flexible and strong. It will allow your programs to gains access to class databases without having to link to &"include&" files which are static. It will load archive files which contain the...
DETAILS

Java Tool Tutorials by Herong - A Free Tutorial Book

&"Java Tool Tutorials&" is a free tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: book, breakpoint, class, classpath, debugging, free, import, java, ja...
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

Page:
©2003-2019 jCay.com