Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Playing sounds

From: holger:rebol at: 11-May-2001 5:57

On Fri, May 11, 2001 at 03:50:06PM +1000, [johnkenyon--iname--com] wrote:
> Hi, > > Just tried to play a file with a space in the filename and got the > following error message. Other wav files have been fine so far (and > great fun :). (View/pro 1.2 licensed) > > >> x: load to-file "/c/winnt/media/windows NT Logon sound.wav" > ** Access Error: Bad image data > ** Near: x: load to-file "/c/winnt/media/windows NT Logon sound.wav"
At this time only standard, uncompressed PCM WAVs are supported. Compressed WAVs (Mu-Law, A-Law, AD-PCM) are not supported yet -- probably will be in a future version. For now use a utility like "sox" to convert WAVs to PCM. There is more information in http://www.rebol.com/docs/sound.html -- Holger Kruse [holger--rebol--com]