Hi.
I've written a Perl module that handles audio stream using
external libsndfile library and is now ready to upload it to CPAN.
But before doing so, I'd like to ask for a comment on module naming.
I'm planning to use following namespace:
Audio::SoundFile
Audio::SoundFile::Header
Audio::SoundFile::Reader
Audio::SoundFile::Writer
Basically, this module provides common read/write interface for
various sound formats supported by libsndfile (includes .au and
.wav). Also, in addition to standard I/O interface, I have added
direct PDL (Perl Data Language) interface, so data can be read/
manipulated/written efficiently, without copying to Perl's native
scalar/array.
I considered
PDL::IO::SoundFile::
SoundFile::
Audio::LibSoundFile::
Audio::SoundFile::
and Audio::SoundFile:: seems fairly clear and appropriate.
Anyone has comments/agreement/disagreement on this naming?
--
Taisuke Yamada <[EMAIL PROTECTED]>
PGP fingerprint = 6B 57 1B ED 65 4C 7D AE 57 1B 49 A7 F7 C8 23 46