From: Max Kargl (max.kargl_at_utanet.at)
Date: 2001-12-15 18:09:52
>
>For evaluating the effects of this new method I want to
>port this on the PC platform in C-language.
>However I have questions regarding some AMIGA BASIC
>expressions:
>
>Have I got the right parameters for sound ?
> sound(freq_Hz,duration_ms,loudness,audio_channel)
SOUND frequency,duration[,[volume][,channel]]
frequency between 20..15000, if under or over limited to 20/15000 (Restriction of Amiga-Hardware)
duration between 0..77 where one second is 18.2 units
volume between 0..255,default 127
channel 0..3 where 0,3 is left channel,1,2 is right channel
>
>What does
> "sound resume" mean ?
SOUND WAIT:results of all following SOUND statements are queued until the SOUND RESUME statement occurs
Ment for synchronizing all four channels.
Otherwise (without wait/resume) each next SOUND command waits for the predeceeding one to finish completely.
>
>What timing has DELAY1 ?
I suppose this calls a user written function ?
I could not find any description.
I've got an Amigabasic reference manual , so don't hesitate to ask.
>Is this about 1 ms ?
>
>
Regards,
>
Max
This archive was generated by hypermail 2.1.4 : 2002-07-27 12:28:33 BST