Mailing List Archive

ANN: PythonWare Sound Toolkit (PST) release 0.1
The folks who gave you the Python Imaging Library (PIL) now
introduces yet another useful library:

The PythonWare Sound Toolkit (PST) reads sound files in a
variety of formats, and plays them on different hardware plat-
forms (currently Windows and Sun only).

The first, very rough, release is available from:

http://www.pythonware.com/

PST 0.1 is shipped under a Python-style license, and can be used
without fee also in commercial projects. For more info, see:

http://www.pythonware.com/products/pst/

enjoy,
the PST development team
ANN: PythonWare Sound Toolkit (PST) release 0.1 [ In reply to ]
PythonWare wrote:
>
> The folks who gave you the Python Imaging Library (PIL) now
> introduces yet another useful library:
>
> The PythonWare Sound Toolkit (PST) reads sound files in a
> variety of formats, and plays them on different hardware plat-
> forms (currently Windows and Sun only).
>
> The first, very rough, release is available from:
>
> http://www.pythonware.com/
>
> PST 0.1 is shipped under a Python-style license, and can be used
> without fee also in commercial projects. For more info, see:
>
> http://www.pythonware.com/products/pst/
>
> enjoy,
> the PST development team


How come it doesn't support MP3?

--
Pedro Proenca
---------------
proenca AT hks DOT com

"I love deadlines. I especially like the whooshing sound they make as they go
flying by." -- Douglas Adams
ANN: PythonWare Sound Toolkit (PST) release 0.1 [ In reply to ]
Pedro Proenca <proenca@hks.com> wrote:
> How come it doesn't support MP3?

do you mean "why doesn't the Windows soundplayer
code that deals with MP3 work?" (we're working on that).

or do you have MP3's that are not properly identified by
the MpegSoundPlugin?

or did you just miss that it's an early development release?
(as implied by the version number and the release notes)

</F>