I am trying to build a system where sound is first converted to Binary numbers sequence and again converting this binary number wave as sound. I am using arduino for this project. I have first encoded the analog sound input as binary numbers by (analog.Read) from a microphone input. But I am unable to decode this sequence of binary numbers into sound again. Is it really possible, I think theoretically it is but can't actually decoding it in real practice.