audio
audio copied to clipboard
GPU Video Encoder Regression - RGB24
Ref https://github.com/pytorch/audio/issues/3317#issuecomment-1540433493
GPU encoder used to accept RGB24, but with the recent refactoring in main branch it expect RGBA32. Extra padding option to convert RGB24 to RGBA32 should be added back.