From 2772557376690c88f5a099c0443d8cb26c2d9b00 Mon Sep 17 00:00:00 2001 From: Dharm Pimsen Date: Fri, 3 May 2024 19:38:47 +0700 Subject: [PATCH] Update readme.md --- readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 74f7c4a..9cc6396 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,13 @@ https://github.com/damp11113/xHE-Opus/assets/64675096/5792f6b4-4ffd-4995-a1ad-97 [PyOgg (damp11113 moded)](https://github.com/damp11113/PyOgg) # Using -## Encoder +## Gui +easy to use +![image](https://github.com/damp11113/xHE-Opus/assets/64675096/be06bc60-3e51-4866-a8fc-63976a264779) + +## Cli +command line with encode.py and player.py +### Encoder to encode you can use ```bash $ python3 encode.py @@ -38,7 +44,7 @@ or if you want to set bitrate you can use `-b ` input bit per sec (bps) $ python3 encode.py input.wav output.xopus -b 16000 ``` -## Decoder/Player +### Decoder/Player To player or decode this file you can use ```bash $ python3 player.py input.xopus