Lessons in writing and testing an audio modem in Python
In one of my current prototype projects I need to encode voice into binary data and then later transfer it through a voice channel. This forced me to push my limits and learn new things which I wil...