I'm working on a Python application right now that uses a large number
of audio assets. Instead of having a directory full of audio, I'd like
to pack all the audio into a single file. Is there any easy way to do
this in Python? My first instinct was to attempt to pickle all the
audio data, but something tells me that that experiment would only end
in tears.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to