Audio-SndFile

 view release on metacpan or  search on metacpan

lib/Audio/SndFile.pm  view on Meta::CPAN


=over 4

=item v0.09

Documentation updates. Documented changes for v0.08.
Fixed MANIFEST to include test wav for fix in 0.08

=item v0.08

Tomas Doran fixed an issue with opening broken files. Added test case
for this fix. See commit 24b54574a0a17a6c6f0fce033d62c2c0d8275361

=item v0.07

Noticed that installation was aborting on systems with perl < 5.8.6. Moved
minimum required version to 5.6.0 in all files. Let's see what breaks.

Fixed http://rt.cpan.org/Public/Bug/Display.html?id=32318

=item v0.06

Fixed Makefile.PL to use LIBS correctly. Amongst other things, that means
that it's now possible to build the module if your libsndfile shared library
is in a non-standard location.

(get_/set_)artist, comment etc *should* now work, but need some serious testing.

Thanks to Paul Seelig for reporting the issues and helping me find the solution.

=item v0.05

Made the frames() method work and added regression test. 
Thanks to zergen for the bug report.

=item v0.04

Pushed the required perl version back to v5.6.0. If this breaks anything,
please let me know.

=item v0.03

Added write_sync() method. Added some sf_command() methods.
Documentation updates.

=item v0.02

Documentation updates.

=item v0.01

Initial version

=back

=head1 SEE ALSO 

Erik de Castro Lopo's libsndfile page: L<http://www.mega-nerd.com/libsndfile/>

L<Audio::SoundFile> - an old(er) interface to libsndfile. Doesn't build on
my perl and looks incomplete.

L<Audio::Play> - play audio and read/write .au files.

L<Audio::LADSPA> - process audio streams using LADSPA plugins.

=head1 AUTHOR

Joost Diepenmaat, E<lt>joost@zeekat.nlE<gt>. L<http://zeekat.nl>.

With bug fix by Tomas Doran E<lt>bobtfish@bobtfish.netE<gt>. Thanks!

=head1 COPYRIGHT AND LICENSE

B<Note:> The following copyright & license only apply to this perl package
(i.e. the "glue" to libsndfile). See L<http://www.mega-nerd.com/libsndfile/#Licensing>
for the license to libsndfile.

Copyright (C) 2006, 2012 Joost Diepenmaat, Zeekat Softwareontwikkeling

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.



( run in 1.684 second using v1.01-cache-2.11-cpan-39bf76dae61 )