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

[REBOL] Re: Playing sounds

From: ryan:christiansen:intellisol at: 11-May-2001 8:37

Sorry, I'm not versed in the different WAV formats. Will REBOL play a wave file from an audio CD? -Ryan Holger Kruse <[holger--rebol] To: [rebol-list--rebol--com] .com> cc: Sent by: Subject: [REBOL] Re: Playing sounds rebol-bounce@ rebol.com 05/11/2001 07:57 AM Please respond to rebol-list 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]