Opened 7 years ago

Closed 4 years ago

#6585 closed enhancement (fixed)

Transcode audio to ADPCM for XAudio

Reported by: nkast Owned by: zane
Priority: wish Component: avcodec
Version: git-master Keywords: ADPCM
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: yes

Description

We are trying to trans-code audio into ADPCM format (codec: adpcm_ms) for use by XAudio (DirectX SDK).

The problem is that XAudio seems to require adpcm blocks of size 32,64,128,256 or 512. FFmpeg always generates blocks of 1024.

It would be nice if there was a parameter for adpcm_ms to set the blocksize.

Change History (3)

comment:1 by Carl Eugen Hoyos, 6 years ago

Keywords: XAudio BLOCK_SIZE removed
Priority: normalwish
Version: unspecifiedgit-master

comment:2 by zane, 4 years ago

Analyzed by developer: set
Owner: set to zane
Status: newopen

comment:3 by zane, 4 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.