Skip to content

Commit d480776

Browse files
update docs
1 parent d4e12f3 commit d480776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/frameworks/audiomanager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ IMA ADPCM compresses 16-bit PCM to 4 bits per sample, roughly quartering WAV fil
153153
# ffmpeg (adds silence, 4-bit only)
154154
ffmpeg -i input.wav -acodec adpcm_ima_wav output.wav
155155

156-
# adpcm-xq (clean, supports 3-bit and 4-bit)
156+
# adpcm-xq (clean, supports 2, 3 and 4-bit)
157157
adpcm-xq input.wav output.wav
158158
```
159159

0 commit comments

Comments
 (0)