From towwang@engin.umich.edu  Sat Feb  4 19:35:08 1995
Return-Path: <towwang@engin.umich.edu>
Received: from angstrom.engin.umich.edu (angstrom.engin.umich.edu [141.211.89.15])
          by mailhost.WI.LeidenUniv.NL (8.6.9/FHM-1.20-M) with ESMTP id TAA02420
          for <aria@WI.LeidenUniv.NL>;  Sat, 4 Feb 1995 19:35:07 +0100 (MET)
Received: (towwang@localhost) by angstrom.engin.umich.edu (8.6.8/8.6.4) id NAA16904; Sat, 4 Feb 1995 13:34:58 -0500
Date: Sat, 4 Feb 1995 13:32:50 -0500 (EST)
From: Tow Wang Hui <towwang@engin.umich.edu>
Subject: Re: 2 questions
To: aria@WI.LeidenUniv.NL
In-Reply-To: <199411291100.GAA02516@artemis.wi.leidenuniv.nl>
Message-ID: <Pine.3.87.9502041350.A16832-0100000@angstrom.engin.umich.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hey Daniel, you might as well archive your past message with the library.

On Tue, 29 Nov 1994, D.R.Tauritz wrote:

> If you didn't find such a program at the Aria Internet Department then I for one
> wouldn't know of one. So here is the programming info as requested:
> 
> void aria_set_mic_vol(unsigned left,right)
> /* left,right : 0000h(off)-7fffh(max) 6400h(default) */
> {
>   disable();
>   aria_sendcmd (0x08h);
>   aria_sendcmd (left);
>   aria_sendcmd (right);
>   aria_sendcmd (0xffff);
>   enable();
> }
> 
> This routine can be inserted into aria.c, the Aria library I supplied with ariawave.zip
> which can be found in the programming subdirectory of the Aria Internet Department. By the
> way, no one has reacted to ariawave.zip, has anyone actually downloaded it?

