16 bits mp3 resample to 32 bits
-
- Posts: 53
- Joined: Sun Aug 29, 2021 1:50 pm
16 bits mp3 resample to 32 bits
do any one have idea / repo for resample 16 bits depth mp3 to a 32 bits depth mp3?
-
- Posts: 40
- Joined: Wed Jun 22, 2022 12:10 pm
Re: 16 bits mp3 resample to 32 bits
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.
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.
-
- Posts: 53
- Joined: Sun Aug 29, 2021 1:50 pm
Re: 16 bits mp3 resample to 32 bits
Any way to convert the mp3 into pcm, is this kind of function include in ADF, or I need to download extra library?
-
- Posts: 40
- Joined: Wed Jun 22, 2022 12:10 pm
Who is online
Users browsing this forum: No registered users and 31 guests