Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
A
add(E)
- Method in class org.tritonus.share.
ArraySet
add(int, E)
- Method in class org.tritonus.share.
ArraySet
add(AudioFormat)
- Method in class org.tritonus.share.sampled.
AudioFormatSet
add(int, AudioFormat)
- Method in class org.tritonus.share.sampled.
AudioFormatSet
add(E)
- Method in class org.tritonus.share.
StringHashedSet
addAudioFileReader(AudioFileReader)
- Static method in class org.tritonus.core.
TAudioConfig
addAudioFileWriter(AudioFileWriter)
- Static method in class org.tritonus.core.
TAudioConfig
addChannel(boolean)
- Method in class org.tritonus.share.sampled.
FloatSampleBuffer
addEntry(EventObject, Collection<LineListener>)
- Method in class org.tritonus.share.
TNotifier
addFormatConversionProvider(FormatConversionProvider)
- Static method in class org.tritonus.core.
TAudioConfig
addLineListener(LineListener)
- Method in class org.tritonus.share.sampled.mixer.
TLine
addMidiDeviceProvider(MidiDeviceProvider)
- Static method in class org.tritonus.core.
TMidiConfig
addMidiFileReader(MidiFileReader)
- Static method in class org.tritonus.core.
TMidiConfig
addMidiFileWriter(MidiFileWriter)
- Static method in class org.tritonus.core.
TMidiConfig
addMixerProvider(MixerProvider)
- Static method in class org.tritonus.core.
TAudioConfig
addSoundbankReader(SoundbankReader)
- Static method in class org.tritonus.core.
TMidiConfig
AIFF_AIFC_MAGIC
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_AIFF_MAGIC
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_COMM_IMA_ADPCM
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_COMM_MAGIC
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_COMM_PCM
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_COMM_ULAW
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_COMM_UNSPECIFIED
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_FORM_MAGIC
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_FVER_MAGIC
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_FVER_TIME_STAMP
- Static variable in class org.tritonus.sampled.file.
AiffTool
AIFF_SSND_MAGIC
- Static variable in class org.tritonus.sampled.file.
AiffTool
AiffAudioOutputStream
- Class in
org.tritonus.sampled.file
AudioOutputStream for AIFF and AIFF-C files.
AiffAudioOutputStream(AudioFormat, AudioFileFormat.Type, long, TDataOutputStream)
- Constructor for class org.tritonus.sampled.file.
AiffAudioOutputStream
AiffTool
- Class in
org.tritonus.sampled.file
Common constants and methods for handling aiff and aiff-c files.
AiffTool()
- Constructor for class org.tritonus.sampled.file.
AiffTool
alaw2linear(byte)
- Static method in class org.tritonus.share.sampled.
TConversionTool
alaw2pcm16(byte[], int, byte[], int, int, boolean)
- Static method in class org.tritonus.share.sampled.
TConversionTool
Fills outBuffer with pcm signed 16 bit samples.
alaw2pcm8(byte[], int, int, boolean)
- Static method in class org.tritonus.share.sampled.
TConversionTool
Converts an alaw buffer to 8bit pcm samples The 8bit bytes overwrite the original alaw values.
alaw2pcm8(byte[], int, byte[], int, int, boolean)
- Static method in class org.tritonus.share.sampled.
TConversionTool
Fills outBuffer with alaw samples.
alaw2ulaw(byte)
- Static method in class org.tritonus.share.sampled.
TConversionTool
alaw2ulaw(byte[], int, int)
- Static method in class org.tritonus.share.sampled.
TConversionTool
Converts a buffer of aLaw samples to uLaw.
alaw2ulaw(byte[], int, byte[], int, int)
- Static method in class org.tritonus.share.sampled.
TConversionTool
Fills outBuffer with ulaw samples.
Album
- Class in
org.aspsimon.cdlib.core
A class for storing all sorts of information about an album.
Album(Track[])
- Constructor for class org.aspsimon.cdlib.core.
Album
Create an Album object for further use.
AlsaUsePlughw
- Static variable in class org.tritonus.share.
TSettings
ArraySet
<
E
> - Class in
org.tritonus.share
ArraySet()
- Constructor for class org.tritonus.share.
ArraySet
ArraySet(Collection<E>)
- Constructor for class org.tritonus.share.
ArraySet
assertion(boolean)
- Static method in class org.tritonus.share.
TDebug
AU_HEADER_MAGIC
- Static variable in class org.tritonus.sampled.file.
AuTool
AuAudioOutputStream
- Class in
org.tritonus.sampled.file
AudioOutputStream for AU files.
AuAudioOutputStream(AudioFormat, long, TDataOutputStream)
- Constructor for class org.tritonus.sampled.file.
AuAudioOutputStream
AUDIO_UNKNOWN_SIZE
- Static variable in class org.tritonus.sampled.file.
AuTool
AudioFileTypes
- Class in
org.tritonus.share.sampled
This class is a proposal for generic handling of audio file format types.
AudioFormats
- Class in
org.tritonus.share.sampled
AudioFormats()
- Constructor for class org.tritonus.share.sampled.
AudioFormats
AudioFormatSet
- Class in
org.tritonus.share.sampled
A set where the elements are uniquely referenced by AudioFormats.equals rather than their object reference.
AudioFormatSet()
- Constructor for class org.tritonus.share.sampled.
AudioFormatSet
AudioFormatSet(Collection<AudioFormat>)
- Constructor for class org.tritonus.share.sampled.
AudioFormatSet
AudioOutputStream
- Interface in
org.tritonus.share.sampled.file
Represents a one-time writing of audio data to a destination (file or output stream).
AudioSystemShadow
- Class in
org.tritonus.share.sampled.file
Experminatal area for AudioSystem.
AudioSystemShadow()
- Constructor for class org.tritonus.share.sampled.file.
AudioSystemShadow
AudioUtils
- Class in
org.tritonus.share.sampled
AudioUtils()
- Constructor for class org.tritonus.share.sampled.
AudioUtils
AuTool
- Class in
org.tritonus.sampled.file
Common constants and methods for handling au files.
AuTool()
- Constructor for class org.tritonus.sampled.file.
AuTool
available()
- Method in class org.tritonus.share.sampled.convert.
TAsynchronousFilteredAudioInputStream
available()
- Method in class org.tritonus.share.sampled.convert.
TSynchronousFilteredAudioInputStream
available()
- Method in class org.tritonus.share.sampled.
FloatInputStream
available()
- Method in class org.tritonus.share.sampled.mixer.
TClip
available()
- Method in class org.tritonus.share.sampled.mixer.
TSoftClip
availableRead()
- Method in class org.tritonus.share.
TCircularBuffer
availableWrite()
- Method in class org.tritonus.share.
TCircularBuffer
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W