From 30881f67c4039a297a72c23415bcec5032f44523 Mon Sep 17 00:00:00 2001 From: dharm pimsen Date: Tue, 30 Apr 2024 12:53:38 +0700 Subject: [PATCH] Update readme.md --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2e71e9c..791eb92 100644 --- a/readme.md +++ b/readme.md @@ -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 -``` \ No newline at end of file +$ python3 player.py input.xopus -o output.wav +```