|
|||||||||
| Home >> All >> jmx >> [ audio overview ] | PREV NEXT | ||||||||
A
- actionLines(Object, int) - Method in class jmx.audio.RTAudio
- This method passes on external action requests (i.e.
B
- begin() - Method in class jmx.audio.RTAudio
- Begin starts RTAudio.
- bos - Variable in class jmx.audio.RTAudio
- bos is used to convert sampleArray into a byte stream
C
- channels - Variable in class jmx.audio.RTAudio
- The number of channels to be used when setting up SourceDataLine
- controlChange(float[], int, boolean) - Method in class jmx.audio.RTAudio
- The controlChange method is called every time that an instrument fills a sample buffer.
- controlRate - Variable in class jmx.audio.RTAudio
- The control rate is used to set how often in instrument returns a full buffer.
- count - Variable in class jmx.audio.RTAudio
- count shows how many RTLines have passed RTAudio their full buffers
- currentTime - Variable in class jmx.audio.RTAudio
- A Timer which keeps track of how many samples have been written since this object started
D
- dline - Variable in class jmx.audio.RTAudio
- dline is the JFM java sound object which we write sampleArray to
- dos - Variable in class jmx.audio.RTAudio
- dos is used to help convert sampleArray into bos
I
- initJMFSound(int) - Method in class jmx.audio.RTAudio
- This method creates an instance of the JFM SourceDataLine object.
J
- jmx.audio - package jmx.audio
L
N
- nextNote(long) - Method in class jmx.audio.RTAudio
- This method is implemented as a stub only.
R
- RTAudio - class jmx.audio.RTAudio.
- RTAudio is responsible for convolving the audio signals being pulled from n number of RTLines.
- RTAudio(RTLine[], int, int, int, double) - Constructor for class jmx.audio.RTAudio
- The RTAudio constructor sets a number of attributes and opens a JMF java sound sourceDataLine.
S
- sampleArray - Variable in class jmx.audio.RTAudio
- sampleArray contains the convolution of all RTLines buffers
- sampleRate - Variable in class jmx.audio.RTAudio
- The sampleRate to be used when establishing the JMF SourceDataLine
T
W
- writeOutAudio(int) - Method in class jmx.audio.RTAudio
- This method writes out the convolved sampleArray to the SourceDataLine
A B C D I J L N R S T W
|
|||||||||
| Home >> All >> jmx >> [ audio overview ] | PREV NEXT | ||||||||