Searched refs:SoftAudioBuffer (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftAudioProcessor.java39 public void setInput(int pin, SoftAudioBuffer input);
41 public void setOutput(int pin, SoftAudioBuffer output);
H A DSoftLimiter.java40 SoftAudioBuffer bufferL;
41 SoftAudioBuffer bufferR;
42 SoftAudioBuffer bufferLout;
43 SoftAudioBuffer bufferRout;
50 public void setInput(int pin, SoftAudioBuffer input) {
57 public void setOutput(int pin, SoftAudioBuffer output) {
H A DSoftAudioBuffer.java36 public final class SoftAudioBuffer { class
45 public SoftAudioBuffer(int size, AudioFormat format) { method in class:SoftAudioBuffer
51 public void swap(SoftAudioBuffer swap)
H A DSoftChorus.java175 private SoftAudioBuffer inputA;
176 private SoftAudioBuffer left;
177 private SoftAudioBuffer right;
178 private SoftAudioBuffer reverb;
320 public void setInput(int pin, SoftAudioBuffer input) {
329 public void setOutput(int pin, SoftAudioBuffer output) {
H A DSoftMixingMainMixer.java70 private final SoftAudioBuffer[] buffers;
125 buffers = new SoftAudioBuffer[16];
127 buffers[i] = new SoftAudioBuffer(buffersize, mixer.getFormat());
165 private final SoftAudioBuffer[] buffers = SoftMixingMainMixer.this.buffers;
H A DSoftVoice.java763 void mixAudioStream(SoftAudioBuffer in, SoftAudioBuffer out,
764 SoftAudioBuffer dout, float amp_from,
818 void processAudioLogic(SoftAudioBuffer[] buffer) {
843 SoftAudioBuffer left = buffer[SoftMainMixer.CHANNEL_LEFT];
844 SoftAudioBuffer right = buffer[SoftMainMixer.CHANNEL_RIGHT];
845 SoftAudioBuffer mono = buffer[SoftMainMixer.CHANNEL_MONO];
846 SoftAudioBuffer eff1 = buffer[SoftMainMixer.CHANNEL_EFFECT1];
847 SoftAudioBuffer eff2 = buffer[SoftMainMixer.CHANNEL_EFFECT2];
849 SoftAudioBuffer dlef
[all...]
H A DSoftMainMixer.java53 SoftAudioBuffer[] buffers;
81 private SoftAudioBuffer[] buffers;
540 SoftAudioBuffer leftbak = buffers[CHANNEL_LEFT];
541 SoftAudioBuffer rightbak = buffers[CHANNEL_RIGHT];
542 SoftAudioBuffer monobak = buffers[CHANNEL_MONO];
543 SoftAudioBuffer delayleftbak = buffers[CHANNEL_DELAY_LEFT];
544 SoftAudioBuffer delayrightbak = buffers[CHANNEL_DELAY_RIGHT];
545 SoftAudioBuffer delaymonobak = buffers[CHANNEL_DELAY_MONO];
788 mixercontainer.buffers = new SoftAudioBuffer[6];
791 new SoftAudioBuffer(buffer_le
[all...]
H A DSoftReverb.java202 private SoftAudioBuffer inputA;
203 private SoftAudioBuffer left;
204 private SoftAudioBuffer right;
263 public void setInput(int pin, SoftAudioBuffer input) {
268 public void setOutput(int pin, SoftAudioBuffer output) {
H A DSoftFilter.java131 public void processAudio(SoftAudioBuffer sbuffer) {
148 public void filter4(SoftAudioBuffer sbuffer) {
413 public void filter2(SoftAudioBuffer sbuffer) {
544 public void filter1(SoftAudioBuffer sbuffer) {
H A DSoftMixingSourceDataLine.java213 protected void processAudioLogic(SoftAudioBuffer[] buffers) {
H A DSoftMixingClip.java206 protected void processAudioLogic(SoftAudioBuffer[] buffers) {
H A DSoftMixingDataLine.java430 protected abstract void processAudioLogic(SoftAudioBuffer[] buffers);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLimiter/
H A DProcessAudio_replace_mix.java53 SoftAudioBuffer in1 = new SoftAudioBuffer(250, synth.getFormat());
54 SoftAudioBuffer in2 = new SoftAudioBuffer(250, synth.getFormat());
55 SoftAudioBuffer out1 = new SoftAudioBuffer(250, synth.getFormat());
56 SoftAudioBuffer out2 = new SoftAudioBuffer(250, synth.getFormat());
H A DProcessAudio_replace_mix_overdrive.java53 SoftAudioBuffer in1 = new SoftAudioBuffer(250, synth.getFormat());
54 SoftAudioBuffer in2 = new SoftAudioBuffer(250, synth.getFormat());
55 SoftAudioBuffer out1 = new SoftAudioBuffer(250, synth.getFormat());
56 SoftAudioBuffer out2 = new SoftAudioBuffer(250, synth.getFormat());
H A DProcessAudio_replace_normal.java53 SoftAudioBuffer in1 = new SoftAudioBuffer(250, synth.getFormat());
54 SoftAudioBuffer in2 = new SoftAudioBuffer(250, synth.getFormat());
55 SoftAudioBuffer out1 = new SoftAudioBuffer(250, synth.getFormat());
56 SoftAudioBuffer out2 = new SoftAudioBuffer(250, synth.getFormat());
H A DProcessAudio_replace_overdrive.java53 SoftAudioBuffer in1 = new SoftAudioBuffer(250, synth.getFormat());
54 SoftAudioBuffer in2 = new SoftAudioBuffer(250, synth.getFormat());
55 SoftAudioBuffer out1 = new SoftAudioBuffer(250, synth.getFormat());
56 SoftAudioBuffer out2 = new SoftAudioBuffer(250, synth.getFormat());
H A DProcessAudio_replace_mix_mono.java53 SoftAudioBuffer in1 = new SoftAudioBuffer(250, synth.getFormat());
54 SoftAudioBuffer out1 = new SoftAudioBuffer(250, synth.getFormat());
H A DProcessAudio_replace_mix_mono_overdrive.java54 SoftAudioBuffer in1 = new SoftAudioBuffer(250, synth.getFormat());
55 SoftAudioBuffer out1 = new SoftAudioBuffer(250, synth.getFormat());
H A DProcessAudio_replace_normal_mono.java53 SoftAudioBuffer in1 = new SoftAudioBuffer(250, synth.getFormat());
54 SoftAudioBuffer out1 = new SoftAudioBuffer(250, synth.getFormat());
H A DProcessAudio_replace_overdrive_mono.java53 SoftAudioBuffer in1 = new SoftAudioBuffer(250, synth.getFormat());
54 SoftAudioBuffer out1 = new SoftAudioBuffer(250, synth.getFormat());
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/
H A DArray.java27 @summary Test SoftAudioBuffer array method */
50 SoftAudioBuffer buff = new SoftAudioBuffer(377, frm);
H A DClear.java27 @summary Test SoftAudioBuffer clear method */
50 SoftAudioBuffer buff = new SoftAudioBuffer(377, frm);
H A DNewSoftAudioBuffer.java27 @summary Test SoftAudioBuffer constructor */
50 SoftAudioBuffer buff = new SoftAudioBuffer(377, frm);
H A DGet.java27 @summary Test SoftAudioBuffer get method */
50 SoftAudioBuffer buff = new SoftAudioBuffer(100, frm);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftFilter/
H A DTestProcessAudio.java42 SoftAudioBuffer sbuffer = new SoftAudioBuffer(3600, format);

Completed in 68 milliseconds