# Allumage de la prise en passant par la carte son ./MessageEncoder.py --debug --protocol 1 --message 4259861 [DEBUG] Initializing RFAudioCoder class [DEBUG] Encoding message '4259861' using 'Protocol 1' [DEBUG] -> Repeating message 8 times [DEBUG] -> Using 24 data bits [DEBUG] -> Protocol pulse length = 350µs (converted to 3 samples @ 8000Hz) [DEBUG] -> Encoded message size = 3073 bytes [DEBUG] Sending message to audio device 'default' (padded to 3073 bytes) # Génération d'un WAV correspondant au code d'allumage de la prise ./MessageEncoder.py --debug --protocol 1 --message 4259861 --encode-dest wav --wav-file /tmp/allumage.wav [DEBUG] Initializing RFAudioCoder class [DEBUG] Encoding message '4259861' using 'Protocol 1' [DEBUG] -> Repeating message 8 times [DEBUG] -> Using 24 data bits [DEBUG] -> Protocol pulse length = 350µs (converted to 3 samples @ 8000Hz) [DEBUG] -> Encoded message size = 3073 bytes [DEBUG] Exporting message to wav file '/tmp/allumage.wav'