NAME
MHFS::XS - XS extension module for Media HTTP File Server, for server side media encoding.
SYNOPSIS
use
MHFS::XS;
my
$mf
= MHFS::XS::new(
'/path/to/musicfile'
);
my
$flacBuffer
= MHFS::XS::get_flac(
$mf
, 0, 44100);
my
$waveBuffer
= MHFS::XS::wavvfs_read_range(
$mf
, 44, 176444);
AUTHOR
Gavin Hayes, <gahayes at cpan.org>
SUPPORT AND DOCUMENTATION
You can find documentation for this module with the perldoc command.
perldoc MHFS::XS
Additional documentation, support, and bug reports can be found at the MHFS repository https://github.com/G4Vi/MHFS
LICENSE AND COPYRIGHT
This software is copyright (c) 2022 by Gavin Hayes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.