If the Int16 PCM audio you are trying to send from an Arduino over serial sounds really blown out… you have an endian problem.
Further note: Serial.write() doesn’t like sending 32kb in a single call.
If the Int16 PCM audio you are trying to send from an Arduino over serial sounds really blown out… you have an endian problem.
Further note: Serial.write() doesn’t like sending 32kb in a single call.
by
Tags: