Skip to content

Commit

Permalink
Update the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Aug 26, 2024
1 parent 3e51b49 commit 3e93534
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3e93534

Please sign in to comment.