android PPM decoder audio library
问题 I need to implement audio PPM (Pulse Position Modulation) on android Reference: http://en.wikipedia.org/wiki/Pulse-position_modulation I want to receive PPM using the audio microphone input of the smartphone. The radios for radiocontrols, drones, etc, commonly have a PPM output. Transmitters (and pc flight simulators) commonly have PPM input. I wish to know if you can help me in this task. As you can read here i still wrote the ppm encoder class: android PPM encoder audio library These are