Just for the sake of completeness, please note that the 'MP3Data structure should contain, in addition to the samples, a slot called duration, containing the song length as a string in the form hh:mm. Not necessary in this case, but I just wanted the documentation to be complete.
Eric
> Date: Thu, 21 Feb 2002 15:19:40 -0800
> From: Eckhart Koeppen <eck1000_at_gmx.net>
>
> John Goggan wrote:
>> I can't find much in the way of details except that the mp3 data
>> is in a soup named "audio".
>
> The frame format of an entry in the "Audio" soup is as follows:
>
> For regular tracks:
>
> entry := {
> class: 'MP3Data,
> title: "...",
> artist: "...",
> album: "...",
> MP3Data: {
> samples: <Binary object, class 'samples, contains raw MP3 data>
> }
> codec: "MP3"
> }
>
-- This is the Newtontalk mailinglist - http://www.newtontalk.net To unsubscribe or manage: visit the above link or mailto:newtontalk-request_at_newtontalk.net?Subject=unsubscribe
This archive was generated by hypermail 2.1.2 : Sat Mar 02 2002 - 10:03:35 EST