From 25343ee4900fe6756ea246c3a2f05ff39ab83536 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 18 Sep 2016 00:49:20 +0100 Subject: [PATCH] Minor doc fix --- README | 4 ++-- lib/Audio/Opusfile.pm | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 537a40d..4807d71 100644 --- a/README +++ b/README @@ -12,8 +12,8 @@ libopusfile is a library for decoding and basic manipulation of Ogg Opus files. Audio::Opusfile is an interface to libopusfile. At the moment its only -function is reading tags from an Ogg Opus file. Future versions will -give access to a larger part of the libopusfile API. +function is reading tags from an Ogg Opus file or buffer. Future +versions will give access to a larger part of the libopusfile API. Expect the API to change in future versions. diff --git a/lib/Audio/Opusfile.pm b/lib/Audio/Opusfile.pm index 1e37f4b..d890005 100644 --- a/lib/Audio/Opusfile.pm +++ b/lib/Audio/Opusfile.pm @@ -117,8 +117,9 @@ libopusfile is a library for decoding and basic manipulation of Ogg Opus files. Audio::Opusfile is an interface to libopusfile. At the moment its only -function is reading metadata and tags from an Ogg Opus file. Future -versions will give access to a larger part of the libopusfile API. +function is reading metadata and tags from an Ogg Opus file or buffer. +Future versions will give access to a larger part of the libopusfile +API. Expect the API to change in future versions. -- 2.30.2