home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 4: The Falcon Archive / nf_archive_four_v1.0.iso / ARCHIVE / WORK / MSX / MP2_095.ZIP / MP2_095 / MP2AUDIO.CNF < prev    next >
Text File  |  1996-12-08  |  2KB  |  67 lines

  1. # .\mp2audio.cnf
  2. # c:\mp2audio.cnf
  3.  
  4. # Example config file for MPEG Layer II Audio
  5.  
  6. # Comments are preceeded with '#' or a blank character
  7. # If an argument is commented, the default value is used.
  8. # Likewise if the program cannot find this config file.
  9.  
  10. # The program first looks for this file in the same directory
  11. # it was started from, and if it's not found, it looks in the
  12. # root of c:\
  13.  
  14.  
  15. # The size of the DMA buffer block in kilobytes.
  16. # Note! A low buffer size (~50kb) will cause Fast Forward to 
  17. # fail and interruptions will take place more often.
  18. # Default is 200
  19. BLOCK_SIZE = 1024
  20.  
  21. # Time slice is the time in milliseconds between the
  22. # checks if more data needs to be loaded and updating
  23. # of the time counter.
  24. # A value over 1000 will cause the time counter to step
  25. # more than one second at a time.
  26. # With a lower time slice value, a lower buffer size is
  27. # possible to be used but a higher value is safer to use.
  28. # Default is 500
  29. TIME_SLICE = 250
  30.  
  31. # The default direction of the counter. Should be set to
  32. # either "up" or "down".
  33. # Default is down
  34. COUNT_DIRECTION = down
  35.  
  36. # The default path to load songs from. It must be absolute.
  37. # Note that this is only used when the program is first 
  38. # started, after that, it remembers the previous path used.
  39. # Default is current path
  40. DEFAULT_PATH = f:\mp2
  41. # Unix style path names for MiNT are also valid. The following 
  42. # will be translated into "U:\F\MP2\"
  43. #DEFAULT_PATH = /f/mp2/
  44.  
  45. # Automatically finds the first song in the current directory 
  46. # when the program is started. Should be set to "yes" or "no".
  47. # This does not play the found song, but only loads it.
  48. # If DEFAULT_PATH is set, it uses that path.
  49. # Default is no
  50. #FIND_FIRST = yes
  51.  
  52. # Same as FIND_FIRST but also start playing if a song is found.
  53. # Should be set to "yes" or "no". If PLAY_FIRST is set to yes,
  54. # the use of FIND_FIRST will be obsolete.
  55. # Default is no
  56. #PLAY_FIRST = yes
  57.  
  58. # Force the player to use internal or external clock.
  59. # Should be set to either "internal" or "external".
  60. # This option is not normally needed since the program will
  61. # check for an external clock if present. But if you still
  62. # want to use the internal clock, use this option.
  63. # Trying to use external clock if none is present will not
  64. # produce any sound at all.
  65. # Default is automatic detection
  66. #FORCE_CLOCK = internal
  67.