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
Audio sample class changed to signed 16 bit integer
Testing updated to test around 0
processing modules updated to work around 0 and pass tests
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