view pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLine.java @ 1322:a08ebb168e2f

2009-01-21 Omair Majid <omajid@redhat.com> * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioClip.java: Remove unused variables volume and muted. (PulseAudioClip): Remove variable volume. (open): Remove muteControl, volume and muted. (native_setVolume): Rename to native_set_volume. (native_update_volume): New function. (isMuted): Remove. (setMuted): Remove. (setVolume): Rename to setCachedVolume. (getVolume): Rename to getCachedVolume. * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioMuteControl.java: Remove file. Mute relied on chaning the volume only through the api. That assumption is invalid as the user can change volume through pulseaudio's controls. * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioPlaybackLine.java (isMuted): Remove. (setMuted): Remove. (native_setVolume): Rename to native_set_volume. (native_update_volume): New function. (getVolume): Rename to getCachedVolume. (setVolume): Rename to setCachedVolume. * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioPort.java: Remove muted and muteControl. Rename volume to cachedVolume. (PulseAudioPort): Remove muteControl. (isMuted): Remove function. (setMuted): Remove. (native_setVolume): Rename to native_set_volume. (native_updateVolumeInfo): Rename to native_update_volume. (setVolume): Rename to setCachedVolume. (getVolume): Rename to getCachedVolume. * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLine.java: Remove muteControl, muted and volume. (open): Remove muteControl. (native_setVolume): Rename to native_set_volume. (native_update_volume): New function. (isMuted): Remove. (setMuted): Remove. (getVolume): Rename to getCachedVolume. (setVolume): Rename to setCachedVolume. * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourcePort.java (native_setVolume): Rename to native_set_volume. (native_updateVolumeInfo): Rename to native_update_volume. * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioTargetPort.java (native_setVolume): Rename to native_set_volume. (native_updateVolumeInfo): Rename to native_update_volume. * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioVolumeControl.java (setValue): Dont check for mute. (getValue): Query pulseaudio for any change in volume. * pulseaudio/src/java/org/classpath/icedtea/pulseaudio/Stream.java: New variable cachedVolume. (native_setVolume): Rename to native_set_volume. (native_update_volume): New function. (getCachedVolume): New function. (setCachedVolume): New function. (update_channels_and_volume): New function. * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_EventLoop.c (sink_input_volume_change_complete): Remove. (sink_input_change_volume): Remove. (Java_org_classpath_icedtea_pulseaudio_EventLoop_native_1set_1sink_1volume): Remove. * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioSourcePort.c (Java_org_classpath_icedtea_pulseaudio_PulseAudioSourcePort_native_1updateVolumeInfo): Rename to Java_org_classpath_icedtea_pulseaudio_PulseAudioSourcePort_native_1update_1volume. (Java_org_classpath_icedtea_pulseaudio_PulseAudioSourcePort_native_1setVolume): Rename to Java_org_classpath_icedtea_pulseaudio_PulseAudioSourcePort_native_1set_1volume. * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioTargetPort.c (Java_org_classpath_icedtea_pulseaudio_PulseAudioTargetPort_native_1updateVolumeInfo): Rename to Java_org_classpath_icedtea_pulseaudio_PulseAudioTargetPort_native_1update_1volume. (Java_org_classpath_icedtea_pulseaudio_PulseAudioTargetPort_native_1setVolume): Rename to Java_org_classpath_icedtea_pulseaudio_PulseAudioTargetPort_native_1set_1volume. * pulseaudio/src/native/org_classpath_icedtea_pulseaudio_Stream.c (Java_org_classpath_icedtea_pulseaudio_Stream_native_1setVolume): Rename to Java_org_classpath_icedtea_pulseaudio_Stream_native_1set_1volume. (get_sink_input_volume_callback): New function. (Java_org_classpath_icedtea_pulseaudio_Stream_native_1update_1volume): New function. * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioClipTest.java (testSupportedControls): Update to not check for MuteControl. * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLineRawTest.java (testVolumeAndMute): Rename to testVolume. Remove test for MuteControl. * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLineTest.java (testVolumeAndMute): Likewise. (testSupportedControls): Update to not check for MuteControl. * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioSourcePortTest.java (testControls): Update to not check for MuteControl. * pulseaudio/unittests/org/classpath/icedtea/pulseaudio/PulseAudioTargetPortTest.java (testControls): Likewise.
author Omair Majid <omajid@redhat.com>
date Wed, 21 Jan 2009 17:17:47 -0500
parents 8bf089d06e19
children
line wrap: on
line source

