Is it possible to write a Audio CD Player by using python only?

Peter Hansen peter at engcorp.com
Thu Jun 26 09:52:42 EDT 2003


MiLF wrote:
> 
> Is it possible to write a Audio CD Player by using python only?

Do you mean using pure Python code, or do you mean using libraries
which have Python wrappers, such that any code *you* write is indeed
Python?

There are various libraries, perhaps most importantly http://pygame.org/
which allow you to access various multimedia capabilities.

You may also want to look for existing solutions, and if you need
to ask more, at least specify your platform...

-Peter




More information about the Python-list mailing list