daft-engineers / vocoder

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

Change signed short to int16_t #130

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

Closes #84. Some old code used signed short, which is effectively equivalent to int16_t on the Raspberry Pi. However on other platforms this isn't necessarily true so this change ensures that we actually know what number of bits are used.