The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Algorithm::MOS - Algorithm::MOS - Calculate MOS (Mean Opinion Score)

VERSION

version 0.001

SYNOPSIS

my $result = mos( $average, $jitter, $packet_loss );
print $result, "\n";

DESCRIPTION

More to come.

AUTHOR

Adam Balali <adamba@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Adam Balali.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.