/* PulseAudioSourceDataLine.java
   Copyright (C) 2008 Red Hat, Inc.

This file is part of IcedTea.

IcedTea is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 2.

IcedTea is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with IcedTea; see the file COPYING.  If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.

Linking this library statically or dynamically with other modules is
making a combined work based on this library.  Thus, the terms and
conditions of the GNU General Public License cover the whole
combination.

As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module.  An independent module is a module which is not derived from
or based on this library.  If you modify this library, you may extend
this exception to your version of the library, but you are not
obligated to do so.  If you do not wish to do so, delete this
exception statement from your version.
 */

package org.classpath.icedtea.pulseaudio;

import java.util.ArrayList;

import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.DataLine;
import javax.sound.sampled.Line;
import javax.sound.sampled.LineListener;
import javax.sound.sampled.LineUnavailableException;
import javax.sound.sampled.SourceDataLine;

import org.classpath.icedtea.pulseaudio.Debug.DebugLevel;

public final class PulseAudioSourceDataLine extends PulseAudioDataLine
		implements SourceDataLine, PulseAudioPlaybackLine {

	private PulseAudioVolumeControl volumeControl;

	public static final String DEFAULT_SOURCEDATALINE_NAME = "Audio Stream";

	/*
	 * Package-private constructor only called by PulseAudioMixer
	 */
	PulseAudioSourceDataLine(AudioFormat[] formats, AudioFormat defaultFormat) {

		this.supportedFormats = formats;
		this.lineListeners = new ArrayList<LineListener>();
		this.defaultFormat = defaultFormat;
		this.currentFormat = defaultFormat;
		this.streamName = DEFAULT_SOURCEDATALINE_NAME;

	}

	@Override
	synchronized public void open(AudioFormat format, int bufferSize)
			throws LineUnavailableException {

		super.open(format, bufferSize);

		volumeControl = new PulseAudioVolumeControl(this, eventLoop);
		controls.add(volumeControl);

		PulseAudioMixer parentMixer = PulseAudioMixer.getInstance();
		parentMixer.addSourceLine(this);

		Debug.println(DebugLevel.Verbose, "PulseAudioSourceDataLine.open(): "
				+ "line opened");

	}

	@Override
	public void open(AudioFormat format) throws LineUnavailableException {
		open(format, DEFAULT_BUFFER_SIZE);
	}

	// FIXME
	public byte[] native_set_volume(float value) {
		synchronized (eventLoop.threadLock) {
			return stream.native_set_volume(value);
		}
	}

	public byte[] native_update_volume() {
		synchronized (eventLoop.threadLock) {
			return stream.native_update_volume();
		}
	}
	
	@Override
	public float getCachedVolume() {
		return stream.getCachedVolume();
	}

	@Override
	synchronized public void setCachedVolume(float value) {
		stream.setCachedVolume(value);
	}

	@Override
	protected void connectLine(int bufferSize, Stream masterStream)
			throws LineUnavailableException {
		StreamBufferAttributes bufferAttributes = new StreamBufferAttributes(

		bufferSize, bufferSize / 4, bufferSize / 8,
				((bufferSize / 10) > 100 ? bufferSize / 10 : 100), 0);

		if (masterStream != null) {
			synchronized (eventLoop.threadLock) {
				stream.connectForPlayback(Stream.DEFAULT_DEVICE,
						bufferAttributes, masterStream.getStreamPointer());
			}
		} else {
			synchronized (eventLoop.threadLock) {
				stream.connectForPlayback(Stream.DEFAULT_DEVICE,
						bufferAttributes, null);
			}
		}
	}

	@Override
	public int write(byte[] data, int offset, int length) {
		// can't call write() without open()ing first, but can call write()
		// without start()ing
		synchronized (this) {
			writeInterrupted = false;
		}

		if (!isOpen) {
			throw new IllegalStateException("must call open() before write()");
		}

		int frameSize = currentFormat.getFrameSize();
		if (length % frameSize != 0) {
			throw new IllegalArgumentException(
					"amount of data to write does not represent an integral number of frames");
		}
		if (length < 0) {
			throw new IllegalArgumentException("length is negative");
		}

		if (offset < 0) {
			throw new ArrayIndexOutOfBoundsException("offset is negative: "
					+ offset);
		}

		if (length + offset > data.length) {
			throw new ArrayIndexOutOfBoundsException(
					"writing data beyond the length of the array: "
							+ (length + offset));
		}

		int position = offset;
		int remainingLength = length;
		int availableSize = 0;

		int sizeWritten = 0;

		boolean interrupted = false;

		while (remainingLength != 0) {

			synchronized (eventLoop.threadLock) {

				do {
					if (writeInterrupted) {
						return sizeWritten;
					}

					if (availableSize == -1) {
						return sizeWritten;
					}
					availableSize = stream.getWritableSize();

					if (availableSize == 0) {
						try {
							eventLoop.threadLock.wait(100);
						} catch (InterruptedException e) {
							// ignore for now
							interrupted = true;
						}

					}

				} while (availableSize == 0);

				if (availableSize > remainingLength) {
					availableSize = remainingLength;
				}

				// only write entire frames, so round down avialableSize to
				// a multiple of frameSize
				availableSize = (availableSize / frameSize) * frameSize;

				synchronized (this) {
					if (writeInterrupted) {
						return sizeWritten;
					}
					/* write a little bit of the buffer */
					stream.write(data, position, availableSize);
				}

				sizeWritten += availableSize;
				position += availableSize;
				remainingLength -= availableSize;

				framesSinceOpen += availableSize / frameSize;

			}
		}

		// all the data should have been played by now
		assert (sizeWritten == length);

		if (interrupted) {
			Thread.currentThread().interrupt();
		}

		return sizeWritten;
	}

	@Override
	public int available() {
		synchronized (eventLoop.threadLock) {
			return stream.getWritableSize();
		}
	};

	@Override
	public int getFramePosition() {
		return (int) framesSinceOpen;
	}

	@Override
	public long getLongFramePosition() {
		return framesSinceOpen;
	}

	@Override
	public long getMicrosecondPosition() {

		float frameRate = currentFormat.getFrameRate();
		float time = framesSinceOpen / frameRate; // seconds
		long microseconds = (long) (time * 1000);
		return microseconds;
	}

	@Override
	public void drain() {
		if (!isOpen) {
			throw new IllegalStateException(
					"Line must be open before it can be drain()ed");

		}

		synchronized (this) {
			writeInterrupted = true;
		}

		do {
			synchronized (this) {
				if (!isOpen) {
					return;
				}
				if (getBytesInBuffer() == 0) {
					return;
				}
				if (isStarted || !isOpen) {
					break;
				}
				try {
					this.wait(100);
				} catch (InterruptedException e) {
					return;
				}
			}
		} while (!isStarted);

		Operation operation;

		synchronized (eventLoop.threadLock) {
			operation = stream.drain();
		}

		operation.waitForCompletion();
		operation.releaseReference();

	}

	@Override
	public void flush() {
		if (!isOpen) {
			throw new IllegalStateException(
					"Line must be open before it can be flush()ed");
		}
		synchronized (this) {
			writeInterrupted = true;
		}

		Operation operation;
		synchronized (eventLoop.threadLock) {
			operation = stream.flush();
		}

		operation.waitForCompletion();
		operation.releaseReference();

	}

	@Override
	synchronized public void close() {

		if (!isOpen) {
			throw new IllegalStateException("not open so cant close");
		}

		writeInterrupted = true;

		PulseAudioMixer parent = PulseAudioMixer.getInstance();
		parent.removeSourceLine(this);

		super.close();

		Debug.println(DebugLevel.Verbose, "PulseAudioSourceDataLine.close():"
				+ " line closed");

	}

	@Override
	public Line.Info getLineInfo() {
		return new DataLine.Info(SourceDataLine.class, supportedFormats,
				StreamBufferAttributes.MIN_VALUE,
				StreamBufferAttributes.MAX_VALUE);
	}

}