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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -