Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit cfc86fa

Browse files
committed
Update docs
1 parent 20de049 commit cfc86fa

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

PyCriCodecsEx/hca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def __init__(self, stream: str | bytes, filename: str = "default.hca", quality:
332332
333333
Args:
334334
stream (str | bytes): Path to the HCA or WAV file, or a BinaryIO stream. WAV files will be automatically encoded with the given settings first.
335-
filename (str, optional): USM filename. Defaults to "default.hca".
335+
filename (str, optional): Filename, used by USMBuilder. Defaults to "default.hca".
336336
quality (CriHcaQuality, optional): Encoding quality. Defaults to CriHcaQuality.High.
337337
key (int, optional): HCA key. Defaults to 0.
338338
subkey (int, optional): HCA subkey. Defaults to 0.

PyCriCodecsEx/usm.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
import tempfile
1414

1515
# Big thanks and credit for k0lb3 and 9th helping me write this specific code.
16-
# Also credit for the original C++ code from Nyagamon/bnnm.
17-
18-
# Apparently there is an older USM format called SofDec? This is for SofDec2 though.
19-
# Extraction working only for now, although check https://github.com/donmai-me/WannaCRI/
20-
# code for a complete breakdown of the USM format.
16+
# Also credit for the original C++ code from Nyagamon/bnnm and https://github.com/donmai-me/WannaCRI/
2117

2218
class USMCrypt:
2319
"""USM related crypto functions"""

0 commit comments

Comments
 (0)