More functions
[audio-opusfile.git] / lib / Audio / Opusfile.pm
index e3e2f41c2932c94bc19dca4f06ad32a165596f0b..e0546ba435f09e2a77f964735c3c909697c5010a 100644 (file)
@@ -83,6 +83,11 @@ sub new_from_file {
        open_file($file)
 }
 
+sub new_from_memory {
+       my ($class, $buf) = @_;
+       open_memory($buf)
+}
+
 1;
 __END__
 
This page took 0.009616 seconds and 4 git commands to generate.