mirror of
https://github.com/damp11113/xHE-Opus.git
synced 2025-04-27 22:48:08 +00:00
Merge branch 'main' of https://github.com/damp11113/xHE-Opus
This commit is contained in:
commit
f3fef7d5da
10
readme.md
10
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)
|
[PyOgg (damp11113 moded)](https://github.com/damp11113/PyOgg)
|
||||||
|
|
||||||
# Using
|
# Using
|
||||||
## Encoder
|
## Gui
|
||||||
|
easy to use
|
||||||
|

|
||||||
|
|
||||||
|
## Cli
|
||||||
|
command line with encode.py and player.py
|
||||||
|
### Encoder
|
||||||
to encode you can use
|
to encode you can use
|
||||||
```bash
|
```bash
|
||||||
$ python3 encode.py
|
$ python3 encode.py
|
||||||
@ -38,7 +44,7 @@ or if you want to set bitrate you can use `-b <bitrate>` input bit per sec (bps)
|
|||||||
$ python3 encode.py input.wav output.xopus -b 16000
|
$ python3 encode.py input.wav output.xopus -b 16000
|
||||||
```
|
```
|
||||||
|
|
||||||
## Decoder/Player
|
### Decoder/Player
|
||||||
To player or decode this file you can use
|
To player or decode this file you can use
|
||||||
```bash
|
```bash
|
||||||
$ python3 player.py input.xopus
|
$ python3 player.py input.xopus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user