View Single Post
Posts: 106 | Thanked: 3 times | Joined on Dec 2005
#37
Aha, I see! I had assumed incorrectly that you would be using libid3, as I believe that is pre-installed on the N800.

I've also found some ogg libs in pure python. Might be easier to use than a separate component. I'll try them first ...
Thank you!

Pure python always translates nicely to absolute portability between platforms. As, e.g. I currently develop purely on osx and test it by running it in a window. (music playing is then done through pygame -(which, by the way, also supports ogg).
Yes, I can see the attraction of a pure Python approach.

- Neil