how do I write Pronto code into .wave file in android(Java) -
i working make remote functionality in android example have pronto hex code
and want convert above wave file , after converting want play wave file medial player
for example above on device , in activity have button , when click button audio playing, , have device generates signal when connect android phone on 3.5mm jack
here python code: http://rtfms.com/wp-content/rtfms-com/pronto_code_to_wav.py
if mean converting infrared burst rate in form {12,51,45,78,45,14} convert hex code decimal example : 0000 0002 010d should int[] burst ={0,2,543}//the numbers not correct example
, dont forget frequency.
Comments
Post a Comment