Update readme.md

This commit is contained in:
dharm pimsen 2024-04-30 12:53:38 +07:00 committed by GitHub
parent 6dc203b99b
commit 30881f67c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,9 @@ xHE-Opus is extended High Efficiency. It use Dual-Encoder to encode per channel
It provides optimal coding efficiency with bitrates from 6 to 510 kilobits per second and above.
It has content loudness metadata on footer.
# Demo
# Install
[PyOgg (damp11113 moded)](https://github.com/damp11113/PyOgg)
@ -32,9 +35,9 @@ $ python3 encode.py input.wav output.xopus -b 16000
## Decoder/Player
To player or decode this file you can use
```bash
$ python3 input.xopus
$ python3 player.py input.xopus
```
or if you want only convert to wav you can use
```bash
$ python3 input.xopus -o output.wav
```
$ python3 player.py input.xopus -o output.wav
```