Re: normalizing clipping 32bit wav files?
Måns Rullgård <[email protected]> Wed, 24 May 2023 20:28:20 +0100
| Newsgroups | gmane.comp.audio.sox |
|---|---|
| Message-ID | <[email protected]> |
"Dr. Thomas Tensi" <[email protected]> writes: > So one has to change the internal and overall sample type > sox_sample_t from int32 to float or double and then > recompile _the whole system_ and see what happens. I > haven't tried it yet, but my gut feeling is that there are a > lot of type incompatibilities due to the initial design > decision that samples are integers. That's exactly it. Simply changing sox_sample_t from int to float would for sure break a lot of things. -- Måns Rullgård