qpsk31 385 B

12345678910
  1. #!/bin/bash
  2. PSK="/home/pi/PSK31-Modulation-WAV-Generator/psk"
  3. GPS=$(/home/pi/BallonSonde/read_nmea.py)
  4. DATA="This is the EasterEGG ! We are actually located at : "$GPS" Please feedback something to me at f4iyq@pi3rrot.net ! <3 Peace !"
  5. $PSK -m qpsk -s 250 -f ~/BallonSonde/tx_process/filename.wav -t "$DATA"
  6. ~/BallonSonde/tx_process/4_tx_file ~/BallonSonde/tx_process/filename.wav