Skip to content

Commit d4e12f3

Browse files
Fix command
1 parent d8a527d commit d4e12f3

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
@@ -154,7 +154,7 @@ IMA ADPCM compresses 16-bit PCM to 4 bits per sample, roughly quartering WAV fil
154154
ffmpeg -i input.wav -acodec adpcm_ima_wav output.wav
155155

156156
# adpcm-xq (clean, supports 3-bit and 4-bit)
157-
adpcm-xq -e 3 input.wav output.wav
157+
adpcm-xq input.wav output.wav
158158
```
159159

160160
## Audio Focus Priority

0 commit comments

Comments
 (0)