home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / APP / AICQ151D / ATARICQ / SOUND.TXT < prev    next >
Encoding:
Text File  |  2001-06-16  |  3.0 KB  |  97 lines

  1. AtarICQ can playback AVR samples for some occasions.
  2.  
  3. (Use *ONLY* 12.5 kHz, 25 kHz or 50 kHz for DMA or XBIOS)
  4.            
  5.  
  6. You can enable this, but you must for now unfortunately configure sounds 
  7. using a text editor.
  8.  
  9.  
  10.  
  11. sound_play=0   ; This is what the line looks like in ATARICQ.INF 
  12.  
  13.  
  14.  
  15. Sound events are now replayed in any of these modes:
  16.  
  17. 0)      No sound is ever used
  18.  
  19. 1)      Play by using Falcon compatible XBIOS call 
  20.         (use XSOUND by Thothy for ST/STe/TT. ST version,
  21.         no DMA used there of course, is very buggy)
  22.  
  23. 2)      GemJING started with PEXEC (use _only_ with single-TOS as the 
  24.     shell is blocked until sample has finished playing)
  25.         In the config file, let "gemjing=" point to exact location of
  26.         GemJING, and also include the filename. (uses -m mode) 
  27.         
  28. 3)      Send complete path to sample file and let AV-SERVER decide what to 
  29.         do with it. This alternative only works under multitasking.
  30.         
  31. 4)      DMA-sound. Try this if XBIOS does not work for you.
  32.     Get in touch if you try this with 16bit samples on a Falcon!
  33.  
  34. 5)    System bell will ring for all the events that have a sample path 
  35.     specified to them
  36.         
  37.  
  38. These lines can be added to ATARICQ.INF to address sounds:
  39.  
  40.  
  41. sound_online=C:\SOUNDS\EXAMPLE.AVR
  42. sound_offline=\SOUNDS\EXAMPLE.AVR
  43. sound_message=\SOUNDS\EXAMPLE.AVR
  44. sound_url=\SOUNDS\EXAMPLE.AVR
  45. sound_start=\SOUNDS\EXAMPLE.AVR
  46. sound_quit=\SOUNDS\EXAMPLE.AVR
  47. sound_mirabilis=\SOUNDS\EXAMPLE.AVR
  48. sound_request=\SOUND\EXAMPLE.AVR
  49. sound_disconnected=\SOUNDS\EXAMPLE.AVR 
  50. sound_connected=\SOUNDS\EXAMPLE.AVR
  51. sound_hungup=\SOUNDS\EXAMPLE.AVR
  52. sound_contacts\SOUNDS\EXAMPLE.AVR
  53.  
  54. sound_ircmsg=\SOUNDS\EXAMPLE.AVR    
  55.              
  56. You can of course use full path to sample (as in first example)
  57. or start with a "\"
  58.  
  59. \EXAMPLE.AVR will look in program dir for sample
  60. \SOUNDS\EXAMPLE.AVR will look in subdir of program dir for sample.
  61.  
  62. ========================================================================
  63.  
  64. SOUND EVENTS EXPLAINED:
  65.  
  66. online        = contact went online
  67. offline     = contact went offline
  68. message        = instant message coming in
  69. url        = url message coming in
  70. start        = played when launching AtarICQ
  71. quit        = played when exiting AtarICQ
  72. mirabilis    = User added you to contact list
  73. request        = User requested you authorization
  74. disconnected    = Mirabilis forced us to disconnect
  75. connected    = We are online!
  76. hungup        = Modem not connected anymore!
  77. contacts    = Contact list recieved from other user!
  78. msg_sent    = Our instant message was successfully sent
  79.  
  80. ircmsg        = AtarICQ recieved a /pmsg from AtarIRC
  81.  
  82. ========================================================================
  83.  
  84. NOTE: The modes sound_play 1,2 and 4 will buffer all sounds after 
  85. they are played first time!
  86.  
  87. disable this by changing no_sndbuffer in ataricq.inf to "no_sndbuffer=-1" 
  88.  
  89.  
  90. Any questions about sound options? Any problems using sounds? Mail me! :)
  91.  
  92.  
  93.  
  94. Joakim Högberg (gokmase@bigfoot.com)
  95.              
  96.  
  97.