Xenofur has asked for the wisdom of the Perl Monks concerning the following question:

Greetings monks,

I'm currently working on a cross-platform gui flashcard application that i'm thinking about adding to CPAN. Flashcard sets would be stored as individual modules.

However i'm also thinking about making it possible to link the items in the flashcard sets to audio bits, which would optimally be present in the form of audiobanks available as modules on cpan. As i'm doing this with wxPerl i have one restriction though: The audio bits need to be plain wav files and actually present as files; i can't simply feed them to Wx::Sound as a variable.

Right now i'm pondering though exactly how to accomplish this. The ways i can think of would be as follows: Do any of you have better ideas as to how to accomplish this or other comments? Maybe i'm thinking about it in the wrong way completely?
  • Comment on how to handle distribution of small audio files in cpan module?

Replies are listed 'Best First'.
Re: how to handle distribution of small audio files in cpan module?
by ysth (Canon) on Mar 02, 2009 at 00:01 UTC
      Thanks a lot, especially for pointing out the latter module. Exactly what i needed. :)