From 30881f67c4039a297a72c23415bcec5032f44523 Mon Sep 17 00:00:00 2001 From: dharm pimsen Date: Tue, 30 Apr 2024 12:53:38 +0700 Subject: [PATCH 1/4] 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 +``` From bce7e7ef3910f1ee618abf510c7c30ecfe49541d Mon Sep 17 00:00:00 2001 From: dharm pimsen Date: Tue, 30 Apr 2024 13:24:14 +0700 Subject: [PATCH 2/4] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 791eb92..2bc03db 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ It provides optimal coding efficiency with bitrates from 6 to 510 kilobits per s It has content loudness metadata on footer. # Demo - +https://github.com/damp11113/xHE-Opus/assets/64675096/5792f6b4-4ffd-4995-a1ad-97d245b1d1a2 # Install [PyOgg (damp11113 moded)](https://github.com/damp11113/PyOgg) From a335fa069461542b3e115c56de4b6249215189f6 Mon Sep 17 00:00:00 2001 From: dharm pimsen Date: Wed, 1 May 2024 15:55:43 +0700 Subject: [PATCH 3/4] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 2bc03db..4da274e 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,12 @@ +![xHE-Opus](https://github.com/damp11113/xHE-Opus/assets/64675096/331bb248-82da-47d2-b930-0caabfd5bc75) # xHE-Opus xHE-Opus is extended High Efficiency. It use Dual-Encoder to encode per channel and bitrate is divide 2 for 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. +![xheopusquality](https://github.com/damp11113/xHE-Opus/assets/64675096/c2d898c3-7a5e-487b-bd2c-0a364eeec1e7) + + # Demo https://github.com/damp11113/xHE-Opus/assets/64675096/5792f6b4-4ffd-4995-a1ad-97d245b1d1a2 From 33b9d081bba11ab99adb83c4d654df5819f292fd Mon Sep 17 00:00:00 2001 From: Dharm Pimsen Date: Fri, 3 May 2024 11:14:08 +0700 Subject: [PATCH 4/4] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 4da274e..74f7c4a 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +**im making c++ version for more efficiency!** + ![xHE-Opus](https://github.com/damp11113/xHE-Opus/assets/64675096/331bb248-82da-47d2-b930-0caabfd5bc75) # xHE-Opus xHE-Opus is extended High Efficiency. It use Dual-Encoder to encode per channel and bitrate is divide 2 for per channel.