From 77b76670d832c84171bdd997da26bf786902c8db Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Thu, 27 Oct 2016 16:54:43 +0100 Subject: [PATCH] Ogg, not Vorbis. :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bf1442..927e4ce 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ for i := 0; i < n; i++ { } ``` -### Vorbis (streams and files) +### Streams (and files) To decode a .opus file (or .ogg with Opus data), or to decode a "Opus stream" (which is a Ogg stream with Opus data), use the `Stream` interface. It wraps an -- 2.48.1