|
From: Radu B. R. <ru...@cs...> - 2006-02-14 17:58:58
|
Btw, I just commited a patched AudioMixerInterface to the CVS. Forgot to
say thanks. :)
Radu.
Josh Beitelspacher wrote:
>Index: javaclient/AudioMixerInterface.java
>===================================================================
>--- javaclient/AudioMixerInterface.java
>+++ javaclient/AudioMixerInterface.java (working copy)
>@@ -148,11 +148,11 @@
> public synchronized int getMasterLeft () { return masterLeft; }
> public synchronized int getMasterRight () { return masterRight; }
> public synchronized int getPCMLeft () { return pcmLeft; }
>- public synchronized int getPCMRight () { return pcmLeft; }
>+ public synchronized int getPCMRight () { return pcmRight; }
> public synchronized int getLineLeft () { return lineLeft; }
>- public synchronized int getLineRight () { return lineLeft; }
>+ public synchronized int getLineRight () { return lineRight; }
> public synchronized int getMicLeft () { return micLeft; }
>- public synchronized int getMicRight () { return micLeft; }
>+ public synchronized int getMicRight () { return micRight; }
> public synchronized int getIGain () { return iGain; }
> public synchronized int getOGain () { return oGain; }
> }
>
>
--
| Radu Bogdan Rusu | http://rbrusu.com/
| http://www9.cs.tum.edu/people/rusu/
| Intelligent Autonomous Systems
| Technische Universitaet Muenchen
|