daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
11 stars 0 forks source link

Change audio samples 0 point from intmax/2 unsigned to 0 signed #77

Closed bear-in-the-air closed 1 year ago

bear-in-the-air commented 1 year ago

As a dveloper I would like the audio samples to operate around 0 rather than operating around intmax/2. This will speed up development as each sample won't have to be scaled before and after each processing module.

Success criteria