On Mon, Apr 7, 2008 at 1:09 PM, Carmine Castiglia
<[EMAIL PROTECTED]> wrote:
> Other than simple "beeps", I haven't worked with the Sound Manager functions 
> before so I am hoping someone can provide some pointers.
>
>  How would I go about creating a tone of specific frequency and amplitude 
> (volume) and then "play" that tone to either the left or right stereo channel 
> for a specific period of time?

Make a sine or square wave generator function dump values into into a
buffer, then play that buffer as PCM data using the sampled sound
APIs.  The only way to do stereo sound is to go through that system.

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to