Does sound work on MAC?

Discussion in 'Rebol' started by MaxV, Apr 28, 2011.

  1. MaxV

    MaxV Member

    Hello rebels,
    I use only Linux and Windows, do you know if rebol sound works on MAC?
  2. Peter Wood

    Peter Wood New Member

    I believe that sound is only implemented for Windows.
  3. MaxV

    MaxV Member

    Sound works on Linux:

    libc6 on x86 processors with Linux Open Sound System. Linux kernel versions 2.2.x and higher have OSS support built in (assuming the kernel was compiled with such support enabled, and the correct driver is enabled). For some older kernels OSS is available separately, from http://www.opensound.com
  4. MaxV

    MaxV Member

    What is the default music player on Mac?
    I may correct my scripts with someting similar to:
    Code:
    call "music_player.exe  music.wav"
    
    This way sound will work also on MacOS

Share This Page