From 3e93534ea19e64897a15a1ca5d4d927e01069936 Mon Sep 17 00:00:00 2001 From: laurent Date: Mon, 26 Aug 2024 11:46:18 +0200 Subject: [PATCH] Update the readme. --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db750b2..511cd61 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # sphn -Python bindings for the [symphonia -crate](https://github.com/pdeljanov/Symphonia), easily load various audio file -formats into numpy arrays. +Python bindings for the [symphonia](https://github.com/pdeljanov/Symphonia) and +[opus](https://github.com/SpaceManiac/opus-rs) crates. +- Easily load various audio file formats into numpy arrays. +- Read/write ogg/opus audio files with streaming support. + +## Installation + +The python wheels are available on [pypi](https://pypi.org/project/sphn/). + +```bash +pip install sphn +``` ## Usage