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

Commit 55aac49

Browse files
committed
Update docs
1 parent cfc86fa commit 55aac49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyCriCodecsEx/adx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, stream: str | bytes, filename: str = "default.adx", bitdepth:
5757
5858
Args:
5959
stream (str | bytes): Path to the ADX or WAV file, or a BinaryIO stream. WAV files will be automatically encoded with the given settings first.
60-
filename (str, optional): Output filename. Defaults to "default.adx".
60+
filename (str, optional): Filename, used by USMBuilder. Defaults to "default.adx".
6161
bitdepth (int, optional): Audio bit depth within [2,15]. Defaults to 4.
6262
"""
6363
if type(stream) == str:

0 commit comments

Comments
 (0)