Thanks Grim. I'll check these out.
-----Original Message-----
From: g r i m m w e r k s [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 2:46 PM
To: Lingo
Subject: Re: <lingo-l> MP3 in Director 7
On 4/3/01 2:34 PM, "Bradshaw, Brian" <[EMAIL PROTECTED]> wrote:
> Hi folks. I know Director SWA xtras will play MP3 audio, but is there any
> tool available to allow for reading the headers and information in MP3
files
> that the SWA xtras can't read?
Well, there's an example using the BinaryIO floating around on update stage,
but it's a tough thing to do...
There's a couple of different types of mp3 ids -- the original id for mp3
was added to the last 128 bytes of a file and use different kind of variable
names (can't remember off the top of my head - the binaryio hack will list
it) -- this of course sucked if you were streaming the file, as you wouldn't
hit that info til the end.
So id3 came around and was put at the beginning of the mp3 file -- but again
the variable names changed. On a mac you can use resourcer to view this
info, but it's a bit of a tough call to read the info -- since the id3 tages
could have numtochar(0), you have to use binaryio to get past this info as
any other filextra would see that as a carriage return.
Lingo has .copyrightinfo but I've never gotten that to work. Ever.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]