[PR #10321] Add support for transcode audio file to PCM format #12430

Closed
opened 2026-02-07 06:55:43 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10321

State: closed
Merged: Yes


Support transcoding audio to PCM format; this allows the client to play directly through the I2S bus without decoding. This feature is particularly useful when playing with MCUs.

Changes

Add support for transcode audio file to PCM format

  1. set file ext name to pcm when audiocodec is pcm_*
  2. add pcm params for ffmpegs
**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10321 **State:** closed **Merged:** Yes --- Support transcoding audio to PCM format; this allows the client to play directly through the I2S bus without decoding. This feature is particularly useful when playing with MCUs. **Changes** <!-- Describe your changes here in 1-5 sentences. --> Add support for transcode audio file to PCM format 1. set file ext name to pcm when audiocodec is pcm_* 2. add pcm params for ffmpegs
OVERLORD added the pull-request label 2026-02-07 06:55:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12430