A small test for bitrate mapping using exported 32-bit samples from Audacity, and mapping them to either 8 or 10-bits
- Core application written in C#
- Autocorrelation function implemented in C++
- UI designed in WPF
- Maps audio samples exported from Audacity from 32-bit to either 8 or 10-bits
- Software exists because of a project that required such data to be uploaded to an Arduino Uno board in order to test its processing capabilities
- It can currenly only process mono audio files samples
- Auto number of samples feature will be implemented in the future