From 45952ddbd03d51ee2df2c8c7b57156c9a8bd8672 Mon Sep 17 00:00:00 2001 From: Alex Eidt Date: Tue, 26 Jul 2022 09:40:30 -0700 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86f2605..d59470e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A simple Video I/O library written in Go. This library relies on [FFmpeg](https: All frames are encoded and decoded in 8-bit RGB format. +For Audio I/O using FFmpeg, see the [`aio`](https://github.com/AlexEidt/aio) project. + ## Installation ```