16 bits mp3 resample to 32 bits

XiotSamuel
Posts: 52
Joined: Sun Aug 29, 2021 1:50 pm

16 bits mp3 resample to 32 bits

Postby XiotSamuel » Mon Feb 27, 2023 12:33 pm

do any one have idea / repo for resample 16 bits depth mp3 to a 32 bits depth mp3?

tempo.tian
Posts: 39
Joined: Wed Jun 22, 2022 12:10 pm

Re: 16 bits mp3 resample to 32 bits

Postby tempo.tian » Wed Mar 15, 2023 7:13 am

Resample only works on PCM format.
To covert 16bits to 32bits PCM, if all use little endian, you need only left shift 16 bits, no need resample.
If you want to change 16bits mp3 to 32bits mp3, you need firstly decode mp3 into pcm, convert to 32 bits then re-encode to mp3.

XiotSamuel
Posts: 52
Joined: Sun Aug 29, 2021 1:50 pm

Re: 16 bits mp3 resample to 32 bits

Postby XiotSamuel » Fri Mar 17, 2023 6:54 am

Any way to convert the mp3 into pcm, is this kind of function include in ADF, or I need to download extra library?


Who is online

Users browsing this forum: No registered users and 19 guests