home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gpm108b.zip / English / Sound.CFG < prev    next >
Text File  |  2000-04-26  |  3KB  |  71 lines

  1. ;*===========================================================================*
  2. ;*   General Purpose Mailer. FTN-compatible Extended-Binkley-Style mailer    *
  3. ;*   for OS/2 Warp with multiline support and Presentation Manager GUI.      *
  4. ;*   Written by Igor Vanin (2:5030/448@fidonet, vanin@gpmail.spb.ru)         *
  5. ;*===========================================================================*
  6. ;*                                Sound Setup.                               *
  7. ;=============================================================================
  8.  
  9. ; This keyword defines the directory where mailer expects to find the sound
  10. ; files. If the path is incomplete, it is considered relative to the mailer
  11. ; startup directory.
  12. AudioPath         Sound
  13.  
  14. ; This keyword defines which sounds are enables. The value is a hex integer,
  15. ; which is a sum of numbers from this table:
  16. ; Mailer start up and shutdown  0x1
  17. ; Incoming call                 0x2
  18. ; Connect                       0x4
  19. ; Session start                 0x8
  20. ; Session end                  0x10
  21. ; Session abortion             0x20
  22. ; BBS start                    0x40
  23. ; Some errors                  0x80
  24. ; Chat window opening         0x100
  25. ; 0xFFFF enables all sounds (even those not existing yet:),
  26. ; 0 disables all sounds (default).
  27. Sounds            0
  28. ;Sounds            0xFFFF
  29.  
  30. ; These keywords define sounds played at certain events.
  31. ; The 'Play' command plays sound file though MMPM/2 interface (usually this
  32. ; is a WAV-file)
  33.  
  34. Snd_Start         Play  Start.Wav     ; Mailer start up
  35. Snd_End           Play  End.Wav       ; Mailer shutdown
  36. Snd_Ring          Play  Ring.Wav      ; Incoming call
  37. Snd_Connect       Play  Connect.Wav   ; Connect
  38. Snd_BeginSession  Play  BegSess.Wav   ; Session start
  39. Snd_EndSession    Play  EndSess.Wav   ; Session end
  40. Snd_AbortSession  Play  AbrtSess.Wav  ; Session abortion
  41. Snd_BBS           Play  BBS.Wav       ; BBS start
  42. Snd_Error         Play  Error.Wav     ; Some errors
  43. Snd_Chat          Play  Chat.Wav      ; Chat window opening
  44.  
  45. ; The 'Sound' command plays sounds through PC Internal Speaker:
  46. ; Sound <number of iterations> <4-digit patterns>
  47. ; You can use it instead of 'Play'.
  48. ; A pattern contains four digits:
  49. ;                    1 - frequency (Hz) (0 means silence)
  50. ;                    2 - frequency increment for 1 measure
  51. ;                    3 - duration of measure (ms)
  52. ;                    4 - number of measures
  53. ; You may specify a letter (note) followed by a number (octave 1..7)
  54. ; instead of frequency. A=la, B=si, æ=do, ..., G=sol.
  55.  
  56. ;Snd_Start         Sound  1  C4 0 150 2 E4 0 150 1 G4 0 150 1 C5 0 300 1
  57. ;Snd_End           Sound  1  E3 0 200 1 D3 0 100 1 F3 0 200 1 D3 0 100 1 F3 0 100 1 E3 0 200 1 A2 0 100 1
  58. ;Snd_Ring          Sound 10  595 0 55 1 743 0 55 1
  59. ;Snd_Connect       Sound  1  500 50 100 4 500 -15 100 4
  60. ;Snd_BeginSession  Sound  3  1000 500 100 2
  61. ;Snd_EndSession    Sound  8  3000 500 2 5
  62. ;Snd_AbortSession  Sound  1  1000 20 1 10 1200 -20 1 10
  63. ;Snd_BBS           Sound  5  300 150 6 10
  64. ;Snd_Error         Sound  4  600 600 100 2 2400 -1200 100 2
  65. ;Snd_Chat          Sound  4  3500 0 50 1 3000 0 50 1 4000 0 5 1
  66.  
  67. ; This keyword sets the volume of sounds played through the sound card.
  68. ; Possible values are from 0 to 100. If set to -1 (default), then
  69. ; new volume is not set, current value is used.
  70. Volume -1
  71.