programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

playing mp3 files within windows

From: Roger Dube <rogerdube_at_dathq.com>
Date: Sat, 16 Oct 2004 14:05:35 -0400

I know how to play wav files using a Windows api, such as:

ABSENT PlaySound [IF] LIBRARY WINMM.DLL

3 IMPORT: PlaySound [THEN]

: tada ( --)
z" c:\windows\media\tada.wav" 0 SND_FILENAME SND_SYNC OR PlaySound DROP ;

Has anyone been successful in finding a way to play an mp3 file in a similar
fashion? The standard shell commands to mp3 players usually have windows
that pop up during play, whereas the above plays without any window
distracting the operator.

-- Roger
 --------------------------------------------
 Dr. Roger Dube
 President and Chief Science Officer
 Digital Authentication Technologies, Inc.
 561.392.7404 (office)
 561.892.2474 (eFax)
 RogerDube_at_datHQ.com

 http://www.datHQ.com

 PO Box 811564
 Boca Raton, FL 33481-1564

 ----------------------------------------------------------------------
 This email message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
of the original message. Any views expressed in this message are those of
the individual sender, except where the sender specifically states them to
be the views of Digital Authentication Technologies, Inc.

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Sat Oct 16 2004 - 11:05:55 PDT

This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:13 PST